Skip to content

Commit 0d3d54e

Browse files
committed
Add label for plugin history series
1 parent bea3544 commit 0d3d54e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Plan/react/dashboard/src/components/cards/server/graphs/PerformanceGraphsCard.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ const PerformanceGraphsCard = () => {
100100
exposeAsGroupOnly: true,
101101
description: t('html.label.pluginVersionHistory')
102102
},
103+
name: t('html.label.pluginHistory'),
103104
tooltip: {headerFormat: ''},
104105
data: Object.entries(grouped).map(entry => {
105106
const installedLines = entry[1].filter(p => p.version).map(plugin => plugin.name + ': ' + plugin.version).join(', <br>');

0 commit comments

Comments
 (0)