Skip to content

Commit 0bcda4a

Browse files
committed
minor elasticsearch fix
1 parent bddcc64 commit 0bcda4a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ conf/custom.ini
3131
fig.yml
3232
profile.cov
3333
grafana
34+
.notouch

public/app/plugins/datasource/elasticsearch/query_def.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function (_) {
3636
{text: "No limit", value: '0' },
3737
{text: "1", value: '1' },
3838
{text: "2", value: '2' },
39-
{text: "3", value: '4' },
39+
{text: "3", value: '3' },
4040
{text: "5", value: '5' },
4141
{text: "10", value: '10' },
4242
{text: "15", value: '15' },

0 commit comments

Comments
 (0)