sync update the style of the surroundin image stream div. Add id and class. Include MonitorStream.js

pull/3477/head
Isaac Connor 2022-04-27 21:52:48 -04:00
parent d364e8a7a8
commit fa19356dbd
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ xhtmlHeaders(__FILE__, translate('Zones'));
?> ?>
<div class="Monitor"> <div class="Monitor">
<input type="hidden" name="mids[]" value="<?php echo $mid ?>"/> <input type="hidden" name="mids[]" value="<?php echo $mid ?>"/>
<div class="ZonesImage"> <div class="ZonesImage imageFeed" id="imageFeed<?php echo $monitor->Id() ?>">
<?php echo getStreamHTML($monitor, $options); ?> <?php echo getStreamHTML($monitor, $options); ?>
</div> </div>
<div class="zones"> <div class="zones">