sync update the style of the surroundin image stream div. Add id and class. Include MonitorStream.js
parent
d364e8a7a8
commit
fa19356dbd
|
@ -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">
|
||||||
|
|
Loading…
Reference in New Issue