Module: check_mk
Branch: master
Commit: d42b4f72fc06086e288bd7f93893bbc7dbfeb22c
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=d42b4f72fc0608…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Wed Oct 23 16:07:10 2013 +0200
Finally removed long deprecated snapin
---
web/plugins/sidebar/wato.py | 24 ------------------------
1 file changed, 24 deletions(-)
diff --git a/web/plugins/sidebar/wato.py b/web/plugins/sidebar/wato.py
index d404f28..cf124f5 100644
--- a/web/plugins/sidebar/wato.py
+++ b/web/plugins/sidebar/wato.py
@@ -94,30 +94,6 @@ sidebar_snapins["admin_mini"] = {
""",
}
-
-# +----------------------------------------------------------------------+
-# | _____ _ _ _____ |
-# | | ___|__ | | __| | ___ _ __ |_ _| __ ___ ___ |
-# | | |_ / _ \| |/ _` |/ _ \ '__|____| || '__/ _ \/ _ \ |
-# | | _| (_) | | (_| | __/ | |_____| || | | __/ __/ |
-# | |_| \___/|_|\__,_|\___|_| |_||_| \___|\___| |
-# | |
-# +----------------------------------------------------------------------+
-
-def render_wato_folders():
- if not config.wato_enabled:
- html.write(_("WATO is disabled in
<tt>multisite.mk</tt>."))
- else:
- html.write(_('This snapin is deprecated. Please use the WATO foldertree
snapin instead.'))
-
-sidebar_snapins["wato"] = {
- "title" : _("Hosts"),
- "description" : _("A foldable tree showing all your WATO folders and
files - "
- "allowing you to navigate in the tree while using views or
being in WATO"),
- "render" : render_wato_folders,
- "allowed" : [ "admin", "user", "guest" ],
-}
-
# .----------------------------------------------------------------------.
# | _____ _ _ _ |
# | | ___|__ | | __| | ___ _ __| |_ _ __ ___ ___ |