Module: check_mk
Branch: master
Commit: ee0f4279ce493a4e4ce9317d9c228ffc72a8b68c
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=ee0f4279ce493a…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Fri Aug 31 17:08:34 2018 +0200
6525 FIX Raw Edition: Graphing pages are now themed correctly
The graphing pages of the Raw Edition were always rendered in the classic theme
style. The pages are now rendered in either the classic or the modern style
depending on the choose theme.
CMK-806
Change-Id: I2325de379079b16b152fbc4d3911613abca3dafe
---
.werks/6525 | 13 +
cmk/gui/htmllib.py | 6 +
cmk/gui/metrics.py | 8 +-
cmk/gui/plugins/views/painters.py | 8 +-
cmk/gui/plugins/views/utils.py | 7 +-
omd/packages/pnp4nagios/Makefile | 5 +
.../ui-facelift/images/contentframe_background.jpg | Bin 0 -> 98551 bytes
.../images/ui-bg_flat_0_aaaaaa_40x100.png | Bin 0 -> 180 bytes
.../images/ui-bg_flat_75_6da1b8_40x100.png | Bin 0 -> 182 bytes
.../images/ui-bg_glass_55_fbf9ee_1x400.png | Bin 0 -> 120 bytes
.../images/ui-bg_glass_65_88b9ce_1x400.png | Bin 0 -> 125 bytes
.../images/ui-bg_glass_75_6da1b8_1x400.png | Bin 0 -> 136 bytes
.../images/ui-bg_glass_75_94cde6_1x400.png | Bin 0 -> 177 bytes
.../ui-bg_highlight-soft_75_274554_1x100.png | Bin 0 -> 132 bytes
.../ui-bg_highlight-soft_75_6da1b8_1x100.png | Bin 0 -> 130 bytes
.../images/ui-bg_inset-soft_95_fef1ec_1x100.png | Bin 0 -> 123 bytes
.../ui-facelift/images/ui-icons_000000_256x240.png | Bin 0 -> 4369 bytes
.../ui-facelift/images/ui-icons_222222_256x240.png | Bin 0 -> 4369 bytes
.../ui-facelift/images/ui-icons_2e83ff_256x240.png | Bin 0 -> 4369 bytes
.../ui-facelift/images/ui-icons_454545_256x240.png | Bin 0 -> 4369 bytes
.../ui-facelift/images/ui-icons_cd0a0a_256x240.png | Bin 0 -> 4369 bytes
omd/packages/pnp4nagios/ui-facelift/jquery-ui.css | 856 +++++++++++++++++++++
web/htdocs/js/checkmk.js | 6 +-
23 files changed, 900 insertions(+), 9 deletions(-)
Diff:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commitdiff;h=ee0f4279ce…