mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-22 16:20:44 +01:00
11 lines
298 B
Plaintext
11 lines
298 B
Plaintext
|
h3 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
|