aboutsummaryrefslogtreecommitdiff
path: root/templates/index.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.tpl')
-rw-r--r--templates/index.tpl18
1 files changed, 18 insertions, 0 deletions
diff --git a/templates/index.tpl b/templates/index.tpl
index 19d533e..2d7d22b 100644
--- a/templates/index.tpl
+++ b/templates/index.tpl
@@ -20,6 +20,15 @@
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> |
21 <a data-content-type="application/vnd.broker.v2.credential.aws.sh" href="#/sh/[[ .short_name ]]">Bash</a> | 21 <a data-content-type="application/vnd.broker.v2.credential.aws.sh" href="#/sh/[[ .short_name ]]">Bash</a> |
22 <a data-content-type="application/vnd.broker.v2.credential.aws.psl" href="#/ps/[[ .short_name ]]">Powershell</a> 22 <a data-content-type="application/vnd.broker.v2.credential.aws.psl" href="#/ps/[[ .short_name ]]">Powershell</a>
23 <span class="admin">| <a href="/account/[[ .short_name ]]">Edit</a></span>
24 </td>
25 </tr>
26 </script>
27 <script id="user_row_template" type="text/template">
28 <tr>
29 <td>
30 <a href="/user/[[ .username ]]">[[ .username ]]</a>
31 [[ .tokens ]]
23 </td> 32 </td>
24 </tr> 33 </tr>
25 </script> 34 </script>
@@ -42,6 +51,15 @@
42 <th>Credentials</th> 51 <th>Credentials</th>
43 </tr> 52 </tr>
44 </table> 53 </table>
54 <p><button class="admin" id="add-account">Add Account</button></p>
55
56 <h1>User Accounts</h1>
57 <table id="user-table">
58 <tr>
59 <th>Username</th>
60 </tr>
61 </table>
62 <p><button class="admin" id="add-user">Add User</button></p>
45 63
46 <div id="api-key-block"> 64 <div id="api-key-block">
47 <h1>API Key</h1> 65 <h1>API Key</h1>