Module: check_mk
Branch: master
Commit: 05501be84d254dea848e1c29cc0fa8e6c9d07b22
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=05501be84d254d…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Mon Apr 20 11:55:40 2015 +0200
#2206 FIX Add missing option "Show timeline of each object directly in table"
for reports
For the report element <i>Availability Table</i> the option for selecting an
inline
timeline was missing. This has been fixed.
---
.werks/2206 | 11 +++++++++++
ChangeLog | 1 +
web/plugins/views/availability.py | 2 +-
3 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/.werks/2206 b/.werks/2206
new file mode 100644
index 0000000..8240292
--- /dev/null
+++ b/.werks/2206
@@ -0,0 +1,11 @@
+Title: Add missing option "Show timeline of each object directly in table" for
reports
+Level: 1
+Component: reporting
+Class: fix
+Compatible: compat
+State: unknown
+Version: 1.2.7i1
+Date: 1429523690
+
+For the report element <i>Availability Table</i> the option for selecting an
inline
+timeline was missing. This has been fixed.
diff --git a/ChangeLog b/ChangeLog
index 52efcd8..d4b6006 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -481,6 +481,7 @@
Reporting & Availability:
* 1990 FIX: Fix two exceptions in PDF exports of host group views
* 2189 FIX: Allow changing graph number from 1 to "all" when editing PNP
graph in report...
+ * 2206 FIX: Add missing option "Show timeline of each object directly in
table" for reports...
Event Console:
* 1845 Keep record of original source IP address of a syslog message or SNMP trap...
diff --git a/web/plugins/views/availability.py b/web/plugins/views/availability.py
index 0bdf1ac..c9de316 100644
--- a/web/plugins/views/availability.py
+++ b/web/plugins/views/availability.py
@@ -498,7 +498,7 @@ avoption_entries = [
# Timeline
( "show_timeline",
"single",
- False,
+ True,
Checkbox(
title = _("Timeline"),
label = _("Show timeline of each object directly in table")),