mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-24 14:25:18 +02:00
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…
x
Reference in New Issue
Block a user