Remove the word All from the mark column on console. I think the UX is pretty universal by now.

This commit is contained in:
Isaac Connor 2021-01-22 15:51:31 -05:00
parent cd9f10695d
commit d3c84a168a
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ ob_start();
?>
<th class="colZones"><?php echo translate('Zones') ?></th>
<?php if ( canEdit('Monitors') ) { ?>
<th class="colMark"><input type="checkbox" name="toggleCheck" value="1" data-checkbox-name="markMids[]" data-on-click-this="updateFormCheckboxesByName"/> <?php echo translate('All') ?></th>
<th class="colMark"><input type="checkbox" name="toggleCheck" value="1" data-checkbox-name="markMids[]" data-on-click-this="updateFormCheckboxesByName"/></th>
<?php } ?>
</tr>
</thead>