table header - keep consistent

This commit is contained in:
Pliable Pixels 2018-03-26 11:14:46 -04:00
parent 411e1d05f2
commit dfcee7c6c1
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ xhtmlHeaders(__FILE__, translate('Groups') );
<input type="hidden" name="view" value="none"/>
<input type="hidden" name="action" value="setgroup"/>
<table id="contentTable" class="major">
<thead>
<thead class="thead-highlight">
<tr>
<th class="colName" colspan="<?php echo $max_depth ?>"><?php echo translate('Name') ?></th>
<th class="colIds"><?php echo translate('Monitors') ?></th>