mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 07:24:45 +02:00
Make this hidden by default
This commit is contained in:
parent
f79ec37f5e
commit
a96c53f407
@ -131,7 +131,8 @@ class ServerResource extends Resource
|
|||||||
->label('Backups')
|
->label('Backups')
|
||||||
->icon('tabler-file-download')
|
->icon('tabler-file-download')
|
||||||
->numeric()
|
->numeric()
|
||||||
->sortable(),
|
->sortable()
|
||||||
|
->toggleable(isToggledHiddenByDefault: true),
|
||||||
Tables\Columns\TextColumn::make('created_at')
|
Tables\Columns\TextColumn::make('created_at')
|
||||||
->dateTime()
|
->dateTime()
|
||||||
->sortable()
|
->sortable()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user