mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 08:50:12 +00:00
Availability hours are not returned as integer array
This commit is contained in:
parent
069268fc15
commit
13e5257c16
2 changed files with 7 additions and 16 deletions
|
|
@ -79,7 +79,7 @@ for key, am_host in pairs(am_hosts) do
|
|||
last_ip = column_last_ip,
|
||||
granularity = am_host.granularity,
|
||||
availability = availability or "",
|
||||
hourly_stats = hourly_stats or {},
|
||||
hours = hourly_stats or {},
|
||||
unit = i18n(m_info.i18n_unit) or m_info.i18n_unit,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue