mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Hiding disaggregation tab frmo dynamic interfaces
This commit is contained in:
parent
a900c8f356
commit
dbe48cebc5
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue