mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Set conditional widgets and conditional templates in reports
This commit is contained in:
parent
adb827b705
commit
35ab036380
3 changed files with 17 additions and 0 deletions
|
|
@ -133,6 +133,9 @@
|
|||
"height" : 4,
|
||||
"time_window" : "day",
|
||||
"time_offset" : "",
|
||||
"requires" : {
|
||||
"modules" : [ "packet_interface" ]
|
||||
},
|
||||
"params" : {
|
||||
"url" : "/lua/pro/rest/v2/get/db/historical_db_search.lua",
|
||||
"url_params" : {
|
||||
|
|
@ -156,6 +159,9 @@
|
|||
"i18n_name" : "report.top_as_exporter_if",
|
||||
"width" : 12,
|
||||
"height" : 4,
|
||||
"requires" : {
|
||||
"modules" : [ "zmq_interface" ]
|
||||
},
|
||||
"params" : {
|
||||
"url" : "/lua/pro/rest/v2/get/db/historical_db_search.lua",
|
||||
"url_params" : {
|
||||
|
|
@ -179,6 +185,9 @@
|
|||
"i18n_name" : "report.top_sender_as_exporter_if",
|
||||
"width" : 12,
|
||||
"height" : 4,
|
||||
"requires" : {
|
||||
"modules" : [ "zmq_interface" ]
|
||||
},
|
||||
"params" : {
|
||||
"url" : "/lua/pro/rest/v2/get/db/historical_db_search.lua",
|
||||
"url_params" : {
|
||||
|
|
@ -203,6 +212,9 @@
|
|||
"i18n_name" : "report.top_receiver_as_exporter_if",
|
||||
"width" : 12,
|
||||
"height" : 4,
|
||||
"requires" : {
|
||||
"modules" : [ "zmq_interface" ]
|
||||
},
|
||||
"params" : {
|
||||
"url" : "/lua/pro/rest/v2/get/db/historical_db_search.lua",
|
||||
"url_params" : {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue