module("luci.controller.lxc-attach", package.seeall) function index() entry({"admin", "apps"}, firstchild(), _("apps") , 45).dependent = false if not nixio.fs.access("/etc/config/lxc-attach") then return end local page = entry({"admin", "apps", "lxc-attach"}, cbi("lxc-attach"), _("lxc-attach")) page.order = 10 page.dependent = true page.acl_depends = { "luci-app-lxc-attach" } entry({"admin","apps","lxc-attach","status"},call("act_status")).leaf=true end