diff --git a/client/web/compose/src/components/PageBlocks/MetricConfigurator/index.vue b/client/web/compose/src/components/PageBlocks/MetricConfigurator/index.vue index d570236cc..3a4c318ff 100644 --- a/client/web/compose/src/components/PageBlocks/MetricConfigurator/index.vue +++ b/client/web/compose/src/components/PageBlocks/MetricConfigurator/index.vue @@ -7,7 +7,7 @@
+ {{ $t('general.label.add') }} @@ -40,7 +40,9 @@ - +
- {{ $t('metric.edit.refreshData') }} - -
+ - +
+ +
+
@@ -359,11 +365,6 @@ export default { this.options.metrics = m }, }, - - canAdd () { - // if any label is not defined, then the metric is considered invalid - return this.metrics.reduce((acc, m) => acc && m.label, true) - }, }, watch: {