Service- and Contactgroup filters
Message-ID: <5453afb7.LV4S2wnzFR783aVr%mk(a)mathias-kettner.de>
User-Agent: Heirloom mailx 12.5 6/20/10
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Module: check_mk
Branch: master
Commit: 51a29ad5503929f35cbf0c3a74b7b09e0603d33a
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=51a29ad5503929…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Fri Oct 31 16:48:35 2014 +0100
#1481: Fix broken layout of Host-, Service- and Contactgroup filters
---
.werks/1481 | 9 +++++++++
ChangeLog | 1 +
web/plugins/visuals/filters.py | 3 +++
3 files changed, 13 insertions(+)
diff --git a/.werks/1481 b/.werks/1481
new file mode 100644
index 0000000..045b774
--- /dev/null
+++ b/.werks/1481
@@ -0,0 +1,9 @@
+Title: Fix broken layout of Host-, Service- and Contactgroup filters
+Level: 1
+Component: multisite
+Compatible: compat
+Version: 1.2.5i7
+Date: 1414770459
+Class: fix
+
+
diff --git a/ChangeLog b/ChangeLog
index 44abddb..ec8160c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,7 @@
Multisite:
* 1164 FIX: Fixed links from servicegroup overviews to single servicegroups
* 1166 FIX: Also prevting stylesheet update issues during version updates (just like
for JS files)
+ * 1481 FIX: Fix broken layout of Host-, Service- and Contactgroup filters
WATO:
* 1165 FIX: Fixed exception in service discovery of logwatch event console forwarding
checks...
diff --git a/web/plugins/visuals/filters.py b/web/plugins/visuals/filters.py
index 3a289c9..573fc49 100644
--- a/web/plugins/visuals/filters.py
+++ b/web/plugins/visuals/filters.py
@@ -194,6 +194,9 @@ class FilterGroupCombo(Filter):
[ what + "group_name" ]) # rows needed to
fetch for link information
self.what = what
+ def double_height(self):
+ return True
+
def display(self):
choices = all_groups(self.what.split("_")[-1])
if not self.enforce: