|
|
|
@ -110,6 +110,8 @@ |
|
|
|
<button type="button" |
|
|
|
mat-icon-button |
|
|
|
color="primary" |
|
|
|
matTooltip="{{ 'action.edit' | translate }}" |
|
|
|
matTooltipPosition="above" |
|
|
|
#attributesButton |
|
|
|
(click)="manageKeys($event, attributesButton, MappingKeysType.ATTRIBUTES)"> |
|
|
|
<tb-icon matButtonIcon>edit</tb-icon> |
|
|
|
@ -130,6 +132,8 @@ |
|
|
|
<button type="button" |
|
|
|
mat-icon-button |
|
|
|
color="primary" |
|
|
|
matTooltip="{{ 'action.edit' | translate }}" |
|
|
|
matTooltipPosition="above" |
|
|
|
#telemetryButton |
|
|
|
(click)="manageKeys($event, telemetryButton, MappingKeysType.TIMESERIES)"> |
|
|
|
<tb-icon matButtonIcon>edit</tb-icon> |
|
|
|
@ -175,6 +179,8 @@ |
|
|
|
<button type="button" |
|
|
|
mat-icon-button |
|
|
|
color="primary" |
|
|
|
matTooltip="{{ 'action.edit' | translate }}" |
|
|
|
matTooltipPosition="above" |
|
|
|
#keysButton |
|
|
|
(click)="manageKeys($event, keysButton, MappingKeysType.CUSTOM)"> |
|
|
|
<tb-icon matButtonIcon>edit</tb-icon> |
|
|
|
@ -666,6 +672,8 @@ |
|
|
|
<button type="button" |
|
|
|
mat-icon-button |
|
|
|
color="primary" |
|
|
|
matTooltip="{{ 'action.edit' | translate }}" |
|
|
|
matTooltipPosition="above" |
|
|
|
#opcAttributesButton |
|
|
|
(click)="manageKeys($event, opcAttributesButton, MappingKeysType.ATTRIBUTES)"> |
|
|
|
<tb-icon matButtonIcon>edit</tb-icon> |
|
|
|
@ -686,6 +694,8 @@ |
|
|
|
<button type="button" |
|
|
|
mat-icon-button |
|
|
|
color="primary" |
|
|
|
matTooltip="{{ 'action.edit' | translate }}" |
|
|
|
matTooltipPosition="above" |
|
|
|
#opcTelemetryButton |
|
|
|
(click)="manageKeys($event, opcTelemetryButton, MappingKeysType.TIMESERIES)"> |
|
|
|
<tb-icon matButtonIcon>edit</tb-icon> |
|
|
|
@ -706,6 +716,8 @@ |
|
|
|
<button type="button" |
|
|
|
mat-icon-button |
|
|
|
color="primary" |
|
|
|
matTooltip="{{ 'action.edit' | translate }}" |
|
|
|
matTooltipPosition="above" |
|
|
|
#attributesUpdatesButton |
|
|
|
(click)="manageKeys($event, attributesUpdatesButton, MappingKeysType.ATTRIBUTES_UPDATES)"> |
|
|
|
<tb-icon matButtonIcon>edit</tb-icon> |
|
|
|
@ -726,6 +738,8 @@ |
|
|
|
<button type="button" |
|
|
|
mat-icon-button |
|
|
|
color="primary" |
|
|
|
matTooltip="{{ 'action.edit' | translate }}" |
|
|
|
matTooltipPosition="above" |
|
|
|
#rpcMethodsButton |
|
|
|
(click)="manageKeys($event, rpcMethodsButton, MappingKeysType.RPC_METHODS)"> |
|
|
|
<tb-icon matButtonIcon>edit</tb-icon> |
|
|
|
|