Commit a5acd063 by Bence Dányi

firewall_gui: fix hostname display

parent 2559998b
...@@ -101,6 +101,7 @@ def list_entities(request, name): ...@@ -101,6 +101,7 @@ def list_entities(request, name):
'description']), 'description']),
'hosts': make_entity_lister(Host, [ 'hosts': make_entity_lister(Host, [
'id', 'id',
('name',lambda host: host.hostname),
'reverse', 'reverse',
'ipv4', 'ipv4',
'shared_ip', 'shared_ip',
......
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