luci-app-firewall: fix zone network default
authorJo-Philipp Wich <jo@mein.io>
Sat, 4 Jan 2020 17:46:04 +0000 (18:46 +0100)
committerJo-Philipp Wich <jo@mein.io>
Sat, 4 Jan 2020 17:49:10 +0000 (18:49 +0100)
commit71c80a03ce7f6671f2e91a7cae1ccb8e78e24f6a
tree18234e4e04744355a135fb8d562da56ed292bb05
parentfe96439b4c463e74c1a0032be30e52f0a6035fb6
luci-app-firewall: fix zone network default

When a `config zone` section lacks an `option network` or `list network`
setting, its contained interface list defaults to the name of the zone,
e.g. a zone named `foo` will implicitely contain the network `foo` unless
a deviating or empty `option network` is specified.

Adjust the zones.js model accordingly to reflect that implicit default.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit d60a1a13b091c622bc2d4d63321d2e3ea0437796)
applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js