From ae22af2c56010a20e193910016dbbdba25f6a1e9 Mon Sep 17 00:00:00 2001 From: paul121 Date: Wed, 16 Dec 2020 15:03:10 -0800 Subject: [PATCH] Display the plans pane in the second region. --- modules/ui/views/farm_ui_views.module | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ui/views/farm_ui_views.module b/modules/ui/views/farm_ui_views.module index 28c9a9ef..a58e2719 100644 --- a/modules/ui/views/farm_ui_views.module +++ b/modules/ui/views/farm_ui_views.module @@ -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, ]; }