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'], } ); 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 @@
| + + {{field}} - - - {{field}} + + + {{field}} + | +
|---|