wip
This commit is contained in:
parent
e903899bcd
commit
f162dd4b2e
4 changed files with 13 additions and 6 deletions
|
@ -170,4 +170,4 @@
|
|||
</script>
|
||||
{% endblock %}
|
||||
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
|
|
@ -106,10 +106,10 @@
|
|||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{% if app and app.ports %}
|
||||
{% for port in app.ports %}
|
||||
<tr>
|
||||
<td>
|
||||
{% if app and app.ports %}
|
||||
{% for port in app.ports %}
|
||||
<input type="number" name="port_numbers[]" class="form-control" min="1" max="65535"
|
||||
value="{{ port.port_number }}" required>
|
||||
</td>
|
||||
|
@ -282,4 +282,4 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue