X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fdashboard.html;h=c80da1af5476471e16448e16ad1b46886d63766d;hb=d4eab587e0832c9411f967dcb280761f9dacc87b;hp=9ba4c4e3f737d749c0fa1f6382815f5134833b73;hpb=8476d7d432f712af498211268c0dbd2a26170301;p=myslice.git diff --git a/portal/templates/dashboard.html b/portal/templates/dashboard.html index 9ba4c4e3..c80da1af 100644 --- a/portal/templates/dashboard.html +++ b/portal/templates/dashboard.html @@ -9,36 +9,39 @@
-
-
-

User profile

-
-
- - -
-
+
+
+
+
+

User profile

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

Testbeds access

-
-
- {{networks}} +
+
+

Testbeds

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

Slices

-
-
- {{slices}} +
+
+

Slices

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