Module: check_mk
Branch: master
Commit: c05fded22722dc505ba30386dbb17e1b3cc420ab
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=c05fded22722dc…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Wed Sep 4 10:04:26 2013 +0200
Multisite: Added popup window based notifications
---
ChangeLog | 7 +
web/htdocs/dashboard.py | 2 -
web/htdocs/htmllib.py | 4 +-
web/htdocs/images/button_sidebar_messages_hi.png | Bin 0 -> 1533 bytes
web/htdocs/images/button_sidebar_messages_lo.png | Bin 0 -> 1544 bytes
web/htdocs/index.py | 2 +-
web/htdocs/js/checkmk.js | 35 ++++
web/htdocs/js/sidebar.js | 89 +++++++++
web/htdocs/lib.py | 4 +-
web/htdocs/notify.py | 224 ++++++++++++++++++++++
web/htdocs/sidebar.css | 34 ++++
web/htdocs/sidebar.py | 30 ++-
web/htdocs/userdb.py | 9 +-
web/htdocs/valuespec.py | 55 +++++-
web/htdocs/wato.py | 2 +
web/htdocs/weblib.py | 2 +-
web/plugins/config/builtin.py | 15 +-
web/plugins/pages/shipped.py | 4 +
web/plugins/wato/check_mk_configuration.py | 16 ++
19 files changed, 508 insertions(+), 26 deletions(-)
Diff:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commitdiff;h=c05fded227…