This commit is contained in:
pika 2025-03-31 13:05:40 +02:00
parent e903899bcd
commit f162dd4b2e
4 changed files with 13 additions and 6 deletions

View file

@ -170,4 +170,4 @@
</script>
{% endblock %}
{% endblock %}
{% endblock %}

View file

@ -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 %}