luci-0.10: merge r6834

This commit is contained in:
Jo-Philipp Wich 2011-01-30 16:12:25 +00:00
parent d6bdac40d4
commit 461adc7e1f

View file

@ -15,6 +15,7 @@ m = Map("dropbear", "Dropbear SSHd", translate("Dropbear offers <abbr title=\"Se
s = m:section(TypedSection, "dropbear", "")
s.anonymous = true
s.addremove = true
port = s:option(Value, "Port", translate("Port"))
port.isinteger = true