Skip to content

Commit

Permalink
add label widget attribut (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
quborg authored Dec 10, 2024
1 parent 8f350e6 commit 28658fb
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 40 deletions.
9 changes: 3 additions & 6 deletions src/main/webapp/js/app.min.js

Large diffs are not rendered by default.

6 changes: 2 additions & 4 deletions src/main/webapp/js/extensions.min.js

Large diffs are not rendered by default.

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', 'useResourceName', 'displayLabel', 'displayParentName'
'resourceName', 'orientation', 'useResourceName', 'displayLabel', 'displayParentName', 'label'
];
const containerProps = ['type', 'modelId', 'viewId', 'imageName', 'centreonImageId', 'label', 'displayLabel', 'displayWeatherStatusBackgroundColor', 'useBackgroundStatusColor'];

Expand Down
18 changes: 5 additions & 13 deletions src/main/webapp/js/integrate.min.js

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions src/main/webapp/js/orgchart.min.js

Large diffs are not rendered by default.

10 changes: 3 additions & 7 deletions src/main/webapp/js/viewer-static.min.js

Large diffs are not rendered by default.

10 changes: 3 additions & 7 deletions src/main/webapp/js/viewer.min.js

Large diffs are not rendered by default.

0 comments on commit 28658fb

Please sign in to comment.