Module: check_mk
Branch: master
Commit: 8a285bedccfefa13ab40e225bf2e092d988d1db8
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=8a285bedccfefa…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Tue May 8 08:47:29 2018 +0200
6058 Escaping of HTML in plugin output can now be configured individually
Using the global setting "Escape HTML codes in plugin output" you can configure
whether or not HTML contained in the status output of hosts / services is
interpreted by the GUI globally.
In case you need the HTML of a specific check interpreted by the GUI, it is
better to use the new rulesets "Escape HTML codes in host output" or
"Escape
HTML codes in service output". Using these rulesets you can selectively disable
the escaping for specific hosts / services.
Change-Id: I50984bdaa2ceef26d27a1a0d4a2a25d356d233d5
---
.werks/6058 | 18 ++++++++
web/htdocs/views.py | 14 +++++-
web/plugins/views/painters.py | 16 +++----
web/plugins/wato/check_mk_configuration.py | 74 +++++++++++++++++++++++++++---
4 files changed, 105 insertions(+), 17 deletions(-)
Diff:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commitdiff;h=8a285bedcc…