mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +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
|
|
@ -32,6 +32,8 @@ dashboard_utils.module_available = {
|
|||
['historical_flows'] = is_clickhouse_available,
|
||||
['vulnerability_scan'] = vs_utils.is_available,
|
||||
['l7_timeseries'] = is_l7_timeseries_available,
|
||||
['packet_interface'] = interface.isPacketInterface,
|
||||
['zmq_interface'] = interface.isZMQInterface,
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue