|
|
@ -1,4 +1,4 @@
|
|
|
|
-- Copyright (C) 2021 dz <dingzhong110@gmail.com>
|
|
|
|
-- PrivateRouter.com
|
|
|
|
|
|
|
|
|
|
|
|
module("luci.controller.easymesh", package.seeall)
|
|
|
|
module("luci.controller.easymesh", package.seeall)
|
|
|
|
|
|
|
|
|
|
|
@ -9,7 +9,7 @@ function index()
|
|
|
|
|
|
|
|
|
|
|
|
local page
|
|
|
|
local page
|
|
|
|
|
|
|
|
|
|
|
|
page = entry({"admin", "network", "easymesh"}, cbi("easymesh"), _("EASY MESH"), 60)
|
|
|
|
page = entry({"admin", "network", "easymesh"}, cbi("easymesh"), _("Easy Mesh"), 60)
|
|
|
|
page.dependent = true
|
|
|
|
page.dependent = true
|
|
|
|
page.acl_depends = { "luci-app-easymesh" }
|
|
|
|
page.acl_depends = { "luci-app-easymesh" }
|
|
|
|
end
|
|
|
|
end
|
|
|
|