fix(plugin dashboards): fixed issue with plugin dashboard list, fixes #6215

This commit is contained in:
Torkel Ödegaard
2016-10-07 16:04:51 +02:00
parent a3c91450d5
commit 913f17ee8a
2 changed files with 5 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ function (_) {
bucketAggTypes: [
{text: "Terms", value: 'terms', requiresField: true},
{text: "Filters", value: 'filters' },
{text: "Geo Hash Grid", value: 'geohash_grid', requiresField: true},
{text: "Geo Hash Grid", value: 'geohash_grid', requiresField: true},
{text: "Date Histogram", value: 'date_histogram', requiresField: true},
],