mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
add bar chart to test picker page
This commit is contained in:
parent
53eb644ed6
commit
d164d53f97
11 changed files with 200 additions and 41 deletions
|
|
@ -13,6 +13,7 @@ local begin_epoch = tonumber(_GET["begin_epoch"])
|
|||
local end_epoch = tonumber(_GET["end_epoch"])
|
||||
local num_records = tonumber(_GET["totalRows"]) or 24
|
||||
|
||||
|
||||
local curr = begin_epoch
|
||||
local records = {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue