Problems: fix sorting by severity, fixes #921

This commit is contained in:
Alexander Zobnin
2020-08-06 13:28:21 +03:00
parent cf7f864112
commit 83077f6723
5 changed files with 23 additions and 5 deletions

View File

@@ -161,7 +161,7 @@ export class ZabbixQueryController extends QueryCtrl {
this.sortByFields = [
{ text: 'Default', value: 'default' },
{ text: 'Last change', value: 'lastchange' },
{ text: 'Severity', value: 'priority' },
{ text: 'Severity', value: 'severity' },
];
this.showEventsFields = [