Module: check_mk
Branch: master
Commit: 3325b759a6bce01daa7839a4ca7e5f68ee15507d
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=3325b759a6bce0…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Mon Sep 10 07:49:49 2018 +0200
6555 Snapins can now be customized
It is now possible to create customized copies of the default sidebar snapins.
To make this possible the snapin developer needs to prepare the snapin for this
feature. The developer needs to specify which parameters can be customized by
the users and make the snapin use the user configuration.
The user can then navigate to "Add snapin page > Custom snapins" to manage
his
custom snapins. When editing such a custom snapin the attributes of the snapin
can be edited. The snapins can be shared with other users of the installation.
The sharing logic is equal to the bookmarks, reports and so on.
Once a custom snapin has been created, the user can choose the new dashlet from
the "add snapin page" for adding it to his dashboard.
Change-Id: If0966d9697102f8a1f883bd18908f5ab633a9c6c
---
.werks/6555 | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/.werks/6555 b/.werks/6555
new file mode 100644
index 0000000..d74b233
--- /dev/null
+++ b/.werks/6555
@@ -0,0 +1,22 @@
+Title: Snapins can now be customized
+Level: 2
+Component: multisite
+Compatible: compat
+Edition: cre
+Version: 1.6.0i1
+Date: 1536558291
+Class: feature
+
+It is now possible to create customized copies of the default sidebar snapins.
+
+To make this possible the snapin developer needs to prepare the snapin for this
+feature. The developer needs to specify which parameters can be customized by
+the users and make the snapin use the user configuration.
+
+The user can then navigate to "Add snapin page > Custom snapins" to manage
his
+custom snapins. When editing such a custom snapin the attributes of the snapin
+can be edited. The snapins can be shared with other users of the installation.
+The sharing logic is equal to the bookmarks, reports and so on.
+
+Once a custom snapin has been created, the user can choose the new dashlet from
+the "add snapin page" for adding it to his dashboard.