HtmlDashboard
This is a subclass of Dashboard. Return an instance of this class to create a dashboard with HTML content.
Can be found in the classpath squirrels.dashboards.HtmlDashboard
or squirrels.HtmlDashboard
.
Constructor​
Creates a HtmlDashboard object.
Required Arguments:
- content: A string or io.StringIO object for the HTML content as string.