|
|
@ -8,15 +8,14 @@ |
|
|
<h6 class="d-flex mb-0"> |
|
|
<h6 class="d-flex mb-0"> |
|
|
<ng-container i18n>Threshold range</ng-container>: |
|
|
<ng-container i18n>Threshold range</ng-container>: |
|
|
<gf-value |
|
|
<gf-value |
|
|
class="mx-1" |
|
|
class="ml-1" |
|
|
[isPercent]="data.rule.configuration.threshold.unit === '%'" |
|
|
[isPercent]="data.rule.configuration.threshold.unit === '%'" |
|
|
[locale]="data.locale" |
|
|
[locale]="data.locale" |
|
|
[precision]="2" |
|
|
[precision]="2" |
|
|
[value]="data.settings.thresholdMin" |
|
|
[value]="data.settings.thresholdMin" |
|
|
/> |
|
|
/> |
|
|
- |
|
|
<span class="mx-1">-</span> |
|
|
<gf-value |
|
|
<gf-value |
|
|
class="mx-1" |
|
|
|
|
|
[isPercent]="data.rule.configuration.threshold.unit === '%'" |
|
|
[isPercent]="data.rule.configuration.threshold.unit === '%'" |
|
|
[locale]="data.locale" |
|
|
[locale]="data.locale" |
|
|
[precision]="2" |
|
|
[precision]="2" |
|
|
|