gluon-web-mesh-vpn-fastd: remove "gluon" from view paths
These files are already located in /lib/gluon, no need to add it a second time.
This commit is contained in:
parent
b2b489854e
commit
961c9db81f
@ -7,7 +7,7 @@ local s = f:section(Section)
|
|||||||
|
|
||||||
local mode = s:option(Value, 'mode')
|
local mode = s:option(Value, 'mode')
|
||||||
mode.package = "gluon-web-mesh-vpn-fastd"
|
mode.package = "gluon-web-mesh-vpn-fastd"
|
||||||
mode.template = "gluon/model/mesh-vpn-fastd"
|
mode.template = "model/mesh-vpn-fastd"
|
||||||
|
|
||||||
local methods = uci:get('fastd', 'mesh_vpn', 'method')
|
local methods = uci:get('fastd', 'mesh_vpn', 'method')
|
||||||
if util.contains(methods, 'null') then
|
if util.contains(methods, 'null') then
|
||||||
|
Loading…
Reference in New Issue
Block a user