Grafana v8.1.5 (c725a4259a), Linux.
I need to display an image in the table-panel from the url by using the html tag s3.amazonaws.com. Data source is the postgres DB.
Now I’m doing this:
select '<img src="'|| image_url || '" height="200">'
But the result looks like:
I have already turn on Sanitize HTML in grafana.ini.
