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