Browse Source

Merge branch 'switch' into 'master'

Switch

Closes #16

See merge request rezo/re2o!20
refactor_history
Chirac 8 years ago
parent
commit
432d7cafbf
  1. 5
      topologie/templates/topologie/aff_switch.html

5
topologie/templates/topologie/aff_switch.html

@ -51,7 +51,10 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<td class="text-right">
<a class="btn btn-info btn-sm" role="button" title="Historique" href="{% url 'topologie:history' 'switch' switch.pk %}">
<i class="glyphicon glyphicon-time"></i>
</a>
</a>
{% include 'buttons/edit.html' with href='topologie:edit-switch' id=switch.pk %}
{% include 'buttons/suppr.html' with href='machines:del-interface' id=switch.switch_interface.id %}
</td>
</tr>
{% endfor %}

Loading…
Cancel
Save