mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-23 08:41:20 +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)
17 lines
274 B
Plaintext
17 lines
274 B
Plaintext
h1 {{ playbook.data.name }}
|
|
.btn-group.pull-right
|
|
button.btn.btn-success(ui-sref="playbook.edit({ playbook_id: playbook.data._id })") Edit
|
|
button.btn.btn-danger(ng-click="delete()") Delete
|
|
|
|
hr
|
|
|
|
ui-view(name="tasks")
|
|
|
|
hr
|
|
|
|
ui-view(name="jobs")
|
|
|
|
hr
|
|
|
|
ui-view(name="hosts")
|