fixed visual bug in table
This commit is contained in:
parent
92e1492f2b
commit
bd6540da87
|
@ -458,6 +458,7 @@ function cron_list_table()
|
|||
$table->head[5] = __('Last run');
|
||||
$table->head[6] = __('Group');
|
||||
$table->head[7] = __('Actions');
|
||||
$table->cellstyle[0][2] = 'word-break: break-word;';
|
||||
$table->align[7] = 'left';
|
||||
|
||||
foreach ($defined_tasks as $task) {
|
||||
|
|
Loading…
Reference in New Issue