* fix style for actions of table thead.

This commit is contained in:
chenfeiCF
2016-05-11 09:38:30 +08:00
parent dc10ecdc6d
commit 9d2921c79b
+1 -1
View File
@@ -23,7 +23,7 @@
<th class='w-100px'> <?php common::printOrderLink('lastRunDate', $orderBy, $vars, $lang->testtask->lastRunTime);?></th>
<th class='w-80px'> <?php common::printOrderLink('lastRunResult', $orderBy, $vars, $lang->testtask->lastRunResult);?></th>
<th class='w-status'> <?php common::printOrderLink('status', $orderBy, $vars, $lang->statusAB);?></th>
<th class='w-100px {sorter: false}'><?php echo $lang->actions;?></th>
<th class='w-120px {sorter: false}'><?php echo $lang->actions;?></th>
</tr>
</thead>
<tbody>