Module: check_mk
Branch: master
Commit: e404cca00bb19187010f32785896b147ba32269a
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=e404cca00bb191…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Tue Apr 30 19:23:31 2019 +0200
Made URL prefix optional again after refactoring
Change-Id: Idcbb48c9691dba7536c78564c42136462b05a536
---
cmk/gui/wato/pages/sites.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmk/gui/wato/pages/sites.py b/cmk/gui/wato/pages/sites.py
index adf189e..e30b7ad 100644
--- a/cmk/gui/wato/pages/sites.py
+++ b/cmk/gui/wato/pages/sites.py
@@ -327,7 +327,7 @@ class ModeEditSite(WatoMode):
"Please refer to the <a target=_blank
href='%s'>online documentation</a> for details. "
"The prefix should end with a slash. Omit the
<tt>/pnp4nagios/</tt> from the prefix."
) % proxy_docu_url,
- allow_empty=False,
+ allow_empty=True,
)),
("status_host",
Alternative(