aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2021-11-24 12:13:29 -0800
committerMike Crute <mike@crute.us>2021-11-24 12:13:29 -0800
commit8625c4f4e03f4c35b96304bceabd6c650ac64da0 (patch)
tree2d99ccbb2f46a80bcfac5a6064c71b1941908a17 /templates
parenta7646122d8e0a82cbf9c8b81451c28fbc650c8f6 (diff)
downloadcloud-identity-broker-8625c4f4e03f4c35b96304bceabd6c650ac64da0.tar.bz2
cloud-identity-broker-8625c4f4e03f4c35b96304bceabd6c650ac64da0.tar.xz
cloud-identity-broker-8625c4f4e03f4c35b96304bceabd6c650ac64da0.zip
Fix tag style
Diffstat (limited to 'templates')
-rw-r--r--templates/index.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.tpl b/templates/index.tpl
index 9baef2a..652198b 100644
--- a/templates/index.tpl
+++ b/templates/index.tpl
@@ -14,7 +14,7 @@
14 </script> 14 </script>
15 <script id="aws_account_row_template" type="text/template"> 15 <script id="aws_account_row_template" type="text/template">
16 <tr id="account-row-[[ .short_name ]]" class="account-row" data-account-name="[[ .short_name ]]" data-global-credential-endpoint="[[ .global_credential_url ]]"> 16 <tr id="account-row-[[ .short_name ]]" class="account-row" data-account-name="[[ .short_name ]]" data-global-credential-endpoint="[[ .global_credential_url ]]">
17 <td>[[ .name ]] <span class="vendor-tag vendor-[[ .vendor ]]" alt="[[ .vendor ]]" title="[[ .vendor ]]">[[ .vendor ]]</span></td> 17 <td>[[ .name ]] <span class="tag vendor-[[ .vendor ]]" alt="[[ .vendor ]]" title="[[ .vendor ]]">[[ .vendor ]]</span></td>
18 <td> 18 <td>
19 <a href="[[ .console_redirect_url ]]">Console</a> | 19 <a href="[[ .console_redirect_url ]]">Console</a> |
20 <a data-content-type="application/vnd.broker.v2.credential.aws.ini" href="#/cli/[[ .short_name ]]">AWS CLI</a> | 20 <a data-content-type="application/vnd.broker.v2.credential.aws.ini" href="#/cli/[[ .short_name ]]">AWS CLI</a> |