Skip to content

Commit

Permalink
Merge pull request #114 from cwagz/main
Browse files Browse the repository at this point in the history
Eliminate horizontal scrollbars on iPhone.
  • Loading branch information
jasonacox authored Oct 28, 2022
2 parents 3f5da1f + bea6626 commit e0eb1aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@
"id": 13,
"links": [],
"options": {
"content": "<div style=\"text-align: center\">\n<iframe id=\"frame\" src=\"/public/img/grafana_icon.svg\" width=\"400\" height=\"300\" frameBorder=\"0\">No</iframe>\n<script>\nvar pwurl = window.location.protocol + \"//\" + window.location.hostname + \":8675/\";\nconsole.log(pwurl);\ndocument.getElementById('frame').src = pwurl;\n</script>\n</div>",
"content": "<div style=\"text-align: center\">\n<iframe id=\"frame\" src=\"/public/img/grafana_icon.svg\" width=\"100%\" height=\"300\" frameBorder=\"0\">No</iframe>\n<script>\nvar pwurl = window.location.protocol + \"//\" + window.location.hostname + \":8675/\";\nconsole.log(pwurl);\ndocument.getElementById('frame').src = pwurl;\n</script>\n</div>",
"mode": "html"
},
"pluginVersion": "9.1.2",
Expand Down Expand Up @@ -8786,4 +8786,4 @@
"uid": "RSabAvRRzV",
"version": 11,
"weekStart": ""
}
}

0 comments on commit e0eb1aa

Please sign in to comment.