X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fdashboard.html;h=972e4b1b4147815d7654320acd214c5a857096d1;hb=c33f536cc523e21c29cf06d0c906009b01b6f576;hp=bc4be7590864bc181fb6eadc4e153c4e60bba483;hpb=2b1ae67a6922ed97c96d22dc78090a8aea2c3a4d;p=myslice.git diff --git a/portal/templates/dashboard.html b/portal/templates/dashboard.html index bc4be759..972e4b1b 100644 --- a/portal/templates/dashboard.html +++ b/portal/templates/dashboard.html @@ -9,35 +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 %}