mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
parent
a86aaa61e6
commit
2b30fe80b2
3 changed files with 4 additions and 7 deletions
|
|
@ -1202,7 +1202,7 @@ function getRTPTableRows(info)
|
|||
if isFlowValueDefined(info, "RTP_IN_MOS") then
|
||||
local rtp_in_mos = getFlowValue(info, "RTP_IN_MOS")
|
||||
local rtp_out_mos = getFlowValue(info, "RTP_OUT_MOS")
|
||||
tprint(rtp_in_mos)
|
||||
|
||||
if(rtp_in_mos == nil or rtp_in_mos == "") and (rtp_out_mos == nil or rtp_out_mos == "") then
|
||||
quality_mos_hide = "style=\"display: none;\""
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue