X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fdashboard.html;h=972e4b1b4147815d7654320acd214c5a857096d1;hb=c33f536cc523e21c29cf06d0c906009b01b6f576;hp=df5c2119bb6185a642f643dcb18df636290bf102;hpb=4c08a58e3d791fd16c37d579569c73db3378849a;p=myslice.git diff --git a/portal/templates/dashboard.html b/portal/templates/dashboard.html index df5c2119..972e4b1b 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 %}