Skip to content

Commit

Permalink
luci-app-nft-qos: Remove redundant MAC address item.
Browse files Browse the repository at this point in the history
Remove the redundant upload rate MAC address field.
Download was removed by 1166050 of PR openwrt#4351, but upload was overlooked.

Reference to PR openwrt#6477.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
  • Loading branch information
hnyman committed Jul 27, 2023
1 parent 6649969 commit 68a671d
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,6 @@ if limit_enable == "1" and limit_type == "static" then
o.titleref = luci.dispatcher.build_url("admin", "status", "overview")
end

o = y:option(Value, "macaddr", translate("MAC (optional)"))
o.rmempty = true
o.datatype = "macaddr"

o = y:option(Value, "rate", translate("Rate"))
o.default = def_rate_ul or '50'
o.size = 4
Expand Down

0 comments on commit 68a671d

Please sign in to comment.