Skip to content

Commit ecd75be

Browse files
authored
Merge pull request #243 from grycap/devel
Devel
2 parents 3a8da8f + 485ff4c commit ecd75be

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

app/templates/service_creds.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ <h4 class="font-weight-bold text-primary">Cloud Credentials</h4>
6969
{% if 'vo' not in cred and 'tenant' in cred %}
7070
<strong>Tenant: </strong> {{cred["tenant"]}}
7171
{% endif %}
72+
{% if 'subscription_id' in cred%}
73+
<strong>Subscription ID: </strong> {{cred["subscription_id"]}}
74+
{% endif %}
75+
{% if 'project' in cred%}
76+
<strong>Project: </strong> {{cred["project"]}}
77+
{% endif %}
7278
</td>
7379
<td>
7480
<button {{ 'disabled' if cred['type']=='fedcloud' else '' }} type=button id="updateBtn" data-id="{{cred['id']}}" data-type="{{cred['host']}}" class="btn btn-small btn-info" data-toggle="modal" data-target="#newModal"><i class='far fa-edit m-1'></i></button>

0 commit comments

Comments
 (0)