luci-app-filebrowser: move to nas

This commit is contained in:
CN_SZTL 2020-02-03 19:47:26 +08:00
parent 9ee438dea2
commit 0765ef0f90
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -5,6 +5,6 @@ function index()
return
end
local page
page = entry({"admin", "services", "filebrowser"}, cbi("filebrowser"), _("文件管理器"), 100)
page = entry({"admin", "nas", "filebrowser"}, cbi("filebrowser"), _("文件管理器"), 100)
page.dependent = true
end