Browse Source

Modification , utilisation de history button

generate_traduction_server_side
Antoine Vintache 7 years ago
committed by Alexandre Iooss
parent
commit
f580dfcec1
  1. 3
      preferences/templates/preferences/aff_radiuskey.html
  2. 3
      preferences/templates/preferences/aff_switchmanagementcred.html
  3. 3
      topologie/templates/topologie/aff_vlanoptions.html

3
preferences/templates/preferences/aff_radiuskey.html

@ -22,6 +22,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
{% endcomment %}
{% load acl %}
{% load logs_extra %}
<table class="table table-striped">
<thead>
<tr>
@ -48,7 +49,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<i class="fa fa-trash"></i>
</a>
{% acl_end %}
{% include 'buttons/history.html' with href='preferences:history' name='radiuskey' id=radiuskey.id %}
{% history_button radiuskey %}
</td>
</tr>
{% endfor %}

3
preferences/templates/preferences/aff_switchmanagementcred.html

@ -22,6 +22,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
{% endcomment %}
{% load acl %}
{% load logs_extra %}
<table class="table table-striped">
<thead>
<tr>
@ -46,7 +47,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<i class="fa fa-trash"></i>
</a>
{% acl_end %}
{% include 'buttons/history.html' with href='preferences:history' name='switchmanagementcred' id=switchmanagementcred.id %}
{% history_button switchmanagementcred %}
</td>
</tr>
{% endfor %}

3
topologie/templates/topologie/aff_vlanoptions.html

@ -23,6 +23,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% endcomment %}
{% load acl %}
{% load logs_extra %}
<div class="table-responsive">
<table class="table table-striped">
@ -51,7 +52,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% can_edit vlan %}
{% include 'buttons/edit.html' with href='topologie:edit-vlanoptions' id=vlan.id %}
{% acl_end %}
{% include 'buttons/history.html' with href='machines:history' name='vlan' id=vlan.id %}
{% history_button vlan %}
</td>
</tr>
{% endfor %}

Loading…
Cancel
Save