update 2024-03-17 19:15:27

This commit is contained in:
actions-user 2024-03-17 19:15:27 +08:00
parent c08a19fff6
commit f9f75dbd7b

View File

@ -6,6 +6,5 @@ function index()
end
local page
entry({"admin", "nas"}, firstchild(), "NAS", 45).dependent = false
entry({"admin", "network", "eqos"}, cbi("eqos"), _("EQoS"))
entry({"admin", "network", "eqos"}, cbi("eqos"), _("EQoS"), 121).dependent = true
end