mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-23 00:31:03 +01:00
990f1e7f90
- Document some more - Add names to Repository/environment/inventory - UI for new Template
12 lines
270 B
Plaintext
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 }} |