mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 16:30:10 +00:00
parent
dfa9e44dde
commit
c4789741a8
4 changed files with 21 additions and 36 deletions
|
|
@ -718,6 +718,7 @@ local known_parameters = {
|
|||
["epoch_end"] = validateNumber, -- A timestamp value to indicate end time
|
||||
["period_begin_str"] = validateDate, -- Specifies a start date in JS format
|
||||
["period_end_str"] = validateDate, -- Specifies an end date in JS format
|
||||
["timezone"] = validateNumber, -- The timezone of the browser
|
||||
|
||||
-- PAGINATION
|
||||
["perPage"] = validateNumber, -- Number of results per page (used for pagination)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue