mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-22 19:33:11 +00:00
Fix historique alias
This commit is contained in:
parent
6db387caf8
commit
f39ae95b35
2 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
{% can_edit alias %}
|
{% can_edit alias %}
|
||||||
{% include 'buttons/edit.html' with href='machines:edit-alias' id=alias.id %}
|
{% include 'buttons/edit.html' with href='machines:edit-alias' id=alias.id %}
|
||||||
{% acl_end %}
|
{% acl_end %}
|
||||||
{% include 'buttons/history.html' with href='machines:history' name='alias' id=alias.id %}
|
{% include 'buttons/history.html' with href='machines:history' name='domain' id=alias.id %}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
|
@ -89,7 +89,7 @@ HISTORY_BIND = {
|
||||||
'machines' : {
|
'machines' : {
|
||||||
'machine' : machines.models.Machine,
|
'machine' : machines.models.Machine,
|
||||||
'interface' : machines.models.Interface,
|
'interface' : machines.models.Interface,
|
||||||
'alias' : machines.models.Domain,
|
'domain' : machines.models.Domain,
|
||||||
'machinetype' : machines.models.MachineType,
|
'machinetype' : machines.models.MachineType,
|
||||||
'iptype' : machines.models.IpType,
|
'iptype' : machines.models.IpType,
|
||||||
'extension' : machines.models.Extension,
|
'extension' : machines.models.Extension,
|
||||||
|
|
Loading…
Reference in a new issue