mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-22 16:20:44 +01:00
10 lines
281 B
Plaintext
10 lines
281 B
Plaintext
|
.modal-header
|
||
|
h3.modal-title Edit Environment
|
||
|
|
||
|
.modal-body
|
||
|
p.help-block Must be valid JSON
|
||
|
textarea.form-control(ng-model="env" rows="20")
|
||
|
|
||
|
.modal-footer
|
||
|
button.btn.btn-default.pull-left(ng-click="$dismiss()") Cancel
|
||
|
button.btn.btn-success(ng-click="$close(env)") Save Changes
|