diff --git a/templates/firewall/firewall_rule_list.html b/templates/firewall/firewall_rule_list.html index 63a40b7..9ad9b7a 100644 --- a/templates/firewall/firewall_rule_list.html +++ b/templates/firewall/firewall_rule_list.html @@ -126,7 +126,7 @@ {% for peer in rule.destination_peer.all %}{% if rule.not_destination %}! {% endif %}{{ peer }}{% if rule.destination_peer_include_networks %} +{% endif %}
{% endfor %} - {{ rule.get_protocol_display|default_if_none:'' }} + {% if rule.protocol %}{{ rule.get_protocol_display }}{% else %}all{% endif %} {{ rule.destination_port|default_if_none:'' }} {% if rule.state_new %}{% if rule.not_state %}! {% endif %}New
{% endif %}