The iframe widget allows you to embed a portion of any other web page on your dashboard.
Setup
Enter the URL of the page you want to display inside the iframe. If you do not use an HTTPS URL, you may have to configure your browser to allow non-secure content.
API
This widget can be used with the Dashboards API. See the following table for the widget JSON schema definition:
Expand All
Type of the iframe widget.
Allowed enum values: iframe
default: iframe
{
"type": "iframe",
"url": ""
}
Further Reading
Additional helpful documentation, links, and articles: