X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fdashboard.html;h=5ca062db05c886c95d4c057c3789d5646d06444e;hb=ac74ffe04fd2d994af913018788d31b2096d895f;hp=df5c2119bb6185a642f643dcb18df636290bf102;hpb=bfaf128417660246d7e5916129886bfbd3a878b0;p=myslice.git diff --git a/portal/templates/dashboard.html b/portal/templates/dashboard.html index df5c2119..5ca062db 100644 --- a/portal/templates/dashboard.html +++ b/portal/templates/dashboard.html @@ -1,7 +1,6 @@ {% extends "layout-unfold1.html" %} {% block head %} - {% endblock %} {% block unfold1_main %} @@ -9,36 +8,39 @@
-
-
-

User profile

-
-
- - -
-
- -
-
-

Testbeds access

-
-
- {{networks}} +
+
+
+
+

User profile

-
+
+
    + {% if person.last_name %}
  • {{person.first_name}} {{person.last_name}}
  • {% endif %} +
  • Email: {{person.email}}
  • +
+ +
+
-
-
-

Slices

-
-
- {{slices}} +
+
+

Testbeds

+
+
+ {{networks}} +
+
+ +
+
+

Slices

+
+
+ {{slices}} +
+
- {% endblock %}