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.