mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 09:20:10 +00:00
Implements interface packet distro datasource
This commit is contained in:
parent
6546e3d9bd
commit
75b66d82b9
3 changed files with 46 additions and 7 deletions
|
|
@ -79,7 +79,7 @@ function datasource:rest_send_response()
|
|||
|
||||
rest_utils.answer(
|
||||
rest_utils.consts.success.ok,
|
||||
self.datamodel_instance:getAsTable() -- TODO: this should be a generic response, not Table
|
||||
self.datamodel_instance:get_data()
|
||||
)
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue