mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
parent
17268a4c60
commit
05a88ae832
2 changed files with 2 additions and 2 deletions
|
|
@ -3474,7 +3474,7 @@ function areCountryTimeseriesEnabled(ifid)
|
|||
return(arePerInterfaceTsEnabled(ifid) and (ntop.getPref("ntopng.prefs.country_rrd_creation") == "1"))
|
||||
end
|
||||
|
||||
function areVlanTimeseriesEnabled()
|
||||
function areVlanTimeseriesEnabled(ifid)
|
||||
return(arePerInterfaceTsEnabled(ifid) and (ntop.getPref("ntopng.prefs.vlan_rrd_creation") == "1"))
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue