We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1742460 commit 9b43e9bCopy full SHA for 9b43e9b
src/Controller/Admin/ProcessDashboardController.php
@@ -47,6 +47,7 @@ public function index(): Response
47
public function configureDashboard(): Dashboard
48
{
49
return Dashboard::new()
50
+ ->renderContentMaximized()
51
->setTitle('<img src="'.$this->logoPath.'" />');
52
}
53
0 commit comments