mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Fixes missing comma
This commit is contained in:
parent
f9abd31964
commit
bb46e39223
1 changed files with 1 additions and 1 deletions
|
|
@ -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())
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue