Commit 242439f7 by Bach Dániel

network: fix errors

parent d936ba61
......@@ -106,7 +106,7 @@ class HostForm(ModelForm):
'ipv4',
'ipv6',
'shared_ip',
'pub_ipv4',
'external_ipv4',
),
Fieldset(
'Information',
......
......@@ -44,7 +44,7 @@ class HostTable(Table):
model = Host
attrs = {'class': 'table table-striped table-condensed'}
fields = ('hostname', 'vlan', 'mac', 'ipv4', 'ipv6',
'pub_ipv4', 'created_at', 'owner', )
'external_ipv4', 'created_at', 'owner', )
order_by = ('vlan', 'hostname', )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment