aboutsummaryrefslogtreecommitdiff
path: root/templates/index.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.tpl')
-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> |