Hide WIP button

pull/3648/head
Isaac Connor 2022-12-13 12:42:24 -05:00
parent 327f8c0f70
commit 52dfca5a28
1 changed files with 2 additions and 0 deletions

View File

@ -291,7 +291,9 @@ echo $monitor->getStreamHTML($options);
if ($monitor->Type() != 'WebSite') { if ($monitor->Type() != 'WebSite') {
?> ?>
<div class="buttons" id="dvrControls"> <div class="buttons" id="dvrControls">
<!--
<button type="button" id="getImageBtn" title="<?php echo translate('Download Image') ?>"/> <button type="button" id="getImageBtn" title="<?php echo translate('Download Image') ?>"/>
-->
<?php <?php
if ($streamMode == 'jpeg') { if ($streamMode == 'jpeg') {
if ($monitor->StreamReplayBuffer() != 0) { if ($monitor->StreamReplayBuffer() != 0) {