diff --git a/ui-ngx/src/app/modules/home/components/device/device-credentials-mqtt-basic.component.html b/ui-ngx/src/app/modules/home/components/device/device-credentials-mqtt-basic.component.html index 4025e34dda..03b0f7a28b 100644 --- a/ui-ngx/src/app/modules/home/components/device/device-credentials-mqtt-basic.component.html +++ b/ui-ngx/src/app/modules/home/components/device/device-credentials-mqtt-basic.component.html @@ -19,6 +19,25 @@ device.client-id + + + {{ 'device.client-id-pattern' | translate }} @@ -26,6 +45,25 @@ device.user-name + + + {{ 'device.user-name-required' | translate }} @@ -37,6 +75,25 @@ (ngModelChange)="passwordChanged()" type="password"> + + + device.access-token + + {{ 'device.access-token-required' | translate }} @@ -41,6 +50,15 @@ device.certificate-pem-format + + {{ 'device.certificate-pem-format-required' | translate }} diff --git a/ui-ngx/src/app/modules/home/pages/admin/oauth2-settings.component.html b/ui-ngx/src/app/modules/home/pages/admin/oauth2-settings.component.html index fb78ba0b97..00492970dc 100644 --- a/ui-ngx/src/app/modules/home/pages/admin/oauth2-settings.component.html +++ b/ui-ngx/src/app/modules/home/pages/admin/oauth2-settings.component.html @@ -95,6 +95,7 @@