I suggest to add some screen grouping possibility. I have 1000+ screens. To be exact
mysql> select count(*) from screens;
+----------+
| count(*) |
+----------+
| 1241 |
+----------+
and I think there'll be more. Navigating through them will become a headache very soon =( So some simple grouping (maybe with groups from hosts_groups) would be very nice.
mysql> select count(*) from screens;
+----------+
| count(*) |
+----------+
| 1241 |
+----------+
and I think there'll be more. Navigating through them will become a headache very soon =( So some simple grouping (maybe with groups from hosts_groups) would be very nice.
Comment