Hide elements and reorganize menu in nEdge

This commit is contained in:
emanuele-f 2018-01-23 15:28:36 +01:00
parent 1878096bb2
commit 24ed4ac212
11 changed files with 131 additions and 75 deletions

View file

@ -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)