casa87 11 лет назад
Родитель
Сommit
6ce242df4d
1 измененных файлов с 4 добавлено и 1 удалено
  1. 4 1
      src/app/controllers/influxTargetCtrl.js

+ 4 - 1
src/app/controllers/influxTargetCtrl.js

@@ -17,7 +17,10 @@ function (angular) {
 
       $scope.rawQuery = false;
 
-      $scope.functions = ['count', 'mean', 'sum', 'min', 'max', 'mode', 'distinct', 'median', 'derivative', 'stddev', 'first', 'last', 'difference'];
+      $scope.functions = ['count', 'mean', 'sum', 'min',
+                          'max', 'mode', 'distinct', 'median',
+                          'derivative', 'stddev', 'first', 'last',
+                          'difference'];
       $scope.operators = ['=', '=~', '>', '<', '!~', '<>'];
       $scope.oldSeries = $scope.target.series;
       $scope.$on('typeahead-updated', function(){