Skip to content

Commit

Permalink
add widgets label props (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
quborg authored Nov 8, 2024
1 parent d0ef7d2 commit 565edec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/js/grapheditor/Actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ Actions.prototype.init = function()
'chartStack', 'displayLegend', 'hiddenLine', 'metric1Max', 'metric1Min',
'metricName1', 'metric2Max', 'metric2Min', 'metricName2',
'metricsColorStart', 'metricsColorEnd', 'parentName', 'parentType', 'parentId',
'resourceName', 'orientation',
'resourceName', 'orientation', 'useResourceName', 'displayLabel', 'displayParentName'
];
const containerProps = ['type', 'modelId', 'viewId', 'imageName', 'centreonImageId', 'label', 'displayLabel', 'displayWeatherStatusBackgroundColor'];

Expand Down

0 comments on commit 565edec

Please sign in to comment.