Do not display 0.00 for AnalysisFPS
parent
3b2378c21d
commit
1c8363cc29
|
@ -147,6 +147,8 @@ else
|
||||||
$newX10Monitor = $x10Monitor;
|
$newX10Monitor = $x10Monitor;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ( $newMonitor['AnalysisFPS'] == '0.00' )
|
||||||
|
$newMonitor['AnalysisFPS'] = '';
|
||||||
if ( $newMonitor['MaxFPS'] == '0.00' )
|
if ( $newMonitor['MaxFPS'] == '0.00' )
|
||||||
$newMonitor['MaxFPS'] = '';
|
$newMonitor['MaxFPS'] = '';
|
||||||
if ( $newMonitor['AlarmMaxFPS'] == '0.00' )
|
if ( $newMonitor['AlarmMaxFPS'] == '0.00' )
|
||||||
|
|
Loading…
Reference in New Issue