feat: add Gantt chart widget to visualize accepted intern schedules in the admin panel
This commit is contained in:
@@ -362,4 +362,11 @@ class InternApplicationResource extends Resource
|
||||
'edit' => Pages\EditInternApplication::route('/{record}/edit'),
|
||||
];
|
||||
}
|
||||
|
||||
public static function getWidgets(): array
|
||||
{
|
||||
return [
|
||||
Widgets\InternGanttChartWidget::class,
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user