We should be able to edit zones even if zm isn't running

This commit is contained in:
Isaac Connor 2018-06-06 16:59:07 -04:00
parent 5b38585071
commit 05a434893e
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@ for( $monitor_i = 0; $monitor_i < count($displayMonitors); $monitor_i += 1 ) {
<?php <?php
} }
?> ?>
<td class="colZones"><?php echo makePopupLink( '?view=zones&amp;mid='.$monitor['Id'], 'zmZones', array( 'zones', $monitor['Width'], $monitor['Height'] ), $monitor['ZoneCount'], $running && canView('Monitors') ) ?></td> <td class="colZones"><?php echo makePopupLink('?view=zones&amp;mid='.$monitor['Id'], 'zmZones', array('zones', $monitor['Width'], $monitor['Height']), $monitor['ZoneCount'], canView('Monitors')) ?></td>
<?php <?php
if ( canEdit('Monitors') ) { if ( canEdit('Monitors') ) {
?> ?>