3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00

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

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,
];