]> git.ipfire.org Git - people/jschlag/pbs.git/commit - src/web/__init__.py
Add a page on which admins can see all active sessions.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 9 Dec 2012 11:33:40 +0000 (12:33 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 9 Dec 2012 11:33:40 +0000 (12:33 +0100)
commit20d7f5eb3c2d3d0b5db73135d498cd4f8b19271e
tree346a3c172e4d20186d7a562554b7c9601cae05ef
parent9177f86a8fc33e75247cb5c4971e2b64c05799f0
Add a page on which admins can see all active sessions.
backend/main.py
backend/managers.py
backend/sessions.py
backend/users.py
data/templates/base.html
data/templates/sessions/index.html [new file with mode: 0644]
web/__init__.py
web/handlers.py
web/handlers_auth.py
web/handlers_base.py
web/handlers_users.py