mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Enable companion interface configuration for zmq interfaces
This commit is contained in:
parent
c5b308618b
commit
1fb820069b
1 changed files with 1 additions and 1 deletions
|
|
@ -1573,7 +1573,7 @@ elseif(page == "config") then
|
|||
</tr>]]
|
||||
end
|
||||
|
||||
if interface.isPacketInterface() and not ifstats.isDynamic then
|
||||
if not ifstats.isDynamic then
|
||||
local cur_companion = companion_interface_utils.getCurrentCompanion(ifstats.id)
|
||||
local companions = companion_interface_utils.getAvailableCompanions()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue