]> git.ipfire.org Git - people/ms/westferry.git/commit
UI: Add tabs
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 4 Dec 2021 16:04:46 +0000 (16:04 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 4 Dec 2021 16:04:46 +0000 (16:04 +0000)
commit19514d9c0d23b5e5382295825a9e61373a3aeeb2
treec27e4bb81e1731b84b69c5d6fe944285db877091
parentd9414e247977ddd4a9950dd84b7d69b2a66167c7
UI: Add tabs

This is a proof-of-concept that it would be nice and easy to add tabs to
handlers.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am
src/templates/default.html [new file with mode: 0644]
src/templates/modules/tabs.html [new file with mode: 0644]
src/westferry/handlers/analytics.py
src/westferry/handlers/base.py
src/westferry/ui/__init__.py
src/westferry/ui/tabs.py [new file with mode: 0644]