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
1 changed files with 1 additions and 0 deletions

View File

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