diff --git a/apps/client/src/app/components/rule/rule-settings-dialog/rule-settings-dialog.html b/apps/client/src/app/components/rule/rule-settings-dialog/rule-settings-dialog.html index 152f2899b..9087574ed 100644 --- a/apps/client/src/app/components/rule/rule-settings-dialog/rule-settings-dialog.html +++ b/apps/client/src/app/components/rule/rule-settings-dialog/rule-settings-dialog.html @@ -5,7 +5,7 @@ data.rule.configuration.thresholdMin && data.rule.configuration.thresholdMax ) {
-
+
Threshold range: + /> - + />
+ /> + />
} @else { @@ -52,15 +52,15 @@ class="w-100" [ngClass]="{ 'd-none': !data.rule.configuration.thresholdMin }" > -
+
Threshold Min: + />
+ /> + />
-
+
Threshold Max: + />
+ /> + />
}