Move title to Monitor div instead of container so that the title doesn't act on events list

pull/3632/head
Isaac Connor 2022-11-10 18:06:21 -05:00
parent 7ac8a47f3e
commit 37f4c1b454
1 changed files with 2 additions and 2 deletions

View File

@ -272,14 +272,14 @@ echo htmlSelect('cyclePeriod', $cyclePeriodOptions, $period, array('id'=>'cycleP
?> ?>
</ul> </ul>
</nav> </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 <?php
if ($streamMode == 'jpeg') { if ($streamMode == 'jpeg') {
echo 'title="Click to zoom, shift click to pan, ctrl click to zoom out"'; echo 'title="Click to zoom, shift click to pan, ctrl click to zoom out"';
} }
?> ?>
> >
<div class="Monitor">
<?php <?php
if ($monitor->Type() != 'WebSite') { if ($monitor->Type() != 'WebSite') {
$options['state'] = true; $options['state'] = true;