Skip to content
Snippets Groups Projects
Unverified Commit 522d3bb9 authored by Pavel Vyskočil's avatar Pavel Vyskočil
Browse files

Fixed the table header in detailed statistics for SP

parent 8c5aecd4
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@ All notable changes to this project will be documented in this file.
- Remove unused indexes
- Optimize left outer join
- Don't double queries w/o days
- Fixed the table header in detailed statistics for SP
## [v3.1.0]
#### Added
......
......@@ -337,7 +337,7 @@ var drawSpsTable = drawCountTable.bind(null, ['tables_service_provider', 'count'
var drawUsedIdpsChart = drawPieChart.bind(null, ['service', 'Count'],
'accessCountForServicePerIdentityProviders', null, null);
var drawUsedIdpsTable = drawCountTable.bind(null, ['tables_service_provider', 'count'], 0, 1,
var drawUsedIdpsTable = drawCountTable.bind(null, ['tables_identity_provider', 'count'], 0, 1,
'accessCountForServicePerIdentityProviders', true, null);
function getterLoadCallback(getEl, callback) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment