Skip to content

Commit

Permalink
Merge pull request #31 from scrogatl/master
Browse files Browse the repository at this point in the history
fix: Filter modal doesn't include all operators (#28)
  • Loading branch information
Kav91 authored Jul 8, 2020
2 parents 111c693 + d33292c commit 2e61bd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nerdlets/event-stream/lib/metrics.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export const stringOptions = [
{ key: 'e', text: '=', value: '=' },
{ key: 'ne', text: '!=', value: '!=' },
{ key: 'l', text: 'LIKE', value: 'LIKE' },
{ key: 'nl', text: 'NOT LIKE', value: 'NOT LIKE' },
{ key: 'in', text: 'IS NULL', value: 'IS NULL' },
{ key: 'inn', text: 'IS NOT NULL', value: 'IS NOT NULL' },
];
Expand Down

0 comments on commit 2e61bd9

Please sign in to comment.