Make protocol selection in Firewall and QoS a combobox
[project/luci.git] / applications / luci-fw / luasrc / model / cbi / luci_fw / trule.lua
index d8fe59c..72a36f9 100644 (file)
@@ -39,7 +39,7 @@ luci.model.uci.cursor():foreach("firewall", "zone",
                oface:value(section.name)
        end)
 
-proto = s:option(ListValue, "proto", translate("protocol"))
+proto = s:option(Value, "proto", translate("protocol"))
 proto.optional = true
 proto:value("")
 proto:value("tcpudp", "TCP+UDP")