mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 09:20:10 +00:00
Reworks data returned to widgets
This commit is contained in:
parent
37c58f56de
commit
7ab4d846e8
3 changed files with 17 additions and 2 deletions
|
|
@ -109,7 +109,7 @@ end
|
|||
-- @param transformation The transformation to be applied
|
||||
-- @return transformed data
|
||||
function datasource:transform(transformation)
|
||||
return self.datamodel_instance:getData(transformation)
|
||||
return self.datamodel_instance:transform(transformation)
|
||||
end
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue