Back to Thingsboard

Add Device Profile Dialog.Component

ui-ngx/src/app/modules/home/components/profile/add-device-profile-dialog.component.html

4.3.1.11.1 KB
Original Source

device-profile.add

close

{{ 'device-profile.device-profile-details' | translate }}device-profile.name {{ 'device-profile.name-required' | translate }} {{ 'device-profile.name-max-length' | translate }} {{'device-profile.mobile-dashboard-hint' | translate}}{{'device-profile.default-edge-rule-chain-hint' | translate}}device-profile.type {{deviceProfileTypeTranslations.get(type) | translate}} {{ 'device-profile.type-required' | translate }} device-profile.description{{ 'device-profile.transport-configuration' | translate }}device-profile.transport-type {{deviceTransportTypeTranslations.get(type) | translate}} {{deviceTransportTypeHints.get(transportConfigFormGroup.get('transportType').value) | translate}} {{ 'device-profile.transport-type-required' | translate }} {{ 'device-profile.device-provisioning' | translate }}

0" [disabled]="(isLoading$ | async)" (click)="previousStep()">{{ 'action.back' | translate }}{{ 'action.next-with-label' | translate:{label: (getFormLabel(selectedIndex+1) | translate)} }}

{{ 'action.cancel' | translate }}{{ 'action.add' | translate }}