Don't require zmc to be running to show a thumbnail. zms will say unable to connect, but at least later we can mouse over and get an updated image.
parent
90fd604f0e
commit
6e014949b4
|
@ -296,7 +296,7 @@ for ($monitor_i = 0; $monitor_i < count($displayMonitors); $monitor_i += 1) {
|
|||
<?php
|
||||
}
|
||||
$imgHTML = '';
|
||||
if (ZM_WEB_LIST_THUMBS && ($monitor['Capturing'] != 'None') && ($monitor['Status'] == 'Connected') && $running && canView('Stream')) {
|
||||
if (ZM_WEB_LIST_THUMBS && ($monitor['Capturing'] != 'None') && $running && canView('Stream')) {
|
||||
$options = array();
|
||||
|
||||
$ratio_factor = $Monitor->ViewHeight() / $Monitor->ViewWidth();
|
||||
|
|
Loading…
Reference in New Issue