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:
parent
c97aef683d
commit
464f4c0d55
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
]);
|
||||
|
|
Loading…
Add table
Reference in a new issue