2016-05-17 18:51:41 +02:00
|
|
|
.container-fluid.project-container: .row
|
2016-04-02 14:40:07 +02:00
|
|
|
.col-sm-4.col-md-3
|
2016-05-17 18:51:41 +02:00
|
|
|
h3.no-top-margin {{ project.name }}
|
|
|
|
ul.nav.nav-pills.nav-stacked.project-navigation
|
2016-05-08 11:36:17 +02:00
|
|
|
li(ng-class="{ active: $state.includes('project.dashboard') }"): a(ui-sref="project.dashboard") Dashboard
|
|
|
|
li(ng-class="{ active: $state.includes('project.templates') }"): a(ui-sref="project.templates") Task Templates
|
|
|
|
li(ng-class="{ active: $state.includes('project.inventory') }"): a(ui-sref="project.inventory") Inventory
|
|
|
|
li(ng-class="{ active: $state.includes('project.environment') }"): a(ui-sref="project.environment") Environment
|
|
|
|
li(ng-class="{ active: $state.includes('project.keys') }"): a(ui-sref="project.keys") Key Store
|
|
|
|
li(ng-class="{ active: $state.includes('project.repositories') }"): a(ui-sref="project.repositories") Playbook Repositories
|
|
|
|
//- li(ng-class="{ active: $state.includes('project.schedule') }"): a(ui-sref="project.schedule") Task Schedule
|
|
|
|
li(ng-class="{ active: $state.includes('project.users') }"): a(ui-sref="project.users") Team
|
2016-05-17 00:06:45 +02:00
|
|
|
|
2016-05-16 17:58:18 +02:00
|
|
|
.col-sm-8.col-md-9(style="border-left: 1px solid #EEE;")
|
2016-04-02 14:40:07 +02:00
|
|
|
ui-view
|