mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-22 16:20:44 +01:00
b4cab16fda
- Fixes #94 - Fixes admin permissions (needed to manipulate users)
16 lines
393 B
Plaintext
16 lines
393 B
Plaintext
h3 Project settings
|
|
|
|
form.form-horizontal
|
|
.form-group
|
|
label.control-label.col-sm-4 Name
|
|
.col-sm-6
|
|
input.form-control(type="text" ng-model="projectName" placeholder="Project Name")
|
|
|
|
.form-group
|
|
.col-sm-6.col-sm-offset-4
|
|
button.btn.btn-success(ng-click="save(projectName)") Save
|
|
|
|
hr
|
|
|
|
.row: .col-sm-6.col-sm-offset-4
|
|
button.btn.btn-danger(ng-click="deleteProject()") Delete project |