X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Faccount-view.html;h=78e6b7f2f07ba43e8b9bb3c0f51f501f4ca64973;hb=0bf98d7dbb4eeb8314ba315db529a83247bcc6ec;hp=5ef1350bfb4818c56322e25eb9556d41685c36b9;hpb=dfdc8ce3be8c9381e91169dba7ee87444280b0c5;p=myslice.git diff --git a/portal/templates/account-view.html b/portal/templates/account-view.html index 5ef1350b..78e6b7f2 100644 --- a/portal/templates/account-view.html +++ b/portal/templates/account-view.html @@ -21,9 +21,9 @@ {% endif %} +
- {% csrf_token %} @@ -128,36 +128,87 @@
-

Account Information

-

Principal Accounts

+

Principal Account

- + - + {% for row in data %} - - + + {%endfor%}
Platform Account TypeAccount_delegationAccount_delegation user_hrnPub Key
{{ row.platform_name }} {{ row.account_type }} {{ row.delegation_type }} {{ row.usr_hrn }} {{ row.usr_pubkey }} {{ row.usr_hrn }}
-

Secondary Accounts

+ +

Credentials

+
+
+ + + + + + {% 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

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

Add Accounts

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