Put the monitor Id in the title so that it appears on mouseover.

This commit is contained in:
Isaac Connor 2016-01-14 11:05:05 -05:00
parent 7ce049dad1
commit 02f8fb80da
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ for ( $i = 0; $i < count($eventCounts); $i++ )
foreach( $displayMonitors as $monitor )
{
?>
<tr>
<tr title="<?php echo $monitor['Id'] ?>">
<?php
if ( !$monitor['zmc'] )
$dclass = "errorText";