Merge pull request #10988 from maxunbearable/fix/gateway-log-level-title

Changed status column title to 'level' in logs
This commit is contained in:
Vladyslav Prykhodko 2024-06-21 14:49:58 +03:00 committed by GitHub
commit 75895807d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 2 additions and 4 deletions

View File

@ -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>

View File

@ -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": {

View File

@ -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"
}, },

View File

@ -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"
}, },