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

Merge branch 'master' of github.com:grafana/grafana

Torkel Ödegaard пре 9 година
родитељ
комит
ee0d6ecfe6
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      public/app/plugins/datasource/influxdb/query_ctrl.ts

+ 1 - 1
public/app/plugins/datasource/influxdb/query_ctrl.ts

@@ -212,7 +212,7 @@ export class InfluxQueryCtrl extends QueryCtrl {
       if (/^\/.*\/$/.test(nextValue)) {
         return this.$q.when(this.uiSegmentSrv.newOperators(['=~', '!~']));
       } else {
-        return this.$q.when(this.uiSegmentSrv.newOperators(['=', '<>', '<', '>']));
+        return this.$q.when(this.uiSegmentSrv.newOperators(['=', '!=', '<>', '<', '>']));
       }
     }