{{ data.rule.name }}
@if ( data.rule.configuration.thresholdMin && data.rule.configuration.thresholdMax ) {
Threshold range: @if (data.rule.configuration.threshold.unit === '%') { {{ data.settings.thresholdMin | percent: '1.2-2' }} } @else { {{ data.settings.thresholdMin }} } - @if (data.rule.configuration.threshold.unit === '%') { {{ data.settings.thresholdMax | percent: '1.2-2' }} } @else { {{ data.settings.thresholdMax }} }
@if (data.rule.configuration.threshold.unit === '%') { } @else { } @if (data.rule.configuration.threshold.unit === '%') { } @else { }
} @else {
Threshold Min: @if (data.rule.configuration.threshold.unit === '%') { {{ data.settings.thresholdMin | percent: '1.2-2' }} } @else { {{ data.settings.thresholdMin }} }
@if (data.rule.configuration.threshold.unit === '%') { } @else { } @if (data.rule.configuration.threshold.unit === '%') { } @else { }
Threshold Max: @if (data.rule.configuration.threshold.unit === '%') { {{ data.settings.thresholdMax | percent: '1.2-2' }} } @else { {{ data.settings.thresholdMax }} }
@if (data.rule.configuration.threshold.unit === '%') { } @else { } @if (data.rule.configuration.threshold.unit === '%') { } @else { }
}