This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.hc.webconsole-1.0.4 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-hc-webconsole.git
commit 04f7738659a71fce71bf2aa5619834f6fe00a2cf Author: Bertrand Delacretaz <[email protected]> AuthorDate: Thu Aug 15 14:35:25 2013 +0000 SLING-3020 - error reporting tweaks git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/healthcheck/webconsole@1514300 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/resources/res/ui/healthcheck.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/res/ui/healthcheck.css b/src/main/resources/res/ui/healthcheck.css index 5eb7183..75b79cf 100644 --- a/src/main/resources/res/ui/healthcheck.css +++ b/src/main/resources/res/ui/healthcheck.css @@ -24,8 +24,8 @@ } .healthcheck .logWARN, -.healthcheck .logSECURITY, -.healthcheck .logCONFIG +.healthcheck .logCRITICAL, +.healthcheck .logHEALTH_CHECK_ERROR { color:red; } -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
