Module: check_mk
Branch: master
Commit: 5c6e5faf1572ba8465a44066443b7beab69765f0
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=5c6e5faf1572ba…
Author: Simon Betz <si(a)mathias-kettner.de>
Date: Thu Mar 2 12:33:38 2017 +0100
removed label ':'
Change-Id: I64b1e665e8fa5bef0f074b1be6db4cb2df689173
---
web/plugins/wato/check_mk_configuration.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/web/plugins/wato/check_mk_configuration.py
b/web/plugins/wato/check_mk_configuration.py
index 02ab559..e6c551e 100644
--- a/web/plugins/wato/check_mk_configuration.py
+++ b/web/plugins/wato/check_mk_configuration.py
@@ -1626,7 +1626,6 @@ register_rule(
( "agent", _("Use the status of the Check_MK Agent")
),
( "service", _("Use the status of the service..."),
TextUnicode(
- label = ":",
size = 45,
allow_empty = False,
attrencode = True,