diff --git a/machines/templates/machines/aff_machines.html b/machines/templates/machines/aff_machines.html index 6d97d1c5..75eb47c6 100644 --- a/machines/templates/machines/aff_machines.html +++ b/machines/templates/machines/aff_machines.html @@ -55,162 +55,154 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% trans "DNS name"%} | -{% trans "Type" %} | -{% trans "MAC address" %} | -{% trans "IP address" %} | -{% trans "Actions" %} | -
---|---|---|---|---|
- {% if interface.domain.related_domain.all %} - {{ interface.domain }} - - {% else %} - {{ interface.domain }} - {% endif %} - | -- {{ interface.machine_type }} - | -- {{ interface.mac_address }} - - | -
- IPv4 {{ interface.ipv4 }}
- - {% if ipv6_enabled and interface.ipv6 != 'None' %} - IPv6 - - {% endif %} - |
-
-
-
-
- {% history_button interface %}
- {% can_delete interface %}
- {% include 'buttons/suppr.html' with href='machines:del-interface' id=interface.id %}
- {% acl_end %}
-
- |
-
-
-
-
|
- ||||
-
-
-
|
- ||||
-
-
-
|
-