From f891837b7e4fd17f1009cbc0091e2a61bf8b1cdf Mon Sep 17 00:00:00 2001 From: Antoine Vintache <antoine@vintache.eu> Date: Thu, 20 Sep 2018 21:25:33 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20de=20l'affichage=20des=20switchs=20dans?= =?UTF-8?q?=20la=20liste=20des=20mod=C3=A8les=20de=20switchs.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- topologie/templates/topologie/aff_model_switch.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/topologie/templates/topologie/aff_model_switch.html b/topologie/templates/topologie/aff_model_switch.html index 7fd1b37c..fc49331f 100644 --- a/topologie/templates/topologie/aff_model_switch.html +++ b/topologie/templates/topologie/aff_model_switch.html @@ -38,7 +38,8 @@ with this program; if not, write to the Free Software Foundation, Inc., <th>Firmware</th> {% trans "Switch constructor" as tr_constructor %} <th>{% include "buttons/sort.html" with prefix='model-switch' col='constructor' text=tr_constructor %}</th> - <th></th> + <th>{% trans "Switches" %} + <th></th> </tr> </thead> {% for model_switch in model_switch_list %} @@ -46,6 +47,13 @@ with this program; if not, write to the Free Software Foundation, Inc., <td>{{ model_switch.reference }}</td> <td>{{model_switch.firmware}}</td> <td>{{ model_switch.constructor }}</td> + <td> + {% for switch in model_switch.switch_set.all %} + <a href="{% url 'topologie:index-port' switch.pk %}"> + {{ switch }} + </a> + {% endfor %} + </td> <td class="text-right"> {% can_edit model_switch %} <a class="btn btn-primary btn-sm" role="button" title={% trans "Edit" %} href="{% url 'topologie:edit-model-switch' model_switch.id %}">