Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit 522d3bb

Browse files
committed
Fixed the table header in detailed statistics for SP
1 parent 8c5aecd commit 522d3bb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ All notable changes to this project will be documented in this file.
1919
- Remove unused indexes
2020
- Optimize left outer join
2121
- Don't double queries w/o days
22+
- Fixed the table header in detailed statistics for SP
2223

2324
## [v3.1.0]
2425
#### Added

www/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ var drawSpsTable = drawCountTable.bind(null, ['tables_service_provider', 'count'
337337
var drawUsedIdpsChart = drawPieChart.bind(null, ['service', 'Count'],
338338
'accessCountForServicePerIdentityProviders', null, null);
339339

340-
var drawUsedIdpsTable = drawCountTable.bind(null, ['tables_service_provider', 'count'], 0, 1,
340+
var drawUsedIdpsTable = drawCountTable.bind(null, ['tables_identity_provider', 'count'], 0, 1,
341341
'accessCountForServicePerIdentityProviders', true, null);
342342

343343
function getterLoadCallback(getEl, callback) {

0 commit comments

Comments
 (0)