Display the dashboard plans group in the right column above metrics.

This commit is contained in:
paul121 2020-06-18 13:25:31 -07:00 committed by Michael Stenta
parent 046f3688bd
commit 8c1a5eb179
1 changed files with 1 additions and 0 deletions

View File

@ -513,6 +513,7 @@ function farm_theme_preprocess_page(&$vars) {
// Move the map and metrics panes to the right column (and remove them
// from the groups list).
$right_panes = array(
'plans',
'metrics',
);
foreach ($right_panes as $pane) {