From 6e56aeeaf5144aea3470aaa8e49fe4bb14e1376e Mon Sep 17 00:00:00 2001 From: Sebastian Brandt Date: Sat, 4 Apr 2020 11:15:20 +0200 Subject: [PATCH] Table: Fix Yoda-esque sentence in info popup (#23324) I changed the semantics a bit so they fit into the "format first" thing that seems to be going on there. --- public/app/plugins/panel/table/column_options.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/plugins/panel/table/column_options.html b/public/app/plugins/panel/table/column_options.html index e58a0d7cc5b..05e6c3e07d7 100644 --- a/public/app/plugins/panel/table/column_options.html +++ b/public/app/plugins/panel/table/column_options.html @@ -167,7 +167,7 @@ ${__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:raw} syntax. By default values are URI encoded. If the value is a complete URL you can disable all encoding using + ${__cell:raw} disables all encoding. Useful if the value is a complete URL. By default values are URI encoded.