From 0bcda4a2eb3983c592948ff34b750f520455e53c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Mon, 5 Oct 2015 11:17:37 +0200 Subject: [PATCH] minor elasticsearch fix --- .gitignore | 1 + public/app/plugins/datasource/elasticsearch/query_def.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f77072fde1e..0ac42cbcb4b 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ conf/custom.ini fig.yml profile.cov grafana +.notouch diff --git a/public/app/plugins/datasource/elasticsearch/query_def.js b/public/app/plugins/datasource/elasticsearch/query_def.js index 9c6089810ff..ca915c68dd4 100644 --- a/public/app/plugins/datasource/elasticsearch/query_def.js +++ b/public/app/plugins/datasource/elasticsearch/query_def.js @@ -36,7 +36,7 @@ function (_) { {text: "No limit", value: '0' }, {text: "1", value: '1' }, {text: "2", value: '2' }, - {text: "3", value: '4' }, + {text: "3", value: '3' }, {text: "5", value: '5' }, {text: "10", value: '10' }, {text: "15", value: '15' },