mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-09 18:04:33 +02:00
Started work on a build project tool.
This commit is contained in:
parent
fcd8d205d3
commit
3dc9376f40
5 changed files with 76 additions and 10 deletions
|
@ -23,12 +23,14 @@
|
|||
{% endif %}
|
||||
</div>
|
||||
|
||||
|
||||
<div class="row mt-2">
|
||||
<div class="col-4">
|
||||
<div class="input-group mb-3">
|
||||
<input type="number" min="1" class="form-control" placeholder="Number" aria-describedby="button-addon2" required>
|
||||
<button class="btn btn-outline-secondary" type="button" id="button-addon2">Build</button>
|
||||
<form method="get" action="{{ path('project_build', {"id": project.iD }) }}">
|
||||
<div class="row mt-2">
|
||||
<div class="col-4">
|
||||
<div class="input-group mb-3">
|
||||
<input type="number" min="1" class="form-control" placeholder="Number" name="n" required>
|
||||
<input type="hidden" name="_redirect" value="{{ app.request.requestUri }}">
|
||||
<button class="btn btn-outline-secondary" type="submit" id="button-addon2">Build</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
Loading…
Add table
Add a link
Reference in a new issue