mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 15:34:44 +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()
|
Tables\Actions\ExportAction::make()
|
||||||
->icon('tabler-download')
|
->icon('tabler-download')
|
||||||
->label('Export')
|
->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])),
|
->url(fn (Egg $egg): string => route('admin.eggs.export', ['egg' => $egg])),
|
||||||
])
|
])
|
||||||
->headerActions([
|
->headerActions([
|
||||||
|
Loading…
x
Reference in New Issue
Block a user