diff options
Diffstat (limited to 'src/ffluci/controller/admin/network.lua')
-rw-r--r-- | src/ffluci/controller/admin/network.lua | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/src/ffluci/controller/admin/network.lua b/src/ffluci/controller/admin/network.lua index 5ffe641755..4f8160a4c9 100644 --- a/src/ffluci/controller/admin/network.lua +++ b/src/ffluci/controller/admin/network.lua @@ -1,12 +1 @@ -module(..., package.seeall) - -menu = { - descr = "Netzwerk", - order = 30, - entries = { - {action = "vlan", descr = "Switch"}, - {action = "ifaces", descr = "Schnittstellen"}, - {action = "ptp", descr = "PPPoE / PPTP"}, - {action = "routes", descr = "Statische Routen"}, - } -}
\ No newline at end of file +module(..., package.seeall)
\ No newline at end of file |