Merge branch 'master' into template_less

This commit is contained in:
Maxime Beauchemin
2025-04-02 17:59:35 -07:00
42 changed files with 2643 additions and 343 deletions

View File

@@ -89,9 +89,9 @@ const controlPanel: ControlPanelConfig = {
{
name: 'metric',
config: {
...optionalEntity,
type: 'DndMetricSelect',
label: t('Metric'),
...sharedControls.metric,
clearable: true,
validators: [],
description: t('Metric for node values'),
},
},