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 3c353146e..97854ad7d 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 @@ -4,16 +4,9 @@ @if ( data.rule.configuration.thresholdMin && data.rule.configuration.thresholdMax ) { -
+
- Threshold: + Threshold range: @if (data.rule.configuration.threshold.unit === '%') { {{ data.settings.thresholdMin | percent: '1.2-2' }} } @else { @@ -26,28 +19,31 @@ {{ data.settings.thresholdMax }} }
- @if (data.rule.configuration.threshold.unit === '%') { - - } @else { - - } - - - - - @if (data.rule.configuration.threshold.unit === '%') { - - } @else { - - } +
+ @if (data.rule.configuration.threshold.unit === '%') { + + } @else { + + } + + + + + @if (data.rule.configuration.threshold.unit === '%') { + + } @else { + + } +
} @else {
- @if (data.rule.configuration.threshold.unit === '%') { - - } @else { - - } - - - - @if (data.rule.configuration.threshold.unit === '%') { - - } @else { - - } +
+ @if (data.rule.configuration.threshold.unit === '%') { + + } @else { + + } + + + + @if (data.rule.configuration.threshold.unit === '%') { + + } @else { + + } +
- @if (data.rule.configuration.threshold.unit === '%') { - - } @else { - - } - - - - @if (data.rule.configuration.threshold.unit === '%') { - - } @else { - - } +
+ @if (data.rule.configuration.threshold.unit === '%') { + + } @else { + + } + + + + @if (data.rule.configuration.threshold.unit === '%') { + + } @else { + + } +
}
diff --git a/apps/client/src/app/components/rule/rule-settings-dialog/rule-settings-dialog.scss b/apps/client/src/app/components/rule/rule-settings-dialog/rule-settings-dialog.scss index dc9093b45..25ee04d5e 100644 --- a/apps/client/src/app/components/rule/rule-settings-dialog/rule-settings-dialog.scss +++ b/apps/client/src/app/components/rule/rule-settings-dialog/rule-settings-dialog.scss @@ -1,2 +1,6 @@ :host { } + +label { + margin-bottom: 0; +}