Prevent saving alerts with variables, fix #1100

This commit is contained in:
Alexander Zobnin
2020-12-22 17:01:37 +03:00
parent 1d15f3c11b
commit 32ccb28c34
2 changed files with 18 additions and 1 deletions

View File

@@ -49,6 +49,9 @@ export interface ZabbixMetricsQuery extends DataQuery {
application: { filter: string; name: string; };
item: { filter: string; name: string; };
itemFilter: string;
proxy?: { filter: string; };
trigger?: { filter: string; };
itServiceFilter?: string;
}
export interface ZabbixQueryOptions {