Remove commented out lines

This commit is contained in:
Denis 2018-03-08 20:09:01 +05:00
parent 970b5643c5
commit 26e9d67ddb
2 changed files with 1 additions and 4 deletions

View File

@ -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

View File

@ -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