mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Comments
This commit is contained in:
parent
c310d14ac7
commit
1dda3ba9a2
2 changed files with 9 additions and 1 deletions
|
|
@ -247,7 +247,7 @@ if _SERVER["REQUEST_METHOD"] == "POST" and not isEmptyString(_POST["traffic_reco
|
|||
recording_utils.setCurrentTrafficRecordingProvider(ifstats.id, _POST["traffic_recording_provider"])
|
||||
end
|
||||
|
||||
local has_traffic_recording_page = (recording_utils.isAvailable()
|
||||
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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue