summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-qos
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2009-01-08 21:18:35 +0000
committerSteven Barth <steven@midlink.org>2009-01-08 21:18:35 +0000
commit37830bc23207eca02b9280cbbe1d56230f8eb05a (patch)
tree70a30ba072f739c21179387d1cd8a20d25681105 /applications/luci-qos
parent5a35b64dfb02e126e271c963fcf083636dd0b88e (diff)
Make protocol selection in Firewall and QoS a combobox
closes #29
Diffstat (limited to 'applications/luci-qos')
-rw-r--r--applications/luci-qos/luasrc/model/cbi/qos/qos.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-qos/luasrc/model/cbi/qos/qos.lua b/applications/luci-qos/luasrc/model/cbi/qos/qos.lua
index e051347ab..707d98a7b 100644
--- a/applications/luci-qos/luasrc/model/cbi/qos/qos.lua
+++ b/applications/luci-qos/luasrc/model/cbi/qos/qos.lua
@@ -73,7 +73,7 @@ p2p:value("gnu", "Gnutella")
p2p:value("kazaa", "Kazaa")
p2p.rmempty = true
-p = s:option(ListValue, "proto", translate("protocol"))
+p = s:option(Value, "proto", translate("protocol"))
p:value("", translate("all"))
p:value("tcp", "TCP")
p:value("udp", "UDP")