From 9388c438d795702ddee2199d0411efa8a584f184 Mon Sep 17 00:00:00 2001 From: vitalymatyushik Date: Mon, 14 Oct 2024 20:59:46 +0200 Subject: [PATCH] feat: add labels for max/min values --- .../rule-settings-dialog/rule-settings-dialog.html | 10 ++++++---- 1 file changed, 6 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 cbd4b3b1a..cfe6516f0 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,8 +6,8 @@ class="w-100" [ngClass]="{ 'd-none': !data.rule.configuration.thresholdMin }" > -
Threshold Min
- +
Threshold Min ({{ data.settings.thresholdMin }})
+ +
-
Threshold Max
- +
Threshold Max ({{ data.settings.thresholdMax }})
+ +