We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74ebe1b commit ebe3cb4Copy full SHA for ebe3cb4
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