mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
firewall: fix 'aliases' is undefined error
This commit is contained in:
parent
3869385096
commit
bba40c9789
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user