feat: overview of teamers' custom availabilities

This commit is contained in:
Björn Fromme
2024-10-28 16:52:36 +01:00
parent a8ccdc8775
commit 2df2d70375
4 changed files with 129 additions and 4 deletions
+9
View File
@@ -74,6 +74,15 @@ class AdminMenuBuilder extends AbstractMenuBuilder
],
],
]);
$menu->addChild('Verfügbarkeiten', [
'route' => 'app_administrative_availability_index',
'linkAttributes' => [
'title' => 'Verfügbarkeiten',
],
'extras' => [
'icon' => 'calendar',
],
]);
$settingsMenu = $menu->addChild('Einstellungen', [
'linkAttributes' => [
'title' => 'Einstellungen',