mirror of
https://github.com/sirpdboy/sirpdboy-package.git
synced 2025-01-07 03:17:03 +08:00
Control
This commit is contained in:
parent
ea4d953c55
commit
0855d196e4
@ -4,6 +4,9 @@ local x = luci.model.uci.cursor()
|
||||
|
||||
function index()
|
||||
if not nixio.fs.access("/etc/config/wolplus") then return end
|
||||
|
||||
entry({"admin", "control"}, firstchild(), "Control", 44).dependent = false
|
||||
|
||||
local page = entry({"admin", "control", "wolplus"}, cbi("wolplus"), _("网络唤醒"))
|
||||
page.order = 50
|
||||
page.dependent = true
|
||||
|
Loading…
Reference in New Issue
Block a user