0
0
Fork 0
mirror of https://github.com/kevinpapst/kimai2.git synced 2025-04-07 14:35:47 +00:00

using regular bootstrap theme on dashboard in none-edit mode

This commit is contained in:
Kevin Papst 2022-02-27 02:57:58 +01:00
parent c97aef683d
commit 464f4c0d55

View file

@ -162,7 +162,7 @@ class DashboardController extends AbstractController
$user = $this->getUser();
$available = $this->getAllAvailableWidgets($user);
return $this->render('dashboard/grid.html.twig', [
return $this->render('dashboard/index.html.twig', [
'widgets' => $this->filterWidgets($available, $user),
'available' => $available,
]);