Skip to content

Commit

Permalink
Mid June release -- with cleaning functionality!
Browse files Browse the repository at this point in the history
  • Loading branch information
c-martinez committed Jun 15, 2016
1 parent 3ca823a commit 9e8b3a6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,12 @@
<input type="number" ng-model="vm.parameters.aggWFParam" min="1" max="10" step="0.1" class="form-control" id="aggWFParam">
</div>



<div class="form-group form-inline col-md-4" ng-if="vm.features.canClean">
<label for="doCleaning">Do cleaning ?</label>
<select ng-model="vm.parameters.doCleaning" name="doCleaning">
<option data-ng-repeat="opt in vm.doCleaning" value="{{ opt }}">{{ opt }}</option>
</select>
</div>
</div>

<div class="form-group col-md-11">
Expand Down
2 changes: 1 addition & 1 deletion webapp/dist/config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"baseURL": "http://ui.shico-nlesc.vm.surfsara.nl:5000"
"baseURL": "http://ui.shico-nlesc.vm.surfsara.nl:8000"
}
2 changes: 1 addition & 1 deletion webapp/dist/maps/scripts/app.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 9e8b3a6

Please sign in to comment.