grafana/public/app/plugins/panel/text2
Torkel Ödegaard f47759b98e
TextPanel: Fixes issue with template variable value not properly html escaped (#20588)
* sanitize html after replacing variables

* TextPanel: Always html escape variable values
2019-11-22 10:28:54 +01:00
..
img minor react panels refafactor 2018-11-13 08:40:42 +01:00
module.tsx Chore: Reorg packages (#20111) 2019-10-31 10:48:05 +01:00
plugin.json Plugins: Remove dataFormats key and add skipDataQuery (#16984) 2019-05-10 07:46:14 +02:00
README.md poc: began react panel experiments 2018-01-02 14:52:30 +01:00
TextPanel.tsx TextPanel: Fixes issue with template variable value not properly html escaped (#20588) 2019-11-22 10:28:54 +01:00
TextPanelEditor.tsx Chore: Reorg packages (#20111) 2019-10-31 10:48:05 +01:00
types.ts Refactor: Make SelectOptionItem a generic type to enable select value typing (#16718) 2019-04-23 20:44:16 +02:00

Text Panel - Native Plugin

The Text Panel is included with Grafana.

The Text Panel is a very simple panel that displays text. The source text is written in the Markdown syntax meaning you can format the text. Read GitHub's Mastering Markdown to learn more.