Add button to batch-queue commits without runs
This commit is contained in:
parent
238ce5e463
commit
af11d54d0c
7 changed files with 90 additions and 14 deletions
|
|
@ -52,7 +52,7 @@ There aren't any runs yet.
|
|||
<input type="hidden" name="hash" value="{{ hash }}">
|
||||
<button>Add to queue</button>
|
||||
with a <label for="priority">priority</label> of
|
||||
<input id="priority" name="priority" type="number" value="10" min="-2147483648" max="2147483647">.
|
||||
<input type="number" id="priority" name="priority" value="10" min="-2147483648" max="2147483647">.
|
||||
</form>
|
||||
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue