Skip to content

Commit

Permalink
Labels for bounce incremental deploy both selected the incremental-de…
Browse files Browse the repository at this point in the history
…ploy=true box. This fixes that.
  • Loading branch information
Calvin Pomerantz committed Feb 12, 2016
1 parent 8d9c294 commit 59072a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion SingularityUI/app/templates/vex/requestBounce.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
Bouncing a request will cause replacement tasks to be scheduled
(and under normal conditions) executed immediately.
</p>
<label for="no-incremental-bounce" id="no-incremental-bounce-label">
<input type="radio" name="incremental" id="no-incremental-bounce" value="false" checked> Kill old tasks once ALL new tasks are healthy<br>
</label>
<label for="incremental-bounce" id="incremental-bounce-label">
<input type="radio" name="incremental" value="false" checked> Kill old tasks once ALL new tasks are healthy<br>
<input type="radio" name="incremental" id="incremental-bounce" value="true"> Kill old tasks as new tasks become healthy
</label>
<label for="skip-healthchecks" id="skip-healthchecks-label">
Expand Down

0 comments on commit 59072a1

Please # to comment.