X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Faccount-view.html;fp=portal%2Ftemplates%2Faccount-view.html;h=78e6b7f2f07ba43e8b9bb3c0f51f501f4ca64973;hb=0bf98d7dbb4eeb8314ba315db529a83247bcc6ec;hp=30116df5007bb269c5aa6d8b484c94c491460ed2;hpb=5c74223789965c99f747969e04e0023ea236c516;p=myslice.git diff --git a/portal/templates/account-view.html b/portal/templates/account-view.html index 30116df5..78e6b7f2 100644 --- a/portal/templates/account-view.html +++ b/portal/templates/account-view.html @@ -132,7 +132,7 @@

Account Information

-

Principal Accounts

+

Principal Account

@@ -140,7 +140,6 @@ - @@ -149,7 +148,6 @@ - @@ -158,7 +156,59 @@ -

Secondary Accounts

+ +

Credentials

+
+
+
Platform Account Type Account_delegationCredential Expiration user_hrn
{{ row.platform_name }} {{ row.account_type }} {{ row.delegation_type }} {{ row.credential_expiration }} {{ row.usr_hrn }}
+ + + + + {% for row in data %} + + + + {%endfor%} +
Delegated User Credential
Expiration Date
{{ row.credential_expiration }}
+

+ + + + + + + {% for row in my_slices %} + + + + + {%endfor%} +
Delegated Slice Credentials
Slice NameExpiration Date
{{ row.slice_name }} {{ row.cred_exp }}
+

+ + + + + + + {% for row in my_auths %} + + + + + {%endfor%} +
Delegated Authority Credentials
Authority NameExpiration Date
{{ row.auth_name }} {{ row.cred_exp }}
+

+

+

+
+
+ + + + +

Testbed Accounts

@@ -171,14 +221,14 @@ - + {%endfor%}
{{ row.platform_name }} {{ row.account_type }} {{ row.account_reference }} {{ row.account_reference }}
-

Other Platforms

+

Add Accounts

@@ -190,7 +240,7 @@ {%endfor%} @@ -198,32 +248,6 @@ - - - -

Slice Information

-
-
-
{{ platform.platform_no_access }} - +
- - - - - {% for row in my_slices %} - - - - - {%endfor%} -
Slice nameCredential Expiration
{{ row.slice_name }} {{ row.cred_exp }}
-
-
- - - - - - {% endblock %}