Changeset 7239
- Timestamp:
- 06/26/11 00:17:54 (2 years ago)
- Location:
- luci/branches/luci-0.10/applications/luci-qos/luasrc/model/cbi/qos
- Files:
-
- 2 modified
-
qos.lua (modified) (1 diff)
-
qosmini.lua (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
luci/branches/luci-0.10/applications/luci-qos/luasrc/model/cbi/qos/qos.lua
r6785 r7239 44 44 s.anonymous = true 45 45 s.addremove = true 46 s.sortable = true 46 47 47 48 t = s:option(ListValue, "target", translate("Target")) -
luci/branches/luci-0.10/applications/luci-qos/luasrc/model/cbi/qos/qosmini.lua
r6785 r7239 30 30 s.anonymous = true 31 31 s.addremove = true 32 s.sortable = true 32 33 33 34 t = s:option(ListValue, "target")
