Skip to content

Commit

Permalink
Remove commented out lines
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftin committed Mar 8, 2018
1 parent 970b564 commit 26e9d67
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions public/html/projects/environment/add.pug
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions public/html/projects/templates/add.pug
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 26e9d67

Please sign in to comment.