timecontrol

This commit is contained in:
sirpdboy 2021-05-11 15:06:14 +08:00
parent 26e2bd4fba
commit faaa72f6f0
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI support for Time Control
LUCI_PKGARCH:=all
PKG_VERSION:=1.0
PKG_RELEASE:=1-20200402
PKG_RELEASE:=1-20210511
include $(TOPDIR)/feeds/luci/luci.mk

View File

@ -4,7 +4,7 @@ function index()
if not nixio.fs.access("/etc/config/timecontrol") then return end
entry({"admin", "control"}, firstchild(), "Control", 44).dependent = false
entry({"admin", "control", "timecontrol"}, cbi("timecontrol"), _("时间控制"), 10).dependent =
entry({"admin", "control", "timecontrol"}, cbi("timecontrol"), _("时间控制"), 10).dependent =
true
entry({"admin", "control", "timecontrol", "status"}, call("status")).leaf = true
end