mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Fix captive portal preference disabled when non-bridged interface is selected
This commit is contained in:
parent
5956d60485
commit
8434061fa5
3 changed files with 12 additions and 5 deletions
|
|
@ -344,7 +344,7 @@ function printBridgingPrefs()
|
|||
local show
|
||||
local label
|
||||
|
||||
if isCaptivePortalSupported(nil, prefs) then
|
||||
if isCaptivePortalSupported(nil, prefs, true --[[ skip interface check ]]) then
|
||||
show = true
|
||||
label = ""
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue