From: Florian Eckert Date: Wed, 4 Nov 2020 12:04:20 +0000 (+0100) Subject: luci-app-mwan3: remove mwan3 routing table selection X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=6400ab382ac8924c76abf6518104fff2f9a6aeea;p=openwrt-luci.git 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 --- diff --git a/applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua b/applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua index 47ab30aa76..ec4085eb4b 100644 --- a/applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua +++ b/applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua @@ -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