applications/luci-upnp: add a note that up and download speeds are informational only

This commit is contained in:
Jo-Philipp Wich 2011-03-17 18:02:23 +00:00
parent 39fae00e61
commit 7080667753

View file

@ -46,8 +46,11 @@ s:taboption("general", Flag, "enable_natpmp", translate("Enable NAT-PMP function
s:taboption("general", Flag, "secure_mode", translate("Enable secure mode")).default = "1"
s:taboption("general", Flag, "log_output", translate("Log output")).default = "1"
s:taboption("general", Value, "download", translate("Downlink"), "kByte/s").rmempty = true
s:taboption("general", Value, "upload", translate("Uplink"), "kByte/s").rmempty = true
s:taboption("general", Value, "download", translate("Downlink"),
translate("Value in KByte/s, informational only")).rmempty = true
s:taboption("general", Value, "upload", translate("Uplink"),
translate("Value in KByte/s, informational only")).rmempty = true
port = s:taboption("general", Value, "port", translate("Port"))
port.datatype = "port"