2013-08-07 17:44:18 +02:00
|
|
|
# The dashboard
|
|
|
|
|
|
|
|
The icingaweb dashboard allows you to display different views on one page. You can create customized overviews over
|
|
|
|
the objects you're interested in and can add and remove elements.
|
|
|
|
|
|
|
|
## Dashboard, Panes and Components
|
|
|
|
|
|
|
|
![Dashboard structure][dashboards1]
|
|
|
|
|
|
|
|
* The building blocks of dashboards are components - those represent a single URL and display it's content (often in
|
|
|
|
a more condensed layout)
|
2013-08-07 17:40:18 +02:00
|
|
|
* Different components can be added to a pane and will be shown there. All panes are shown as tabs on top of the dashboard,
|
2013-08-07 17:44:18 +02:00
|
|
|
whereas the title is used for the text in the tab
|
|
|
|
* The dashboard itself is just the view containing the panes
|
|
|
|
|
|
|
|
|
2014-02-11 16:35:36 +01:00
|
|
|
[dashboards1]: res/Dashboard.png
|