Back to Thingsboard

Add Api Key Dialog.Component

ui-ngx/src/app/modules/home/components/api-key/add-api-key-dialog.component.html

4.3.1.1531 B
Original Source

{{ 'api-key.generate-title' | translate }}

close@if (isLoading$ | async) { }

api-key.generate-text api-key.description {{ 'asset.description-required' | translate }} {{ 'api-key.enable' | translate }} api-key.expiration-date @for (value of expirationTimeOptions; track value) { {{ value | dateExpiration }} } {{'api-key.expiration-time-never' | translate}}{{'api-key.expiration-time-custom' | translate}} @if (isCustomExpirationTime()) { api-key.date }

{{ 'action.cancel' | translate }} {{ 'api-key.generate' | translate }}