Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: b720beb691dfc545205e0725fe6a29048e39ec10
https://github.com/tribe29/checkmk/commit/b720beb691dfc545205e0725fe6a29048…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2022-01-28 (Fri, 28 Jan 2022)
Changed paths:
M cmk/gui/plugins/metrics/utils.py
Log Message:
-----------
Fix graph titles of single metric graphs
The 2.1 introduced this regression. Adding the title here prevented the
graph from using the correct title. The title is computed later during
processing of the graph. At this point of the graph processing it is not
easily possible to compute the graph title.
The type GraphTemplate treats the title title as optional attribute
fro other situations and in pre 2.1 code it was done exactly like
we do it now.
Change-Id: I3b92adbc3ac98fe6869124d199e855f5f502d602
Commit: abb42e56b71012d7ce1b8a1b910c3360848d0e08
https://github.com/tribe29/checkmk/commit/abb42e56b71012d7ce1b8a1b910c33608…
Author: Kenneth Okoh <kenneth.okoh(a)tribe29.com>
Date: 2022-01-28 (Fri, 28 Jan 2022)
Changed paths:
A .werks/13389
Log Message:
-----------
13389 Reports: Change color properties to take rgb values (CMK-9156)
Change-Id: Ie3fedeb8777915728fab22411f33993e4edffcb9
Compare:
https://github.com/tribe29/checkmk/compare/c00c25f2a312...abb42e56b710