We are trying to use a panel from grafana in an HTML page by using the following code snippet:
However, when the html page is rendered in the browser, the panel is showing as an editable panel and not as a read-only panel.
Are there any settings in grafana.ini to enforce this or anything additional to be added as part of iframe src tag above?
Thanks in advance,
Ahir
1 Like
Hi! Could you please post the snippet in a code block? Can you verify that it is editable for any user - it might be that you are still logged in. Could you maybe post a screenshot too?
Thanks for your response to the query. Appreciate much.
My code snippet in HTML that I am trying to open is as follows:
CM Cell
If I logged into grafana in the same browser, will it show as editable?
ahirbudhnya:
Thanks for your response to the query. Appreciate much.
My code snippet in HTML that I am trying to open is as follows:
<html>
<head>
<title> CM Cell </title>
</head>
<body>
<iframe src="http://grafana.staged-by-discourse.com/d-solo/OhcrZJ9Zk/covratetotal?panelId=2&orgId=1&refresh=30s&from=1585358872545&to=1585380472545" width="950" height="800" frameborder="0"></iframe>
</body>
</html>
If I logged into grafana in the same browser, will it show as editable?
I don’t know, is it possible for you to provide screenshots to show what you mean with editable? You could always try logging out in the same browser and see if it changes, but I feel like it shouldn’t.
Hello,
I have attached the screenshot with this response.
Thanks
Hi!
Did you get the embed code by clicking the panel dropdown->Share->Embed?