From 91a5192a0a7d761bd21bda293b210b570af3ee92 Mon Sep 17 00:00:00 2001 From: Rashid Khan Date: Fri, 30 Aug 2013 15:40:12 -0700 Subject: [PATCH] Switched settings panels to use tip directive --- config.js | 12 ++++++------ panels/bettermap/editor.html | 8 ++++---- panels/dashcontrol/editor.html | 8 ++++---- panels/histogram/editor.html | 2 +- panels/map/editor.html | 8 ++++---- panels/table/editor.html | 12 ++++++------ 6 files changed, 25 insertions(+), 25 deletions(-) diff --git a/config.js b/config.js index 8d694bd880287..eb4678bd0196e 100644 --- a/config.js +++ b/config.js @@ -1,13 +1,13 @@ /* -elasticsearch: URL to your elasticsearch server. You almost certainly don't +elasticsearch: URL to your elasticsearch server. You almost certainly don't want 'http://localhost:9200' here. Even if Kibana and ES are on the same host kibana_index: The default ES index to use for storing Kibana specific object - such as stored dashboards -modules: Panel modules to load. In the future these will be inferred + such as stored dashboards +modules: Panel modules to load. In the future these will be inferred from your initial dashboard, though if you share dashboards you - will probably need to list them all here + will probably need to list them all here If you need to configure the default dashboard, please see dashboards/default @@ -17,9 +17,9 @@ var config = new Settings( // By default this will attempt to reach ES at the same host you have // elasticsearch installed on. You probably want to set it to the FQDN of your // elasticsearch host - elasticsearch: "http://"+window.location.hostname+":9200", + elasticsearch: "http://"+window.location.hostname+":9200", // elasticsearch: 'http://localhost:9200', - kibana_index: "kibana-int", + kibana_index: "kibana-int", modules: ['histogram','map','pie','table','filtering', 'timepicker','text','fields','hits','dashcontrol', 'column','derivequeries','trends','bettermap','query', diff --git a/panels/bettermap/editor.html b/panels/bettermap/editor.html index 99d7d121e200c..009ae2ac5fa03 100644 --- a/panels/bettermap/editor.html +++ b/panels/bettermap/editor.html @@ -1,8 +1,8 @@ -
+
-
Coordinate Field
- +
Coordinate Field geoJSON array! Long,Lat NOT Lat,Long
+
@@ -11,7 +11,7 @@
Tooltip Field
-
Max Points
+
Max Points
diff --git a/panels/dashcontrol/editor.html b/panels/dashcontrol/editor.html index 7c87e30d1d878..8faf8151c69d0 100644 --- a/panels/dashcontrol/editor.html +++ b/panels/dashcontrol/editor.html @@ -1,6 +1,6 @@
Allow saving to
-
+
@@ -8,14 +8,14 @@
Allow saving to
- +
Allow loading from
-
+
@@ -30,7 +30,7 @@
Allow loading from
Sharing
-
+
diff --git a/panels/histogram/editor.html b/panels/histogram/editor.html index c200849fa6c65..365e124dd61ae 100644 --- a/panels/histogram/editor.html +++ b/panels/histogram/editor.html @@ -62,7 +62,7 @@
Chart Settings
Tooltip Settings
- +
\ No newline at end of file diff --git a/panels/map/editor.html b/panels/map/editor.html index f18b6962eaf08..292788bf3b12e 100644 --- a/panels/map/editor.html +++ b/panels/map/editor.html @@ -1,11 +1,11 @@ -
+
-
Field
- +
Field 2 letter country or state code
+
-
Map
+
Map
diff --git a/panels/table/editor.html b/panels/table/editor.html index bf77984002a60..c09d9f198b906 100644 --- a/panels/table/editor.html +++ b/panels/table/editor.html @@ -1,4 +1,4 @@ -
+
Add Column
@@ -11,7 +11,7 @@
Columns Click to remove
{{field}}
-
+
Add field
@@ -26,10 +26,10 @@
Highlighted fields Click to remove
Options
-
+
Header
-
+
Sorting
@@ -38,11 +38,11 @@
Sort
-
Font Size
+
Font Size
-
Trim Factor
+
Trim Factor Trim fields to this long divided by # of rows
\ No newline at end of file