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:
parent
f9843477ea
commit
6400ab382a
1 changed files with 0 additions and 2 deletions
|
@ -37,8 +37,6 @@ o = s:option(DynamicList, "rt_table_lookup",
|
||||||
translate("Routing table lookup"),
|
translate("Routing table lookup"),
|
||||||
translate("Also scan this Routing table for connected networks"))
|
translate("Also scan this Routing table for connected networks"))
|
||||||
o.datatype = "integer"
|
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))
|
o:value("220", translatef("Routing table %d", 220))
|
||||||
|
|
||||||
return m
|
return m
|
||||||
|
|
Loading…
Reference in a new issue