Browse Source

Fix : push les icones de aff_switch.html sur la droite

refactor_history
Maël Kervella 8 years ago
committed by Mael Kervella
parent
commit
e52206b60e
  1. 2
      topologie/templates/topologie/aff_switch.html

2
topologie/templates/topologie/aff_switch.html

@ -48,7 +48,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<td>{{switch.stack.name}}</td>
<td>{{switch.stack_member_id}}</td>
<td>{{switch.details}}</td>
<td>
<td class="text-right">
{% include 'buttons/history.html' with href='topologie:history' name='switch' id=switch.pk%}
{% if is_infra %}
{% include 'buttons/edit.html' with href='topologie:edit-switch' id=switch.pk %}

Loading…
Cancel
Save