From 45f1185a2e219923e26bd58d06a1b5130720fa74 Mon Sep 17 00:00:00 2001 From: Jan200101 Date: Wed, 7 Sep 2022 13:09:39 +0200 Subject: Implement Dashboard --- labbot/addons/dashboard/templates/base.html | 153 ++++++++++++++++++++++++++++ 1 file changed, 153 insertions(+) create mode 100644 labbot/addons/dashboard/templates/base.html (limited to 'labbot/addons/dashboard/templates/base.html') diff --git a/labbot/addons/dashboard/templates/base.html b/labbot/addons/dashboard/templates/base.html new file mode 100644 index 0000000..03a5532 --- /dev/null +++ b/labbot/addons/dashboard/templates/base.html @@ -0,0 +1,153 @@ + + + + + + {{ bot.name }} - lab-bot {{ bot.version }} + + + + + + + + + + + + +
+
+ {% include "sidebar.html" %} + +
+ {% block content %}{% endblock %} +
+
+
+ + + + + + -- cgit v1.2.3