minor elasticsearch fix

This commit is contained in:
Torkel Ödegaard 2015-10-05 11:17:37 +02:00
parent bddcc6491a
commit 0bcda4a2eb
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -31,3 +31,4 @@ conf/custom.ini
fig.yml
profile.cov
grafana
.notouch

View File

@ -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' },