From a3c5d9847bc20c809fad0696fd950a5015b15874 Mon Sep 17 00:00:00 2001 From: vitalymatyushik Date: Mon, 14 Oct 2024 18:39:41 +0200 Subject: [PATCH] feat: update threshold labels --- .../rule/rule-settings-dialog/rule-settings-dialog.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 435eef7a9..cbd4b3b1a 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 @@ -6,7 +6,8 @@ class="w-100" [ngClass]="{ 'd-none': !data.rule.configuration.thresholdMin }" > - +
Threshold Min
+ - {{ data.settings.thresholdMin }}
- Threshold Max +
Threshold Max
+ - {{ data.settings.thresholdMax }}