Fixes missing comma

This commit is contained in:
Matteo Biscosi 2025-07-21 13:07:32 +02:00
parent f9abd31964
commit bb46e39223

View file

@ -63,7 +63,7 @@ if page == "overview" or not page then
ifid = interface.getId(),
isEnterpriseL = ntop.isEnterpriseL(),
tableId = tableId,
historical = content_type and content_type == "historical"
historical = content_type and content_type == "historical",
showTimeseries = areASTimeseriesEnabled(interface.getId())
})
})