Removed UCI Save/Apply cache from Essentials
[project/luci.git] / applications / luci-qos / luasrc / controller / qos.lua
index 0222806..5a9ef5e 100644 (file)
@@ -23,7 +23,7 @@ function index()
        page.dependent = true
        
        
-       local page = entry({"mini", "network", "qos"}, cbi("qos/qosmini"), "QoS")
+       local page = entry({"mini", "network", "qos"}, cbi("qos/qosmini", {autoapply=true}), "QoS")
        page.i18n = "qos"
        page.dependent = true
 end
\ No newline at end of file