Category:Dashboard: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 87: | Line 87: | ||
<span style="color:#007bff;“ >{{#far:question-circle}} </span> The display of many components on one dashboard can affect the performance. Consider using multiple dashboards instead. | <span style="color:#007bff;“ >{{#far:question-circle}} </span> The display of many components on one dashboard can affect the performance. Consider using multiple dashboards instead. | ||
=== External content === | |||
You can use the "Notes" module on the Dashboard to integrate content from an external system (ie. task management, calendars, weather forecast) via an iFrame. | |||
*Click on "Edit" | |||
*Click on "Source" | |||
*Add the iframe in following format replacing the "https://myURL.com" with the URL of the page you want to embed: | |||
<code><iframe frameborder="0" height="500" src="https://myURL.com" style="width: 100%;" scrolling="no" ></iframe></code> | |||
*If required also adjust the "height" value. | |||
=== Arrange content === | === Arrange content === | ||