mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Fix interface paused icon
This commit is contained in:
parent
2da3bafe10
commit
8a2d3dafff
1 changed files with 4 additions and 0 deletions
|
|
@ -1835,6 +1835,10 @@ end
|
|||
|
||||
|
||||
function isPausedInterface(current_ifname)
|
||||
if(not isEmptyString(_POST["toggle_local"])) then
|
||||
return(_POST["toggle_local"] == "0")
|
||||
end
|
||||
|
||||
state = ntop.getCache("ntopng.prefs."..current_ifname.."_not_idle")
|
||||
if(state == "0") then return true else return false end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue