Updated datasource.metricFindQuery() for working with cache.

This commit is contained in:
Alexander Zobnin
2016-01-30 22:30:23 +03:00
parent 075fed6668
commit 4231d3769a
3 changed files with 147 additions and 36 deletions

View File

@@ -5,7 +5,7 @@ define([
function (_, moment) {
'use strict';
function utils() {
function Utils() {
/**
* Expand Zabbix item name
@@ -49,5 +49,5 @@ function (_, moment) {
}
return new utils();
return new Utils();
});