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>
|
</mat-cell>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
<ng-container matColumnDef="status">
|
<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">
|
<mat-cell *matCellDef="let attribute">
|
||||||
<span [class]="statusClass(attribute.status)">{{ attribute.status }}</span>
|
<span [class]="statusClass(attribute.status)">{{ attribute.status }}</span>
|
||||||
</mat-cell>
|
</mat-cell>
|
||||||
|
|||||||
@ -6080,8 +6080,8 @@
|
|||||||
"event-key-contains": "Event key contains...",
|
"event-key-contains": "Event key contains...",
|
||||||
"show-connector": "Show for the connector",
|
"show-connector": "Show for the connector",
|
||||||
"connector-state-param-key": "Connector state parameter key",
|
"connector-state-param-key": "Connector state parameter key",
|
||||||
"status": "Status",
|
|
||||||
"message": "Message",
|
"message": "Message",
|
||||||
|
"level": "Level",
|
||||||
"created-time": "Created time"
|
"created-time": "Created time"
|
||||||
},
|
},
|
||||||
"gauge": {
|
"gauge": {
|
||||||
|
|||||||
@ -6785,7 +6785,6 @@
|
|||||||
"event-key-contains": "Event key contains...",
|
"event-key-contains": "Event key contains...",
|
||||||
"show-connector": "Show for the connector",
|
"show-connector": "Show for the connector",
|
||||||
"connector-state-param-key": "Connector state parameter key",
|
"connector-state-param-key": "Connector state parameter key",
|
||||||
"status": "Status",
|
|
||||||
"message": "Message",
|
"message": "Message",
|
||||||
"created-time": "Created time"
|
"created-time": "Created time"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -6808,7 +6808,6 @@
|
|||||||
"event-key-contains": "Klucz zdarzenia zawiera...",
|
"event-key-contains": "Klucz zdarzenia zawiera...",
|
||||||
"show-connector": "Show for the connector",
|
"show-connector": "Show for the connector",
|
||||||
"connector-state-param-key": "Connector state parameter key",
|
"connector-state-param-key": "Connector state parameter key",
|
||||||
"status": "Status",
|
|
||||||
"message": "Message",
|
"message": "Message",
|
||||||
"created-time": "Created time"
|
"created-time": "Created time"
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user