Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit 4e0048a

Browse files
committed
fix missing "showing x activations" header for timeline and summary views
Fixes #740
1 parent 05ec689 commit 4e0048a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/plugins/modules/activation-visualizations/lib/table.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -659,6 +659,7 @@ const _drawTable = (options, header, content, groupData, eventBus, sorter=defaul
659659
return {
660660
type: 'custom',
661661
content,
662+
controlHeaders: true,
662663
modes: modes(viewName.toLowerCase(), options)
663664
}
664665
}

app/plugins/modules/activation-visualizations/lib/timeline-histogram.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ const drawTimeline = (options, header) => activations => {
5050
return {
5151
type: 'custom',
5252
content,
53+
controlHeaders: true,
5354
modes: modes('timeline', options)
5455
}
5556
}

0 commit comments

Comments
 (0)