Hiding disaggregation tab frmo dynamic interfaces

This commit is contained in:
Alfredo Cardigliano 2019-09-25 11:05:09 +02:00
parent a900c8f356
commit dbe48cebc5
2 changed files with 2 additions and 2 deletions

View file

@ -343,7 +343,7 @@ if(isAdministrator()) then
end
end
if(isAdministrator() and ntop.isEnterprise()) then
if(isAdministrator() and ntop.isEnterprise() and not ifstats.isDynamic) then
if(page == "sub_interfaces") then
print("\n<li class=\"active\"><a href=\"#\"><i class=\"fa fa-code-fork\"></i></a></li>\n")
else