mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 21:24:35 +04:00
luci-0.9: merge r5950
This commit is contained in:
@@ -82,4 +82,11 @@ s:option(Value, "log_size", nil, "kiB").optional = true
|
|||||||
s:option(Value, "log_ip").optional = true
|
s:option(Value, "log_ip").optional = true
|
||||||
s:option(Value, "conloglevel").optional = true
|
s:option(Value, "conloglevel").optional = true
|
||||||
s:option(Value, "cronloglevel").optional = true
|
s:option(Value, "cronloglevel").optional = true
|
||||||
|
|
||||||
|
s2 = m:section(TypedSection, "rdate", translate("timesrv", "Time Server (rdate)"))
|
||||||
|
s2.anonymous = true
|
||||||
|
s2.addremove = false
|
||||||
|
|
||||||
|
s2:option(DynamicList, "server", translate("server", "Server"))
|
||||||
|
|
||||||
return m
|
return m
|
||||||
|
|||||||
Reference in New Issue
Block a user