mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 18:41:15 +08:00
11 lines
382 B
Lua
11 lines
382 B
Lua
---
|
|
--- Generated by EmmyLua(https://github.com/EmmyLua)
|
|
--- Created by thomas.
|
|
--- DateTime: 10/17/20 11:39 AM
|
|
---
|
|
module("luci.controller.admin.exc_nwk", package.seeall)
|
|
|
|
function index()
|
|
entry({ "admin", "exc_nwk" }, firstchild(), translate("Switch Settings"), 75).dependent = false
|
|
entry({ "admin", "exc_nwk", "mode" }, cbi("exc_nwk/workmode"), translate("Mode"), 1)
|
|
end |