|
|
|
@ -32,7 +32,7 @@ |
|
|
|
<ng-template #copyClientId> |
|
|
|
<tb-copy-button |
|
|
|
matSuffix |
|
|
|
[miniButton]="false" |
|
|
|
miniButton="false" |
|
|
|
[copyText]="deviceCredentialsMqttFormGroup.get('clientId').value" |
|
|
|
tooltipText="{{ 'device.copy-client-id' | translate }}" |
|
|
|
tooltipPosition="above" |
|
|
|
@ -59,7 +59,7 @@ |
|
|
|
<ng-template #copyUserName> |
|
|
|
<tb-copy-button |
|
|
|
matSuffix |
|
|
|
[miniButton]="false" |
|
|
|
miniButton="false" |
|
|
|
*ngIf="deviceCredentialsMqttFormGroup.get('userName').value" |
|
|
|
[copyText]="deviceCredentialsMqttFormGroup.get('userName').value" |
|
|
|
tooltipText="{{ 'device.copy-user-name' | translate }}" |
|
|
|
@ -91,7 +91,7 @@ |
|
|
|
<ng-template #copyPassword> |
|
|
|
<tb-copy-button |
|
|
|
matSuffix |
|
|
|
[miniButton]="false" |
|
|
|
miniButton="false" |
|
|
|
*ngIf="deviceCredentialsMqttFormGroup.get('password').value" |
|
|
|
[copyText]="deviceCredentialsMqttFormGroup.get('password').value" |
|
|
|
tooltipText="{{ 'device.copy-password' | translate }}" |
|
|
|
|