Problems: fix sorting by severity, fixes #921
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user