mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Added l7 proto graphs to observation points (#6085)
This commit is contained in:
parent
cf68714a19
commit
15bca61e2c
11 changed files with 30 additions and 60 deletions
|
|
@ -341,7 +341,7 @@ else
|
|||
},
|
||||
{
|
||||
entry = page_utils.menu_entries.observation_points,
|
||||
hidden = table.len(interface.getObservationPoints() or {}) == 0,
|
||||
hidden = table.len(interface.getObsPointsInfo() or {}) == 0,
|
||||
url = '/lua/pro/enterprise/observation_points.lua',
|
||||
},
|
||||
},
|
||||
|
|
@ -867,7 +867,7 @@ for v,k in pairs(iface_names) do
|
|||
ifHdescr[_ifstats.id] = descr
|
||||
|
||||
if(ifs.id == _ifstats.id) then
|
||||
observationPoints = interface.getObservationPoints()
|
||||
observationPoints = interface.getObsPointsInfo()["ObsPoints"] or {}
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue