We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bea3544 commit 0d3d54eCopy full SHA for 0d3d54e
1 file changed
Plan/react/dashboard/src/components/cards/server/graphs/PerformanceGraphsCard.jsx
@@ -100,6 +100,7 @@ const PerformanceGraphsCard = () => {
100
exposeAsGroupOnly: true,
101
description: t('html.label.pluginVersionHistory')
102
},
103
+ name: t('html.label.pluginHistory'),
104
tooltip: {headerFormat: ''},
105
data: Object.entries(grouped).map(entry => {
106
const installedLines = entry[1].filter(p => p.version).map(plugin => plugin.name + ': ' + plugin.version).join(', <br>');
0 commit comments