feat: add Gantt chart widget to visualize accepted intern schedules in the admin panel
This commit is contained in:
@@ -8,4 +8,11 @@ use Filament\Resources\Pages\ListRecords;
|
||||
class ListInternApplications extends ListRecords
|
||||
{
|
||||
protected static string $resource = InternApplicationResource::class;
|
||||
|
||||
protected function getHeaderWidgets(): array
|
||||
{
|
||||
return [
|
||||
\App\Filament\Admin\Resources\InternApplications\Widgets\InternGanttChartWidget::class,
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user