mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Minor host/interface/network reports fix
This commit is contained in:
parent
590215ac35
commit
e274ad258b
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue