mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
Fixes not working rows number (#7385)
This commit is contained in:
parent
073a62a32a
commit
f7d0f174ca
1 changed files with 4 additions and 0 deletions
|
|
@ -1792,6 +1792,10 @@ function alert_store:add_request_ranges()
|
|||
local sort_column = _GET["sort"]
|
||||
local sort_order = _GET["order"]
|
||||
|
||||
if length then
|
||||
tablePreferences("rows_number", length)
|
||||
end
|
||||
|
||||
self:add_limit(length, start)
|
||||
self:add_order_by(sort_column, sort_order)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue