Minor host/interface/network reports fix

This commit is contained in:
Simone Mainardi 2018-12-24 11:35:51 +01:00
parent 590215ac35
commit e274ad258b
3 changed files with 3 additions and 3 deletions

View file

@ -246,7 +246,7 @@ if(isAdministrator() and areAlertsEnabled() and not ifstats.isView) then
end
if ts_utils.getDriverName() == "rrd" then
if ntop.isEnterprise() or ntop.isnEdgeEnterprise() then
if ntop.isEnterprise() or ntop.isnEdge() then
if(page == "traffic_report") then
print("\n<li class=\"active\"><a href=\"#\"><i class='fa fa-file-text report-icon'></i></a></li>\n")
else