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

Commit 0eaa4b4

Browse files
committed
switch activation list icon for summary view to fa-list
Fixes #894
1 parent 27e25d4 commit 0eaa4b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/content/js/views/list/activations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ const _render = ({entity, activationIds, container, noCrop=false, noPip=false, s
400400
// show summary buttons
401401
paginator.appendChild(rightButtons)
402402
rightButtons.classList.add('list-paginator-right-buttons')
403-
const buttons = [ { command: 'summary', icon: 'fas fa-chart-bar', balloon: 'Open a statistical summary view' },
403+
const buttons = [ { command: 'summary', icon: 'fas fa-list', balloon: 'Open a statistical summary view' },
404404
// 'timeline', // disabled for now shell issue #794
405405
{ command: 'grid', icon: 'fas fa-th', balloon: 'Open a grid view' } ]
406406
buttons.forEach(({ command, icon, balloon, balloonPos='up-left' }) => {

0 commit comments

Comments
 (0)