Commit a5fca488 by Bence Dányi

firewall_gui: fix typo

parent d33f2aeb
...@@ -76,7 +76,7 @@ def list_entities(request, name): ...@@ -76,7 +76,7 @@ def list_entities(request, name):
'id', 'id',
('target',map_rule_target), ('target',map_rule_target),
'r_type', 'r_type',
('direction',lambda rule:rule.get_direction_display()), ('direction',lambda rule: rule.get_direction_display()),
'proto', 'proto',
'owner', 'owner',
'foreign_network', 'foreign_network',
......
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