small fix for display bug in real-time report

git-svn-id: svn://192.168.202.10@3718 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2023-04-24 14:17:05 +00:00
parent 9787f17d2a
commit 34e05e05f1
@@ -4114,10 +4114,10 @@ if ($talking_to_print > 0)
if ( ($AGENTlatency != 0) and ($RS_UGlatencyALLOWED > 0) )
{
$LTC=$G; $LTCG=$EG;
if ($INORcolor > 0)
{
$LTC='<SPAN class="csc'.$INORcolor.'"><B>'; $LTCG='</B></SPAN>';
}
# if ($INORcolor > 0)
# {
# $LTC='<SPAN class="csc'.$INORcolor.'"><B>'; $LTCG='</B></SPAN>';
# }
if (preg_match("/^1/",$AGENTlatency))
{
$latency_print = sprintf("%-5s", $Alatency_min_avg[$i]);
@@ -4313,10 +4313,10 @@ if ($talking_to_print > 0)
if ( ($AGENTlatency != 0) and ($RS_UGlatencyALLOWED > 0) )
{
$LTC=$G; $LTCG=$EG;
if ($INORcolor > 0)
{
$LTC='<SPAN class="csc'.$INORcolor.'"><B>'; $LTCG='</B></SPAN>';
}
# if ($INORcolor > 0)
# {
# $LTC='<SPAN class="csc'.$INORcolor.'"><B>'; $LTCG='</B></SPAN>';
# }
if (preg_match("/^1/",$AGENTlatency))
{
$LATENCY = "<td NOWRAP align=right> $LTC$Alatency_min_avg[$i]ms$LTCG </td>";