luci-0.9: merge r5950
This commit is contained in:
parent
db8dab8cdf
commit
e8b29453c8
1 changed files with 7 additions and 0 deletions
|
@ -82,4 +82,11 @@ s:option(Value, "log_size", nil, "kiB").optional = true
|
|||
s:option(Value, "log_ip").optional = true
|
||||
s:option(Value, "conloglevel").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
|
||||
|
|
Loading…
Reference in a new issue