Module: check_mk
Branch: master
Commit: f5b2d6c7173773a0ea9023becc4cdb02383ad6a8
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=f5b2d6c7173773…
Author: Bastian Kuhn <bk(a)mathias-kettner.de>
Date: Mon Aug 31 13:45:06 2015 +0200
#1289 FIX Fixed missing table headers in hostgroup view
---
.werks/1289 | 10 ++++++++++
ChangeLog | 1 +
web/plugins/views/builtin.py | 2 +-
3 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/.werks/1289 b/.werks/1289
new file mode 100644
index 0000000..1e31b65
--- /dev/null
+++ b/.werks/1289
@@ -0,0 +1,10 @@
+Title: Fixed missing table headers in hostgroup view
+Level: 1
+Component: multisite
+Class: fix
+Compatible: compat
+State: unknown
+Version: 1.2.7i3
+Date: 1441021469
+
+
diff --git a/ChangeLog b/ChangeLog
index 57c0405..55a4275 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -183,6 +183,7 @@
* 2549 FIX: Silently ignore not existing painters and sorters in views...
* 2531 FIX: Fixed graph hover for services containing backslashes...
* 2532 FIX: Fixed undefined variable exception in prediction in rare cases...
+ * 1289 FIX: Fixed missing table headers in hostgroup view
WATO:
* 2365 Removed old deprecated notification global options for plain emails...
diff --git a/web/plugins/views/builtin.py b/web/plugins/views/builtin.py
index 9ce1d27..9bce7d4 100644
--- a/web/plugins/views/builtin.py
+++ b/web/plugins/views/builtin.py
@@ -773,7 +773,7 @@ multisite_builtin_views.update({
'linktitle' : _('Host Problems'),
'title': _('Problems of host')},
'hostgroup': {'browser_reload': 30,
- 'column_headers': 'off',
+ 'column_headers': 'pergroup',
'datasource': 'hosts',
'description': _('Lists members of a host group with the
number of services in the different states.'),
'group_painters': [('site_icon', None),