mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-22 08:10:50 +01:00
ea0245b550
- Complete more UI work - Show events on dashboard & project dashboard - Show list of tasks
9 lines
258 B
Plaintext
9 lines
258 B
Plaintext
.modal-header
|
|
h3.modal-title Edit Inventory
|
|
|
|
.modal-body
|
|
textarea.form-control(ng-model="inventory" rows="20")
|
|
|
|
.modal-footer
|
|
button.btn.btn-default.pull-left(ng-click="$dismiss()") Cancel
|
|
button.btn.btn-success(ng-click="$close(inventory)") Save Changes |