فهرست منبع

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