diff --git a/src/datasource-zabbix/query.controller.ts b/src/datasource-zabbix/query.controller.ts index bd02610..2615c1d 100644 --- a/src/datasource-zabbix/query.controller.ts +++ b/src/datasource-zabbix/query.controller.ts @@ -278,7 +278,8 @@ export class ZabbixQueryController extends QueryCtrl { return Promise.all(promises).then(() => { if (this.zabbix.isZabbix54OrHigher()) { - this.suggestItemTags(); + this.suggestItemTags() + .then(() => this.$scope.$apply()); } }); }