From d6aa68ae0da29aff23fdd5b08dd4e73564d15630 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 7 Jul 2019 19:11:37 +0200 Subject: luci-mod-network: switch route configuration page to client side view Also implement extended route attributes via modal dialog. Fixes: #2695 Signed-off-by: Jo-Philipp Wich --- modules/luci-mod-network/luasrc/controller/admin/network.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/luci-mod-network/luasrc/controller') diff --git a/modules/luci-mod-network/luasrc/controller/admin/network.lua b/modules/luci-mod-network/luasrc/controller/admin/network.lua index 5c580b4ef9..6bd92b2d1a 100644 --- a/modules/luci-mod-network/luasrc/controller/admin/network.lua +++ b/modules/luci-mod-network/luasrc/controller/admin/network.lua @@ -114,7 +114,7 @@ function index() end page = node("admin", "network", "routes") - page.target = cbi("admin_network/routes") + page.target = view("network/routes") page.title = _("Static Routes") page.order = 50 -- cgit v1.2.3