diff --git a/doc/12-Web-Components-Breadcrumb.md b/doc/12-Web-Components-Breadcrumb.md index a41ebc5..1e5e3b1 100644 --- a/doc/12-Web-Components-Breadcrumb.md +++ b/doc/12-Web-Components-Breadcrumb.md @@ -66,7 +66,7 @@ Other main actions ### Add content to your Dashboard When being in *locked* mode, you are allowed to add the currently shown process -at the given path with the active renderer in the main (or a custom) Icinga Web 2 -Dashboard: +at the given path with the active renderer in the main (or a custom) [Icinga Web 2 +Dashboard](16-Add-To-Dashboard.md): ![Add to Dashboard](screenshot/12_web-components_breadcrumb/1203_add-to-dashboard.png) diff --git a/doc/16-Add-To-Dashboard.md b/doc/16-Add-To-Dashboard.md new file mode 100644 index 0000000..0b01944 --- /dev/null +++ b/doc/16-Add-To-Dashboard.md @@ -0,0 +1,22 @@ +Show them on a Dashboard +===================================================== + +When being in *Locked mode*, you can add any Business Process at top or sub level +to any Icinga Web 2 Dashboard. The related link can be found in the Tab bar: + +![Add to Dashboard - Link](screenshot/16_dashboard/1601_add-to-dashboard-link.png) + +This leads to the standard Icinga Web 2 *Add Dashlet to Dashboard* form. Feel +free to add your Business Process View to any existing Dashboard. You might also +want to create a dedicated Dashboard as shown in this example: + +![Add to Dashboard - Form](screenshot/16_dashboard/1602_add_to_dashboard-form.png) + + +Want more? +---------- + +Head on and add multiple Business Processes to your Dashboard to show all of +them at once: + +![Sample Dashboard](screenshot/16_dashboard/1603_businessprocesses_on_dashboard.png) diff --git a/doc/screenshot/16_dashboard/1601_add-to-dashboard-link.png b/doc/screenshot/16_dashboard/1601_add-to-dashboard-link.png new file mode 100644 index 0000000..ad9d74b Binary files /dev/null and b/doc/screenshot/16_dashboard/1601_add-to-dashboard-link.png differ diff --git a/doc/screenshot/16_dashboard/1602_add_to_dashboard-form.png b/doc/screenshot/16_dashboard/1602_add_to_dashboard-form.png new file mode 100644 index 0000000..ab2d255 Binary files /dev/null and b/doc/screenshot/16_dashboard/1602_add_to_dashboard-form.png differ diff --git a/doc/screenshot/16_dashboard/1603_businessprocesses_on_dashboard.png b/doc/screenshot/16_dashboard/1603_businessprocesses_on_dashboard.png new file mode 100644 index 0000000..0dcba6f Binary files /dev/null and b/doc/screenshot/16_dashboard/1603_businessprocesses_on_dashboard.png differ