luci-app-mwan3: remove mwan3 routing table selection

The routing tables available for selection are already used by mwan3.
So remove theme from drop down.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
Florian Eckert 2020-11-04 13:04:20 +01:00
parent f9843477ea
commit 6400ab382a

View file

@ -37,8 +37,6 @@ o = s:option(DynamicList, "rt_table_lookup",
translate("Routing table lookup"),
translate("Also scan this Routing table for connected networks"))
o.datatype = "integer"
o:value("1", translatef("Routing table %d", 1))
o:value("2", translatef("Routing table %d", 2))
o:value("220", translatef("Routing table %d", 220))
return m