Ver código fonte

Cleaned the codebase :D

utkarshcmu 10 anos atrás
pai
commit
a27186e34f

+ 1 - 1
public/app/plugins/datasource/opentsdb/datasource.js

@@ -178,7 +178,7 @@ function (angular, _, dateMath) {
         return this._performSuggestQuery(tag_values_suggest_query[1], 'tagv').then(responseTransform);
       }
 
-      return $q.when([{text: "wtf"}]);
+      return $q.when([]);
     };
 
     OpenTSDBDatasource.prototype.testDatasource = function() {