mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-23 00:31:03 +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)
12 lines
377 B
Plaintext
12 lines
377 B
Plaintext
h1 Identities
|
|
button.btn.btn-default.pull-right(ui-sref="identities.add")
|
|
i.fa.fa-fw.fa-plus
|
|
| Add
|
|
|
|
table.table
|
|
tr(ng-repeat="identity in identities")
|
|
td: a(ui-sref="identity.view({ identity_id: identity._id })") {{ identity.name }}
|
|
|
|
p(ng-show="identities.length == 0") No Identities
|
|
|
|
blockquote Identities give Semaphore access to git repositories and remote servers. |