diff --git a/luasrc/model/cbi/easymesh.lua b/luasrc/model/cbi/easymesh.lua index df2d484..f4e8f7a 100755 --- a/luasrc/model/cbi/easymesh.lua +++ b/luasrc/model/cbi/easymesh.lua @@ -4,10 +4,11 @@ local m,s,o local sys = require "luci.sys" local uci = require "luci.model.uci".cursor() -m = Map("easymesh") -translate("PrivateRouter Easy Mesh"), - translate("Batman-adv (Better Approach To Mobile Adhoc Networking - Advanced) is a protocol used for wireless mesh networking, allowing for the creation of a robust, decentralized, and scalable network that can be leveraged by apps to facilitate seamless communication between devices in environments where a traditional network infrastructure may be unfeasible.") - .. "
".. translate("Official website:") .. ' https://www.open-mesh.org/projects/batman-adv/wiki') +m = Map("easymesh", + translate("PrivateRouter Easy Mesh"), + translate("Batman-adv (Better Approach To Mobile Adhoc Networking - Advanced) is a protocol used for wireless mesh networking, allowing for the creation of a robust, decentralized, and scalable network that can be leveraged by apps to facilitate seamless communication between devices in environments where a traditional network infrastructure may be unfeasible.") + .. "
" .. translate("Official website:") .. ' https://www.open-mesh.org/projects/batman-adv/wiki' +) function detect_Node()