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:
@@ -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>";
|
||||
|
||||
Reference in New Issue
Block a user