🐶 Sync 2026-03-30 15:23:56

This commit is contained in:
github-actions[bot] 2026-03-30 15:23:56 +08:00
parent 9223c600ef
commit 47de432ff4
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI support for Timewol
PKG_VERSION:=20250407
PKG_RELEASE:=3
PKG_RELEASE:=4
LUCI_DEPENDS:=+luci-base +etherwake
LUCI_PKGARCH:=all

View File

@ -49,7 +49,7 @@ for _, device in ipairs(sys.net.devices()) do
end
-- wake device
local btn = client_section:option(Button, "_awake",translate("Wake Up Host"))
local btn = s:option(Button, "_awake",translate("Wake Up Host"))
btn.inputtitle = translate("Awake")
btn.inputstyle = "apply"
btn.disabled = false