mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Fixes recording not showing up with view interfaces
This commit is contained in:
parent
83d995a92c
commit
fef2a46eca
1 changed files with 1 additions and 0 deletions
|
|
@ -249,6 +249,7 @@ end
|
|||
|
||||
local has_traffic_recording_page = (recording_utils.isAvailable()
|
||||
and (is_packet_interface
|
||||
or (ifstats.isView) -- Allows view interfaces (e.g., views of ZMQ)
|
||||
or ((recording_utils.isSupportedZMQInterface(ifid) and not table.empty(ext_interfaces)))
|
||||
or (recording_utils.getCurrentTrafficRecordingProvider(ifid) ~= "ntopng")))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue