Semaphore/public/html/projects/environment/list.jade
Matej Kramny cd5a978bb9 Environment API/UI
- Implement Environment/Inventory API
- Edit Environment
- UI to add/edit environment
2016-04-13 17:09:44 +01:00

12 lines
377 B
Plaintext

h3 Environment
button.btn.btn-default.btn-xs.pull-right(ng-click="add()") Create Environment
table.table
thead: tr
th Name
th  
th  
tbody: tr(ng-repeat="env in environment")
td {{ env.name }}
td: button.btn.btn-default.btn-xs(ng-click="editEnvironment(env)") edit environment
td: button.btn.btn-danger.btn-xs.pull-right(ng-click="remove(env)") delete