Semaphore/public/html/projects/keys/list.jade
Matej Kramny 990f1e7f90 Improve UI, add Names to things
- Document some more
- Add names to Repository/environment/inventory
- UI for new Template
2016-04-11 11:02:10 +01:00

12 lines
270 B
Plaintext

h3 Keys
button.btn.btn-success.btn-xs.pull-right(ng-click="add()") Create Key
table.table
thead: tr
th.col-sm-2 Name
th.col-sm-2 Type
th.col-sm-8 Key
tbody: tr(ng-repeat="key in keys")
td {{ key.name }}
td: code {{ key.type }}
td: pre: code {{ key.key }}