X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=planetstack%2Ftemplates%2Fadmin%2Fdashboard%2Fwelcome.html;h=19b022c2dece2a83f496472f499bb7bf836d0c00;hb=f70a7918ab067be41773d68ed5cdb17355707599;hp=9ffb3e547d145329305ce6f6d33ede5b5a9496b7;hpb=32fd368d804ce306160ffbea6ceb586ca60802a1;p=plstackapi.git diff --git a/planetstack/templates/admin/dashboard/welcome.html b/planetstack/templates/admin/dashboard/welcome.html index 9ffb3e5..19b022c 100644 --- a/planetstack/templates/admin/dashboard/welcome.html +++ b/planetstack/templates/admin/dashboard/welcome.html @@ -1,3 +1,106 @@ {% extends "admin/base.html" %} {% load admin_static %} +{% block extrahead %} + + + + + + + + + + + + + + + + + + + + + + + + + +{% endblock %} + +{% block content %} + +
+ +
+{% include "/opt/planetstack/templates/admin/dashboard/developer.html" %} +
+
+{% include "/opt/planetstack/templates/admin/dashboard/cdnoperations.html" %} +
+
+{% include "/opt/planetstack/templates/admin/dashboard/hpc_historical.html" %} +
+
+{% include "/opt/planetstack/templates/admin/dashboard/slice_interactions.html" %} +
+
+{% include "/opt/planetstack/templates/admin/dashboard/tenant.html" %} +
+
+{% include "/opt/planetstack/templates/admin/dashboard/cdn_nodes.html" %} +
+
+ +{% endblock %}