diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2013-03-19 16:41:37 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2013-03-19 16:41:37 +0000 |
commit | 8900357b4b270f566dc068c0d2c285f71fdb1ef4 (patch) | |
tree | b37122b13269aa94a780bf8beb43ec27abdf581b /applications/luci-qos/luasrc/controller | |
parent | c82ac742b11fbeb9898e996870b93b224131efe1 (diff) |
luci-app-qos: remove support for mini admin
Diffstat (limited to 'applications/luci-qos/luasrc/controller')
-rw-r--r-- | applications/luci-qos/luasrc/controller/qos.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/applications/luci-qos/luasrc/controller/qos.lua b/applications/luci-qos/luasrc/controller/qos.lua index e356599d8a..4a7092de74 100644 --- a/applications/luci-qos/luasrc/controller/qos.lua +++ b/applications/luci-qos/luasrc/controller/qos.lua @@ -23,7 +23,4 @@ function index() page = entry({"admin", "network", "qos"}, cbi("qos/qos"), _("QoS")) page.dependent = true - - page = entry({"mini", "network", "qos"}, cbi("qos/qosmini", {autoapply=true}), _("QoS")) - page.dependent = true end |