Module: check_mk
Branch: master
Commit: b60e5ad84d0792ee26cdee1c1da077b44972b20b
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=b60e5ad84d0792…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Thu Sep 3 13:30:20 2015 +0200
Added code todo
---
web/htdocs/sidebar.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/web/htdocs/sidebar.py b/web/htdocs/sidebar.py
index a094e22..4f47587 100644
--- a/web/htdocs/sidebar.py
+++ b/web/htdocs/sidebar.py
@@ -226,6 +226,7 @@ def page_side():
'onunload="storeScrollPos()">\n' % interval)
html.write('<div id="check_mk_sidebar">\n')
+ # FIXME: Move this to the code where views are needed (snapins?)
views.load_views()
sidebar_head()
user_config = load_user_config()