Commit 1b082f78 by Őry Máté

network: set ordering of hosts table

parent c17729d8
......@@ -12,6 +12,7 @@ class HostTable(Table):
attrs = {'class': 'table table-striped table-condensed'}
fields = ('hostname', 'vlan', 'mac', 'ipv4', 'ipv6',
'pub_ipv4', 'created_at', 'owner', )
order_by = ('vlan', 'hostname', )
class VlanTable(Table):
......
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