X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Faccount-view.html;h=30116df5007bb269c5aa6d8b484c94c491460ed2;hb=5c74223789965c99f747969e04e0023ea236c516;hp=5ef1350bfb4818c56322e25eb9556d41685c36b9;hpb=dfdc8ce3be8c9381e91169dba7ee87444280b0c5;p=myslice.git diff --git a/portal/templates/account-view.html b/portal/templates/account-view.html index 5ef1350b..30116df5 100644 --- a/portal/templates/account-view.html +++ b/portal/templates/account-view.html @@ -21,9 +21,9 @@ {% endif %} +
- {% csrf_token %} @@ -128,7 +128,6 @@
-
@@ -140,17 +139,19 @@ Platform Account Type - Account_delegation + Account_delegation + Credential Expiration user_hrn - Pub Key + {% for row in data %} {{ row.platform_name }} {{ row.account_type }} {{ row.delegation_type }} - {{ row.usr_hrn }} - {{ row.usr_pubkey }} + {{ row.credential_expiration }} + {{ row.usr_hrn }} + {%endfor%} @@ -177,6 +178,51 @@ +

Other Platforms

+
+
+ + + + + + {% for platform in platform_list %} + + + + + {%endfor%} +
PlatformsRequest Access
{{ platform.platform_no_access }} + +
+
+
+ + + + +

Slice Information

+
+
+ + + + + + {% for row in my_slices %} + + + + + {%endfor%} +
Slice nameCredential Expiration
{{ row.slice_name }} {{ row.cred_exp }}
+
+
+ + + + +