diff --git a/zabbix/datasource.js b/zabbix/datasource.js index 20330f6..64bc7df 100644 --- a/zabbix/datasource.js +++ b/zabbix/datasource.js @@ -52,7 +52,8 @@ function (angular, _, kbn) { return []; } - if (!target.item.templated) { + // From !target.item.templated for testing + if (false) { // Perform request and then handle result var item = [target.item];