Przeglądaj źródła

Made quotes consistent

utkarshcmu 9 lat temu
rodzic
commit
89cf32b160

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

@@ -244,7 +244,7 @@ function (angular, _, dateMath) {
 
       var interpolated;
       try {
-        interpolated = templateSrv.replace(query, {}, "distributed");
+        interpolated = templateSrv.replace(query, {}, 'distributed');
       }
       catch (err) {
         return $q.reject(err);