mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-28 08:04:45 +02:00
Color Export link
This commit is contained in:
parent
f1493c5139
commit
29e1bd4757
@ -59,7 +59,8 @@ class ListEggs extends ListRecords
|
||||
Tables\Actions\ExportAction::make()
|
||||
->icon('tabler-download')
|
||||
->label('Export')
|
||||
// uses old admin panel export service
|
||||
->color('primary')
|
||||
// TODO uses old admin panel export service
|
||||
->url(fn (Egg $egg): string => route('admin.eggs.export', ['egg' => $egg])),
|
||||
])
|
||||
->headerActions([
|
||||
|
Loading…
x
Reference in New Issue
Block a user