Преглед изворни кода

Added where condiction operators

Marco Vito Moscaritolo пре 11 година
родитељ
комит
72ab721f22
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      src/app/controllers/influxTargetCtrl.js

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

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