Back to Thingsboard

Recipient Notification Dialog.Component

ui-ngx/src/app/modules/home/pages/notification/recipient/recipient-notification-dialog.component.html

4.3.1.31.4 KB
Original Source

{{ (isAdd ? 'notification.add-notification-recipients-group' : 'notification.edit-notification-recipients-group') | translate }}

close

notification.name {{ 'notification.name-required' | translate }} {{ 'notification.type' | translate }}

{{ notificationTargetTypeTranslationMap.get(notificationTargetType) | translate }}

notification.recipient-type.user-filters {{ notificationTargetConfigTypeInfoMap.get(type).name | translate }} {{ notificationTargetConfigTypeInfoMap.get(targetNotificationForm.get('configuration.usersFilter.type').value).hint | translate }} {{ 'tenant.tenant' | translate }}{{ 'tenant-profile.tenant-profile' | translate }} {{ 'notification.slack-chanel-type' | translate }} {{ slackChanelTypesTranslateMap.get(slackChanelType) | translate }} {{ "notification.use-old-api" | translate }} open_in_new{{ (targetNotificationForm.get('configuration.useOldApi').value ? 'notification.webhook-url' : 'notification.workflow-url') | translate }} {{ (targetNotificationForm.get('configuration.useOldApi').value ? 'notification.webhook-url-required' : 'notification.workflow-url-required') | translate }} notification.channel-name {{ 'notification.channel-name-required' | translate }} notification.description

{{ 'action.cancel' | translate }}{{ (isAdd ? 'action.add' : 'action.save') | translate }}