{{ 'rule-node-config.attributes-scope' | translate }} @for (scope of attributeScopes; track scope) { {{ telemetryTypeTranslationsMap.get(scope) | translate }} } {{ 'rule-node-config.attributes-scope-value' | translate }}
{{ 'rule-node-config.attributes-keys' | translate }} @for (key of deleteAttributesConfigForm.get('keys').value; track key) { {{key}} close } @if (deleteAttributesConfigForm.get('keys').hasError('required')) { {{ 'rule-node-config.attributes-keys-required' | translate }} } rule-node-config.general-pattern-hint
rule-node-config.advanced-settings
{{ 'rule-node-config.send-attributes-deleted-notification' | translate }}
@if (deleteAttributesConfigForm.get('scope').value === attributeScopeMap.SHARED_SCOPE) {
{{ 'rule-node-config.notify-device' | translate }}
}