diff options
author | Steven Barth <steven@midlink.org> | 2008-03-31 07:25:38 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-03-31 07:25:38 +0000 |
commit | be1cfcef389a6b673b3a730faa1c4fdb4635f85d (patch) | |
tree | dd0ef2cdc8e99966ba3ae47b056147b3d67ddaf1 /src/ffluci/controller/admin/network.lua | |
parent | 8474dc767ebf565566565c2c8d9def70bda55cc9 (diff) |
* Added admin > index > luci (FFLuCI configuration page)
* Added admin > network > routes (static routes configuration page)
Diffstat (limited to 'src/ffluci/controller/admin/network.lua')
-rw-r--r-- | src/ffluci/controller/admin/network.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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 |