Merge pull request #10988 from maxunbearable/fix/gateway-log-level-title
Changed status column title to 'level' in logs
This commit is contained in:
commit
75895807d0
@ -31,7 +31,7 @@
|
||||
</mat-cell>
|
||||
</ng-container>
|
||||
<ng-container matColumnDef="status">
|
||||
<mat-header-cell *matHeaderCellDef mat-sort-header style="width: 10%">{{ 'widgets.gateway.status' | translate }}</mat-header-cell>
|
||||
<mat-header-cell *matHeaderCellDef mat-sort-header style="width: 10%">{{ 'widgets.gateway.level' | translate }}</mat-header-cell>
|
||||
<mat-cell *matCellDef="let attribute">
|
||||
<span [class]="statusClass(attribute.status)">{{ attribute.status }}</span>
|
||||
</mat-cell>
|
||||
|
||||
@ -6080,8 +6080,8 @@
|
||||
"event-key-contains": "Event key contains...",
|
||||
"show-connector": "Show for the connector",
|
||||
"connector-state-param-key": "Connector state parameter key",
|
||||
"status": "Status",
|
||||
"message": "Message",
|
||||
"level": "Level",
|
||||
"created-time": "Created time"
|
||||
},
|
||||
"gauge": {
|
||||
|
||||
@ -6785,7 +6785,6 @@
|
||||
"event-key-contains": "Event key contains...",
|
||||
"show-connector": "Show for the connector",
|
||||
"connector-state-param-key": "Connector state parameter key",
|
||||
"status": "Status",
|
||||
"message": "Message",
|
||||
"created-time": "Created time"
|
||||
},
|
||||
|
||||
@ -6808,7 +6808,6 @@
|
||||
"event-key-contains": "Klucz zdarzenia zawiera...",
|
||||
"show-connector": "Show for the connector",
|
||||
"connector-state-param-key": "Connector state parameter key",
|
||||
"status": "Status",
|
||||
"message": "Message",
|
||||
"created-time": "Created time"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user