From 1e3af4c7427c5897332ec533600481d9df5ddc4a Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Fri, 5 Jun 2015 15:04:06 +0300 Subject: [PATCH] Testing unified style for templated and regular queries. --- zabbix/datasource.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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];