mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 21:24:35 +04:00
proto_hnet: add missing categories
Signed-off-by: Steven Barth <steven@midlink.org>
This commit is contained in:
@@ -6,8 +6,11 @@ local map, section, net = ...
|
||||
local mode = section:taboption("general", ListValue, "mode", translate("Category"))
|
||||
mode:value("auto", translate("Automatic"))
|
||||
mode:value("external", translate("External"))
|
||||
mode:value("internal", translate("Internal"))
|
||||
mode:value("leaf", translate("Leaf"))
|
||||
mode:value("guest", translate("Guest"))
|
||||
mode:value("adhoc", translate("Ad-Hoc"))
|
||||
mode:value("hybrid", translate("Hybrid"))
|
||||
mode.default = "auto"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user