Skip to content

Commit

Permalink
firewall: fix 'aliases' is undefined error
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Jan 16, 2018
1 parent 3869385 commit bba40c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<ssl_no_verify>1</ssl_no_verify>
{% endif %}
</general>
{% if aliases.alias %}}
{% if helpers.exists('aliases.alias') %}}
{% for alias in helpers.toList('aliases.alias') %}
{% if alias.type.find('port') == -1 %}
<table>
Expand Down

1 comment on commit bba40c9

@mimugmail
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.