X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=applications%2Fluci-qos%2Fluasrc%2Fcontroller%2Fqos.lua;h=4a7092de749d50ff15efd0ebdaafb6dd46740791;hp=e356599d8ad42493ae0d7f13c892e16694d1ceb6;hb=8900357b4b270f566dc068c0d2c285f71fdb1ef4;hpb=c82ac742b11fbeb9898e996870b93b224131efe1 diff --git a/applications/luci-qos/luasrc/controller/qos.lua b/applications/luci-qos/luasrc/controller/qos.lua index e356599d8..4a7092de7 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