From b29ffd834791965de90849fdcbf318bf81b6166f Mon Sep 17 00:00:00 2001 From: Rashid Khan Date: Sun, 28 Jul 2013 21:20:59 -0700 Subject: [PATCH] Fixed typo in table, added no filters message, removed default sort on @timestamp from table in guided dashboard --- dashboards/guided.json | 4 ++-- panels/filtering/module.html | 1 + panels/table/module.html | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/dashboards/guided.json b/dashboards/guided.json index 61587f034eb..28343a02758 100644 --- a/dashboards/guided.json +++ b/dashboards/guided.json @@ -234,7 +234,7 @@ }, { "title": "Events", - "height": "350px", + "height": "650px", "editable": true, "collapse": false, "collapsable": true, @@ -251,7 +251,7 @@ "pages": 5, "offset": 0, "sort": [ - "@timestamp", + "_id", "desc" ], "style": { diff --git a/panels/filtering/module.html b/panels/filtering/module.html index 45956494304..47a56525401 100644 --- a/panels/filtering/module.html +++ b/panels/filtering/module.html @@ -40,6 +40,7 @@
+
No filters available
{{filterSrv.list[id].type}} diff --git a/panels/table/module.html b/panels/table/module.html index 474b113b7ca..52530344b50 100644 --- a/panels/table/module.html +++ b/panels/table/module.html @@ -39,7 +39,7 @@
-
No columns configured. You may want to add a fields panel, or click the edit button in the top right of this panel to add some columns
+
No columns configured. You may want to select some from the list on the left.