Skip to content

Commit

Permalink
html file added - Added microlabeling feature
Browse files Browse the repository at this point in the history
  • Loading branch information
bradeac authored and nicholasdille committed Aug 26, 2019
1 parent 16af653 commit 0cab5db
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker-pipeline-plugin/resources/views/task.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@ <h2>Build</h2>
<label>Disable cache while building the image (might take MUCH longer)</label>
</div>

<div class="checkbox_row">
<input id="BUILD_MICROLABELING2" type="checkbox" ng-model="BUILD_MICROLABELING2"
ng-init="BUILD_MICROLABELING2 = BUILD_MICROLABELING"
ng-change="BUILD_MICROLABELING = BUILD_MICROLABELING2" ng-true-value="true" ng-false-value="false">
<input id="buildMicrolabeling" type="hidden" ng-model="BUILD_MICROLABELING" value="{{BUILD_MICROLABELING}}">
<label>Enable microlabeling</label>
</div>

<div class="form_item_block">
<label>Build args</label>
<input type="text" ng-model="BuildArgs" ng-required="false">
Expand Down

0 comments on commit 0cab5db

Please sign in to comment.