mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Changes to allow widgets to fetch datasources by type
This commit is contained in:
parent
a60e322887
commit
a71492aab5
5 changed files with 24 additions and 14 deletions
|
|
@ -83,7 +83,9 @@ local rest_utils = {
|
|||
--Widgets
|
||||
widgets_missing_transformation = { http_code = 409, rc = -48, str = "WIDGETS_MISSING_TRANSFORMATION"},
|
||||
widgets_missing_datasources = { http_code = 409, rc = -49, str = "WIDGETS_MISSING_DATASOURCES"},
|
||||
widgets_missing_datasource_params = { http_code = 409, rc = -50, str = "WIDGETS_MISSING_DATASOURCE_PARAMS"},
|
||||
widgets_missing_datasource_type = { http_code = 409, rc = -50, str = "WIDGETS_MISSING_DATASOURCE_TYPE"},
|
||||
widgets_unknown_datasource_type = { http_code = 409, rc = -51, str = "WIDGETS_UNKNOWN_DATASOURCE_TYPE"},
|
||||
widgets_missing_datasource_params = { http_code = 409, rc = -52, str = "WIDGETS_MISSING_DATASOURCE_PARAMS"},
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue