mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Implements efficient unexpected_new_device alert
This commit is contained in:
parent
03bf2bca5e
commit
bb3f8ed168
15 changed files with 116 additions and 100 deletions
|
|
@ -41,6 +41,6 @@ end -- for
|
|||
|
||||
rest_utils.extended_answer(rc, {records = res}, {
|
||||
["draw"] = tonumber(_GET["draw"]),
|
||||
["recordsFiltered"] = #res,
|
||||
["recordsTotal"] = recordsFiltered
|
||||
["recordsFiltered"] = recordsFiltered,
|
||||
["recordsTotal"] = #res
|
||||
}, format)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue