]> git.ipfire.org Git - people/ms/westferry.git/commit
Add graphs handlers
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 27 Oct 2015 00:12:29 +0000 (01:12 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 27 Oct 2015 00:12:29 +0000 (01:12 +0100)
commit03f518c7ff3290975e945b7c720df84cb7464558
tree07217ee3eecffc307fba76f4f42525a288d1e298
parent3fc6d8066e8f3d2ef99a16aa55d87448515b8827
Add graphs handlers

This patch adds more handlers that show graphs from collecty and
also extends the interface to collecty.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am
src/templates/graph.html [new file with mode: 0644]
src/templates/graphs.html [new file with mode: 0644]
src/templates/modules/graphs/box.html [new file with mode: 0644]
src/templates/modules/graphs/preview.html [new file with mode: 0644]
src/westferry/backend/graphs.py
src/westferry/handlers/analytics.py
src/westferry/i18n.py [new file with mode: 0644]
src/westferry/ui/__init__.py
src/westferry/ui/graphs.py [new file with mode: 0644]
src/westferry/ui/menu.py