Filament V3

This commit is contained in:
Ralph J. Smit
2023-09-28 12:12:04 +02:00
parent 010ecd63ac
commit 80b4428b72
194 changed files with 10069 additions and 10582 deletions

View File

@@ -44,7 +44,7 @@ class AvailableServersOverview extends TableWidget
return [
Action::make('synchronize_server')
->label(__('Synchronize'))
->icon('heroicon-o-refresh')
->icon('heroicon-o-arrow-path')
->action(function (AvailableServer $record) {
app(SynchronizeServerAction::class)->execute($record->id);
}),