Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ebe3cb4

Browse files
xmarchegayxaviermarchegay
xmarchegay
authored andcommittedDec 19, 2024·
#25 use all available width on the dashboard
1 parent 74ebe1b commit ebe3cb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/Controller/Admin/ProcessDashboardController.php

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ public function index(): Response
4747
public function configureDashboard(): Dashboard
4848
{
4949
return Dashboard::new()
50+
->renderContentMaximized()
5051
->setTitle('<img src="'.$this->logoPath.'" />');
5152
}
5253

0 commit comments

Comments
 (0)
Please sign in to comment.