feat(opentsdb): add mock method for detecting targets with template values

This commit is contained in:
bergquist 2016-10-19 11:45:39 +02:00
parent a1e97b0067
commit 4c2f2eeb58

View File

@ -102,6 +102,11 @@ function (angular, _, dateMath) {
}.bind(this));
};
this.targetContainsTemplate = function(target) {
console.log(target);
return false;
};
this.performTimeSeriesQuery = function(queries, start, end) {
var msResolution = false;
if (this.tsdbResolution === 2) {