Commit a5acd063 by Bence Dányi

firewall_gui: fix hostname display

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