mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
(captiveportal, new) work in progress template
This commit is contained in:
parent
d1efcb8f82
commit
54844699d6
@ -1,6 +1,6 @@
|
||||
{# select Captiveportal zone item #}
|
||||
{% set cp_zone_item = [] %}
|
||||
{% for item in OPNsense.captiveportal.zones.zone %}
|
||||
{% for item in helpers.toList('OPNsense.captiveportal.zones.zone') %}
|
||||
{% if TARGET_FILTERS['OPNsense.captiveportal.zones.zone.' ~ loop.index0] or TARGET_FILTERS['OPNsense.captiveportal.zones.zone'] %}
|
||||
{# found zone, search for interface ip #}
|
||||
{% for intf_tag in item.interfaces.split(',') %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user