mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-23 11:21:33 +01:00
dc2dac98ad
- Remove 'credential' in favour of Identity - Add help texts for playbooks, identities. - Fix adding Playbooks (identities) - Editing playbooks now possible - Improves Vagrantfile to accomodate development (suitable for production also)
13 lines
220 B
Plaintext
13 lines
220 B
Plaintext
h1 {{ identity.data.name }}
|
|
button.btn.pull-right.btn-danger(ng-click="delete()")
|
|
i.fa.fa-times.fa-fw
|
|
| Delete
|
|
|
|
p Created on {{ identity.data.created }}
|
|
|
|
hr
|
|
|
|
h3 Public Key
|
|
|
|
pre: code {{ identity.data.public_key }}
|