|
|
|
@ -18,7 +18,7 @@ |
|
|
|
<div class="tb-form-panel no-border no-padding padding-top" [formGroup]="serverConfigFormGroup"> |
|
|
|
<div class="server-settings"> |
|
|
|
<div class="tb-form-row column-xs" fxLayoutAlign="space-between center"> |
|
|
|
<div class="server-conf-field-title fixed-title-width-250" translate>gateway.server-url</div> |
|
|
|
<div class="server-conf-field-title" translate>gateway.server-url</div> |
|
|
|
<div class="tb-flex no-gap"> |
|
|
|
<mat-form-field class="tb-flex no-gap" appearance="outline" subscriptSizing="dynamic"> |
|
|
|
<input matInput name="value" formControlName="url" placeholder="{{ 'gateway.set' | translate }}"/> |
|
|
|
@ -35,7 +35,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="tb-form-row column-xs" fxLayoutAlign="space-between center"> |
|
|
|
<div class="server-conf-field-title fixed-title-width-250" tb-hint-tooltip-icon="{{ 'gateway.hints.opcua-timeout' | translate }}" translate> |
|
|
|
<div class="server-conf-field-title" tb-hint-tooltip-icon="{{ 'gateway.hints.opcua-timeout' | translate }}" translate> |
|
|
|
gateway.timeout |
|
|
|
</div> |
|
|
|
<div class="tb-flex no-gap"> |
|
|
|
@ -55,7 +55,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="tb-form-row column-xs" fxLayoutAlign="space-between center"> |
|
|
|
<div class="server-conf-field-title fixed-title-width-250" translate>gateway.security</div> |
|
|
|
<div class="server-conf-field-title" translate>gateway.security</div> |
|
|
|
<div class="tb-flex no-gap"> |
|
|
|
<mat-form-field class="tb-flex no-gap" appearance="outline" subscriptSizing="dynamic"> |
|
|
|
<mat-select formControlName="security"> |
|
|
|
@ -65,7 +65,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="tb-form-row column-xs" fxLayoutAlign="space-between center"> |
|
|
|
<div class="server-conf-field-title fixed-title-width-250" tb-hint-tooltip-icon="{{ 'gateway.hints.scan-period' | translate }}" translate> |
|
|
|
<div class="server-conf-field-title" tb-hint-tooltip-icon="{{ 'gateway.hints.scan-period' | translate }}" translate> |
|
|
|
gateway.scan-period |
|
|
|
</div> |
|
|
|
<div class="tb-flex no-gap"> |
|
|
|
@ -86,7 +86,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="tb-form-row column-xs" fxLayoutAlign="space-between center"> |
|
|
|
<div class="server-conf-field-title fixed-title-width-250" tb-hint-tooltip-icon="{{ 'gateway.hints.sub-check-period' | translate }}" translate> |
|
|
|
<div class="server-conf-field-title" tb-hint-tooltip-icon="{{ 'gateway.hints.sub-check-period' | translate }}" translate> |
|
|
|
gateway.sub-check-period |
|
|
|
</div> |
|
|
|
<div class="tb-flex no-gap"> |
|
|
|
|