Skip to content

Commit ee0d6ec

Browse files
committed
Merge branch 'master' of github.com:grafana/grafana
2 parents def4d8f + f6b1d5a commit ee0d6ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/app/plugins/datasource/influxdb/query_ctrl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ export class InfluxQueryCtrl extends QueryCtrl {
212212
if (/^\/.*\/$/.test(nextValue)) {
213213
return this.$q.when(this.uiSegmentSrv.newOperators(['=~', '!~']));
214214
} else {
215-
return this.$q.when(this.uiSegmentSrv.newOperators(['=', '<>', '<', '>']));
215+
return this.$q.when(this.uiSegmentSrv.newOperators(['=', '!=', '<>', '<', '>']));
216216
}
217217
}
218218

0 commit comments

Comments
 (0)