Put the monitor Id in the title so that it appears on mouseover.
This commit is contained in:
parent
7ce049dad1
commit
02f8fb80da
|
@ -287,7 +287,7 @@ for ( $i = 0; $i < count($eventCounts); $i++ )
|
||||||
foreach( $displayMonitors as $monitor )
|
foreach( $displayMonitors as $monitor )
|
||||||
{
|
{
|
||||||
?>
|
?>
|
||||||
<tr>
|
<tr title="<?php echo $monitor['Id'] ?>">
|
||||||
<?php
|
<?php
|
||||||
if ( !$monitor['zmc'] )
|
if ( !$monitor['zmc'] )
|
||||||
$dclass = "errorText";
|
$dclass = "errorText";
|
||||||
|
|
Loading…
Reference in New Issue