X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Faccount-view.html;h=113345261bba62875b093d5be80738989199d45d;hb=5c3c3f2147e6adc9178fe82c80596772ce6f7240;hp=2691e57b24b26f27dc17c78f5e1c167c8871d778;hpb=b908a4ba962a22c6fccf460b684564d66de097e8;p=myslice.git diff --git a/portal/templates/account-view.html b/portal/templates/account-view.html index 2691e57b..11334526 100644 --- a/portal/templates/account-view.html +++ b/portal/templates/account-view.html @@ -2,37 +2,13 @@ {% block head %} - - - - + + + + {% endblock %} -{% block unfold1_main %} - - -

Platform Access

-
-
- - - - - - - - {% for row in data %} - - - - - - - {%endfor%} -
PlatformAccount Typeuser_hrnPub Key
{{ row.platform_name }} {{ row.account_type }} {{ row.usr_hrn }} {{ row.usr_pubkey }}
-
-
- +{% block unfold_main %}

MySlice Account

@@ -134,12 +110,14 @@ - - Private Key + + {%if 'N/A' not in user_private_key%} + Private Key ******** + {%endif%} @@ -154,4 +132,28 @@ +

Platform Access

+
+
+ + + + + + + + {% for row in data %} + + + + + + + {%endfor%} +
PlatformAccount Typeuser_hrnPub Key
{{ row.platform_name }} {{ row.account_type }} {{ row.usr_hrn }} {{ row.usr_pubkey }}
+
+
+ + + {% endblock %}