From 5f81f401e36a9a87a61454a83d930a71ca1953cd Mon Sep 17 00:00:00 2001 From: Patrick O'Carroll Date: Fri, 26 Jan 2018 17:25:12 +0100 Subject: [PATCH] replaced input with gf-form-dropdown --- .../plugins/panel/table/column_options.html | 55 +++++++++++-------- 1 file changed, 32 insertions(+), 23 deletions(-) diff --git a/public/app/plugins/panel/table/column_options.html b/public/app/plugins/panel/table/column_options.html index 996f10960f9..c5c7b8dbab4 100644 --- a/public/app/plugins/panel/table/column_options.html +++ b/public/app/plugins/panel/table/column_options.html @@ -1,17 +1,16 @@ -
-
@@ -20,7 +19,9 @@
- +
@@ -39,18 +40,20 @@
-
+
-
- -
+ +
- +
- +
@@ -60,16 +63,20 @@
- +
-
+
Thresholds
- - + +
@@ -102,21 +109,23 @@

Specify an URL (relative or absolute)

- Use special variables to specify cell values:
- $__cell refers to current cell value
+ Use special variables to specify cell values: +
+ $__cell refers to current cell value +
$__cell_n refers to Nth column value in current row. Column indexes are started from 0. For instance, - $__cell_1 refers to second column's value. + $__cell_1 refers to second column's value.
- +

Specify text for link tooltip.

- This title appears when user hovers pointer over the cell with link. - Use the same variables as for URL. + This title appears when user hovers pointer over the cell with link. Use the same variables as for URL.