mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Fix community dashboard
This commit is contained in:
parent
cd4367c1c4
commit
b19aa9f2ae
1 changed files with 0 additions and 5 deletions
|
|
@ -16,11 +16,6 @@ local dashboard_utils = require "dashboard_utils"
|
|||
-- Example: curl -u admin:admin "http://localhost:3000/lua/pro/rest/v2/get/dashboard/template/data.lua?template=default"
|
||||
--
|
||||
|
||||
if not ntop.isEnterpriseL() then
|
||||
rest_utils.answer(rest_utils.consts.err.not_granted, {})
|
||||
return
|
||||
end
|
||||
|
||||
local template_id = _GET["template"]
|
||||
|
||||
local page = "dashboard"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue