Add count StepperInput to the task group page

This commit is contained in:
Michael Lange 2020-06-18 13:20:14 -07:00
parent 26760c440d
commit 28916c22cf

View file

@ -7,7 +7,14 @@
<section class="section">
<h1 class="title with-flex">
<span>{{model.name}}</span>
<Exec::OpenButton @job={{model.job}} @taskGroup={{model}} />
<div>
<Exec::OpenButton @job={{model.job}} @taskGroup={{model}} />
{{#if model.scaling}}
<StepperInput @min={{model.scaling.min}} @max={{model.scaling.max}} @value={{model.count}}>
Count
</StepperInput>
{{/if}}
</div>
</h1>
<div class="boxed-section is-small">