Merge pull request #11001 from maxunbearable/fix/3687-asterisk-device-config
Added asterisk symbol in Device Configuration
This commit is contained in:
commit
c42ef1fb10
@ -28,7 +28,7 @@
|
||||
<div class="tb-form-table-body no-gap">
|
||||
<div class="tb-form-table-row tb-form-row no-border same-padding top-same-padding"
|
||||
[class.bottom-same-padding]="deviceInfoType !== DeviceInfoType.FULL">
|
||||
<div class="fixed-title-width" translate>gateway.device-info.name</div>
|
||||
<div class="fixed-title-width tb-required" translate>gateway.device-info.name</div>
|
||||
<div class="tb-flex no-gap raw-value-option" *ngIf="useSource">
|
||||
<mat-form-field class="tb-flex no-gap" appearance="outline" subscriptSizing="dynamic">
|
||||
<mat-select formControlName="deviceNameExpressionSource">
|
||||
@ -61,7 +61,7 @@
|
||||
</div>
|
||||
<div class="tb-form-table-row tb-form-row no-border same-padding bottom-same-padding"
|
||||
*ngIf="deviceInfoType === DeviceInfoType.FULL">
|
||||
<div class="fixed-title-width" translate>gateway.device-info.profile-name</div>
|
||||
<div class="fixed-title-width tb-required" translate>gateway.device-info.profile-name</div>
|
||||
<div class="tb-flex no-gap raw-value-option" *ngIf="useSource">
|
||||
<mat-form-field class="tb-flex no-gap" appearance="outline" subscriptSizing="dynamic">
|
||||
<mat-select formControlName="deviceProfileExpressionSource">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user