Text panel will not display HTML

Text panel set for HTML. Problem on Grafana 6.6.1, new user. Already changed disable_sanitize_html = true in /etc/grafana.ini restarted service and also tried reboot but Text panel still only displays HTML text not the web information…

1 Like

Issue resolved , loaded Grafana 6.7.1 on RHEL 8.1. Made the following changes:
grafana.ini
disable_sanitize_html = true

/usr/share/grafana/conf$

change false to true

enable_alpha = false
disable_sanitize_html = false

enable_alpha = true
disable_sanitize_html = true