mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 22:44:46 +02:00
Add persistFiltersInSession
to server list (#796)
This commit is contained in:
parent
feadaa2caf
commit
f6c586bf5b
@ -42,6 +42,7 @@ class ListServers extends ListRecords
|
|||||||
->emptyStateIcon('tabler-brand-docker')
|
->emptyStateIcon('tabler-brand-docker')
|
||||||
->emptyStateDescription('')
|
->emptyStateDescription('')
|
||||||
->emptyStateHeading('You don\'t have access to any servers!')
|
->emptyStateHeading('You don\'t have access to any servers!')
|
||||||
|
->persistFiltersInSession()
|
||||||
->filters([
|
->filters([
|
||||||
TernaryFilter::make('only_my_servers')
|
TernaryFilter::make('only_my_servers')
|
||||||
->label('Owned by')
|
->label('Owned by')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user