Update FrontPort model form
Some checks are pending
CI / build (20.x, 3.12) (push) Waiting to run
CI / build (20.x, 3.13) (push) Waiting to run

This commit is contained in:
Jeremy Stretch
2025-11-18 10:41:47 -05:00
parent c09b0771b2
commit 6a7027aebb
7 changed files with 124 additions and 39 deletions

View File

@@ -61,6 +61,18 @@
{% plugin_left_page object %}
</div>
<div class="col col-12 col-md-6">
<div class="card">
<h2 class="card-header">{% trans "Rear Ports" %}</h2>
<table class="table table-hover">
{% for assignment in front_port_assignments %}
<tr>
<td>{{ assignment.rear_port_position }}</td>
<td>{{ assignment.front_port|linkify }}</td>
<td>{{ assignment.front_port_position }}</td>
</tr>
{% endfor %}
</table>
</div>
<div class="card">
<h2 class="card-header">{% trans "Connection" %}</h2>
{% if object.mark_connected %}