Hi,
This patch adds a simple client-side grouping for groups, maps, and screens.
It evolved from a greasemonkey/tampermonkey script, is purely ugly javascript, but may work for you.
it adds a 1 level nesting, you have to change the source to use the right separator for your installation. right now it uses space and underscore as a separator.
Should work on all 2.0.x versions, tested on chrome/ff
as it is a non intrusive single .js, should work for newer zabbix versions ...
Before:

After:
This patch adds a simple client-side grouping for groups, maps, and screens.
It evolved from a greasemonkey/tampermonkey script, is purely ugly javascript, but may work for you.
it adds a 1 level nesting, you have to change the source to use the right separator for your installation. right now it uses space and underscore as a separator.
Should work on all 2.0.x versions, tested on chrome/ff
as it is a non intrusive single .js, should work for newer zabbix versions ...
Before:
After:
Comment