From a793637fea02793f0544742c689f1d5e94abf901 Mon Sep 17 00:00:00 2001 From: Rashid Khan Date: Thu, 2 May 2013 08:52:54 -0700 Subject: [PATCH 1/2] Removed map2 and parallelcoordinates from default config file --- config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.js b/config.js index b5202a700c7..419dbc152c7 100644 --- a/config.js +++ b/config.js @@ -14,8 +14,8 @@ var config = new Settings( { elasticsearch: 'http://localhost:9200', kibana_index: "kibana-int", - modules: ['histogram','map','map2','pie','table','stringquery','sort', + modules: ['histogram','map','pie','table','stringquery','sort', 'timepicker','text','fields','hits','dashcontrol', - 'column', 'parallelcoordinates'], + 'column'], } ); From a43e9252c8785661e875cec1e2780040fa2dc1fb Mon Sep 17 00:00:00 2001 From: Rashid Khan Date: Thu, 2 May 2013 16:39:50 -0700 Subject: [PATCH 2/2] Added move buttons to table header --- panels/table/module.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/panels/table/module.html b/panels/table/module.html index fda7ab41378..6a70e0b1ac2 100644 --- a/panels/table/module.html +++ b/panels/table/module.html @@ -21,13 +21,18 @@
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
+ +
+ + {{field}} - - - {{field}} + + + {{field}} +