Move title to Monitor div instead of container so that the title doesn't act on events list
parent
7ac8a47f3e
commit
37f4c1b454
|
@ -272,14 +272,14 @@ echo htmlSelect('cyclePeriod', $cyclePeriodOptions, $period, array('id'=>'cycleP
|
|||
?>
|
||||
</ul>
|
||||
</nav>
|
||||
<div class="container-fluid col-sm-offset-2 h-100 pr-0"
|
||||
<div class="container-fluid col-sm-offset-2 h-100 pr-0">
|
||||
<div class="Monitor"
|
||||
<?php
|
||||
if ($streamMode == 'jpeg') {
|
||||
echo 'title="Click to zoom, shift click to pan, ctrl click to zoom out"';
|
||||
}
|
||||
?>
|
||||
>
|
||||
<div class="Monitor">
|
||||
<?php
|
||||
if ($monitor->Type() != 'WebSite') {
|
||||
$options['state'] = true;
|
||||
|
|
Loading…
Reference in New Issue