From 9eded5ebfde22ea23b573c1896a7cdcb8f6a46ea Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 24 Jan 2018 19:16:45 +0100 Subject: UI: work on dashboards --- .../ishtar/dashboards/dashboard_main.html | 49 ++++++++++++++-------- 1 file changed, 32 insertions(+), 17 deletions(-) (limited to 'ishtar_common/templates/ishtar/dashboards/dashboard_main.html') diff --git a/ishtar_common/templates/ishtar/dashboards/dashboard_main.html b/ishtar_common/templates/ishtar/dashboards/dashboard_main.html index 827fcf02d..f2eefd6d3 100644 --- a/ishtar_common/templates/ishtar/dashboards/dashboard_main.html +++ b/ishtar_common/templates/ishtar/dashboards/dashboard_main.html @@ -13,25 +13,40 @@ {% endblock %} {% block content %} - -
-
- -
+
+
+ +
+
+ {% for label, app in app_list %} +
{% endfor %} +
+
+ {% endblock %} -- cgit v1.2.3