applications/luci-upnp: add a note that up and download speeds are informational only
This commit is contained in:
parent
39fae00e61
commit
7080667753
1 changed files with 5 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue