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

Add the dashboard map to the top region.

This commit is contained in:
Michael Stenta 2021-06-05 22:41:25 -04:00
parent f43f4f1050
commit dff53dba7f

View file

@ -12,6 +12,7 @@ function farm_ui_map_farm_dashboard_panes() {
return [
'dashboard_map' => [
'block' => 'dashboard_map',
'region' => 'top',
],
];
}