Back to Thingsboard

Alarm Rules.Component

ui-ngx/src/app/modules/home/components/alarm-rules/alarm-rules.component.html

4.3.1.11011 B
Original Source

{{ 'common.open-details-page' | translate }} {{ 'action.export' | translate }} {{ 'action.delete' | translate }}

{{ 'common.general' | translate }}

{{ 'entity-field.title' | translate }} @if (entityForm.get('name').errors && entityForm.get('name').touched) { @if (entityForm.get('name').hasError('required')) { {{ 'common.hint.title-required' | translate }} } @else if (entityForm.get('name').hasError('maxlength')) { {{ 'common.hint.title-max-length' | translate }} } }

{{ 'calculated-fields.arguments' | translate }}

{{ 'alarm-rule.create-conditions' | translate }}

{{ 'alarm-rule.clear-condition' | translate }}

@if (isEditValue) { delete }

alarm-rule.no-clear-alarm-rule

{{ 'alarm-rule.add-clear-alarm-rule' | translate }}

{{ 'alarm-rule.advanced-settings' | translate }}

{{ 'alarm-rule.propagate-alarm' | translate }} @if (configFormGroup.get('propagate').value) { }

{{ 'alarm-rule.propagate-alarm-to-owner' | translate }}

{{ 'alarm-rule.propagate-alarm-to-tenant' | translate }}