mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-22 16:20:44 +01:00
79a05b389f
- [wip] ws support
14 lines
651 B
Plaintext
14 lines
651 B
Plaintext
.container-fluid: .row
|
|
.col-sm-4.col-md-3
|
|
h3.no-top-margin {{ project.name }}
|
|
ul.list-group
|
|
li.list-group-item: a(ui-sref="project.dashboard") Dashboard
|
|
li.list-group-item: a(ui-sref="project.templates") Task Templates
|
|
li.list-group-item: a(ui-sref="project.inventory") Inventory
|
|
li.list-group-item: a(ui-sref="project.environment") Environment
|
|
li.list-group-item: a(ui-sref="project.keys") Key Store
|
|
li.list-group-item: a(ui-sref="project.repositories") Playbook Repositories
|
|
li.list-group-item: a(ui-sref="project.schedule") Task Schedule
|
|
li.list-group-item: a(ui-sref="project.users") Team
|
|
.col-sm-8.col-md-9
|
|
ui-view |