Added l7 proto graphs to observation points (#6085)

This commit is contained in:
MatteoBiscosi 2021-11-22 10:51:40 +01:00
parent cf68714a19
commit 15bca61e2c
11 changed files with 30 additions and 60 deletions

View file

@ -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