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

Display the plans pane in the second region.

This commit is contained in:
paul121 2020-12-16 15:03:10 -08:00 committed by Michael Stenta
parent 03eb2a9918
commit ae22af2c56

View file

@ -54,6 +54,7 @@ function farm_ui_views_farm_dashboard_panes() {
'view' => 'farm_plan', 'view' => 'farm_plan',
'view_display_id' => 'block_active', 'view_display_id' => 'block_active',
'group' => 'plans', 'group' => 'plans',
'region' => 'second',
'weight' => 0, 'weight' => 0,
]; ];
} }