mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 20:35:24 +01:00
Remove commented out lines
This commit is contained in:
parent
970b5643c5
commit
26e9d67ddb
@ -8,9 +8,8 @@
|
||||
label.control-label Environment Name
|
||||
input.form-control(type="text" ng-model="env.name" placeholder="Friendly name to identify your environment")
|
||||
|
||||
label.control-label Environment
|
||||
label.control-label Environment (This has to be a JSON object)
|
||||
div(ui-ace="{mode: 'json', workerPath: '/public/js/ace/'}" class="form-control" style="height: 200px" ng-model="env.json")
|
||||
//textarea.form-control(ng-model="env.json" rows="20" placeholder="This has to be a JSON object")
|
||||
p.help-block Must be valid JSON
|
||||
|
||||
.modal-footer
|
||||
|
@ -47,8 +47,6 @@
|
||||
label.control-label.col-sm-4 Extra CLI Arguments (*MUST* be a JSON array!)
|
||||
.col-sm-6
|
||||
div(ui-ace="{mode: 'json', workerPath: '/public/js/ace/'}" style="height: 100px" class="form-control" ng-model="task.environment")
|
||||
//textarea.form-control(placeholder='*MUST* be a JSON array! Each argument must be an element of the array, for example: ["-i", "@myinventory.sh", "--private-key=/there/id_rsa", "-vvvv"]' ng-model="tpl.arguments" rows="5")
|
||||
|
||||
.form-group
|
||||
.col-sm-6.col-sm-offset-4
|
||||
.checkbox: label
|
||||
|
Loading…
Reference in New Issue
Block a user