Skip to content

Commit

Permalink
Fixes AB#1090: Missing label in job spec form
Browse files Browse the repository at this point in the history
  • Loading branch information
gingi committed Nov 28, 2023
1 parent 0c8bcdb commit 0ce5fc2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ <h4>Job advanced settings</h4>
</div>
</div>
<div class="form-element">
<bl-select>
<bl-form-field>
<bl-select formControlName="onAllTasksComplete" color="primary" placeholder="When all tasks complete">
<bl-option [value]="AllTasksCompleteAction.noaction" label="NoAction"></bl-option>
<bl-option [value]="AllTasksCompleteAction.terminatejob" label="TerminateJob"></bl-option>
</bl-select>
</bl-select>
</bl-form-field>
</div>
<div class="form-element">
<bl-form-field>
Expand Down

0 comments on commit 0ce5fc2

Please sign in to comment.