|
|
|
@ -20,7 +20,7 @@ |
|
|
|
<div class="tb-form-panel"> |
|
|
|
<div class="tb-form-panel-title" translate>widgets.power-button.behavior</div> |
|
|
|
<div class="tb-form-row"> |
|
|
|
<div class="fixed-title-width" tb-hint-tooltip-icon="{{'widgets.rpc-state.initial-state-hint' | translate}}">{{ 'widgets.rpc-state.initial-state' | translate }}</div> |
|
|
|
<div class="fixed-title-width" tb-hint-tooltip-icon="{{'widgets.rpc-state.initial-state-hint' | translate}}" translate>widgets.rpc-state.initial-state</div> |
|
|
|
<tb-get-value-action-settings fxFlex |
|
|
|
panelTitle="widgets.rpc-state.initial-state" |
|
|
|
[valueType]="valueType.BOOLEAN" |
|
|
|
@ -33,7 +33,7 @@ |
|
|
|
formControlName="initialState"></tb-get-value-action-settings> |
|
|
|
</div> |
|
|
|
<div class="tb-form-row space-between"> |
|
|
|
<div class="fixed-title-width" tb-hint-tooltip-icon="{{'widgets.power-button.power-on-hint' | translate}}">{{ 'widgets.power-button.power-on' | translate }}</div> |
|
|
|
<div class="fixed-title-width" tb-hint-tooltip-icon="{{'widgets.power-button.power-on-hint' | translate}}" translate>widgets.power-button.power-on</div> |
|
|
|
<tb-set-value-action-settings fxFlex |
|
|
|
panelTitle="widgets.power-button.power-on" |
|
|
|
[aliasController]="aliasController" |
|
|
|
@ -42,7 +42,7 @@ |
|
|
|
formControlName="onUpdateState"></tb-set-value-action-settings> |
|
|
|
</div> |
|
|
|
<div class="tb-form-row space-between"> |
|
|
|
<div class="fixed-title-width" tb-hint-tooltip-icon="{{'widgets.power-button.power-off-hint' | translate}}">{{ 'widgets.power-button.power-off' | translate }}</div> |
|
|
|
<div class="fixed-title-width" tb-hint-tooltip-icon="{{'widgets.power-button.power-off-hint' | translate}}" translate>widgets.power-button.power-off</div> |
|
|
|
<tb-set-value-action-settings fxFlex |
|
|
|
panelTitle="widgets.power-button.power-off" |
|
|
|
[aliasController]="aliasController" |
|
|
|
@ -51,7 +51,7 @@ |
|
|
|
formControlName="offUpdateState"></tb-set-value-action-settings> |
|
|
|
</div> |
|
|
|
<div class="tb-form-row"> |
|
|
|
<div class="fixed-title-width" tb-hint-tooltip-icon="{{'widgets.rpc-state.disabled-state-hint' | translate}}">{{ 'widgets.rpc-state.disabled-state' | translate }}</div> |
|
|
|
<div class="fixed-title-width" tb-hint-tooltip-icon="{{'widgets.rpc-state.disabled-state-hint' | translate}}" translate>widgets.rpc-state.disabled-state</div> |
|
|
|
<tb-get-value-action-settings fxFlex |
|
|
|
panelTitle="widgets.rpc-state.disabled-state" |
|
|
|
[valueType]="valueType.BOOLEAN" |
|
|
|
|