@if (mode === 'add') { {{ t('Add new metric') }} } @if (mode === 'edit') { {{ t('Update metric') }} }
@if (currentMetric) {
@if (unitOfSelectedMetric) {
{{ t('Unit') }}: {{ unitOfSelectedMetric }}
}
}
@if (currentMetric) { @for (color of grafanaColors; track $index) {
{{ color.name }}
@for (childColor of color.children; track $index) {
}
}
}