mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-22 16:20:44 +01:00
2e1ad91e7a
- Link models with tables - Basic API to fetch everything
12 lines
219 B
Plaintext
12 lines
219 B
Plaintext
h3 Keys
|
|
button.btn.btn-default.pull-right(ng-click="add()") Create Key
|
|
|
|
table.table
|
|
thead: tr
|
|
th Name
|
|
th Type
|
|
th Key
|
|
tbody: tr(ng-repeat="key in keys")
|
|
td {{ key.name }}
|
|
td {{ key.type }}
|
|
td {{ key.key }} |