mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 16:30:10 +00:00
Fixes infrastructure dashboard not hidden for non-admins
This commit is contained in:
parent
67fd78e66c
commit
9889d6750f
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ else
|
|||
},
|
||||
{
|
||||
entry = page_utils.menu_entries.infrastructure_dashboard,
|
||||
hidden = not ntop.isEnterpriseL() or not isAdministrator,
|
||||
hidden = not ntop.isEnterpriseL() or not is_admin,
|
||||
url = '/lua/pro/enterprise/infrastructure_dashboard.lua'
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue