summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-mod-network/luasrc/controller
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2019-07-07 19:11:37 +0200
committerJo-Philipp Wich <jo@mein.io>2019-07-07 19:12:59 +0200
commitd6aa68ae0da29aff23fdd5b08dd4e73564d15630 (patch)
treeabeb6970e1952aea47f1550287beadbeda86d0bc /modules/luci-mod-network/luasrc/controller
parentbce291e6c9ada6efd8014e48da0ac516f2ef4b00 (diff)
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 <jo@mein.io>
Diffstat (limited to 'modules/luci-mod-network/luasrc/controller')
-rw-r--r--modules/luci-mod-network/luasrc/controller/admin/network.lua2
1 files changed, 1 insertions, 1 deletions
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