Display log panes in the first layout region.

This commit is contained in:
paul121 2020-12-16 15:02:31 -08:00 committed by Michael Stenta
parent 4091d7db01
commit 03eb2a9918
1 changed files with 2 additions and 0 deletions

View File

@ -63,12 +63,14 @@ function farm_ui_views_farm_dashboard_panes() {
'view' => 'farm_log',
'view_display_id' => 'block_upcoming',
'group' => 'logs',
'region' => 'first',
'weight' => 10,
];
$panes['late_tasks'] = [
'view' => 'farm_log',
'view_display_id' => 'block_late',
'group' => 'logs',
'region' => 'first',
'weight' => 11,
];