From be1cfcef389a6b673b3a730faa1c4fdb4635f85d Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Mon, 31 Mar 2008 07:25:38 +0000 Subject: * Added admin > index > luci (FFLuCI configuration page) * Added admin > network > routes (static routes configuration page) --- src/ffluci/controller/admin/network.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ffluci/controller/admin/network.lua') diff --git a/src/ffluci/controller/admin/network.lua b/src/ffluci/controller/admin/network.lua index 534193b4db..5ffe641755 100644 --- a/src/ffluci/controller/admin/network.lua +++ b/src/ffluci/controller/admin/network.lua @@ -7,5 +7,6 @@ menu = { {action = "vlan", descr = "Switch"}, {action = "ifaces", descr = "Schnittstellen"}, {action = "ptp", descr = "PPPoE / PPTP"}, + {action = "routes", descr = "Statische Routen"}, } } \ No newline at end of file -- cgit v1.2.3