mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Hide elements and reorganize menu in nEdge
This commit is contained in:
parent
1878096bb2
commit
24ed4ac212
11 changed files with 131 additions and 75 deletions
|
|
@ -2109,7 +2109,7 @@ function isLocalPacketdumpEnabled()
|
|||
else
|
||||
nbox_integration = true
|
||||
end
|
||||
return isAdministrator() and not nbox_integration and interface.isPacketInterface()
|
||||
return isAdministrator() and not nbox_integration and interface.isPacketInterface() and not ntop.isnEdge()
|
||||
end
|
||||
|
||||
function processColor(proc)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue