mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 13:24:46 +02:00
Hide global search button for now (#738)
This commit is contained in:
parent
fea1c51337
commit
4fd1937c54
@ -540,6 +540,7 @@ class ListFiles extends ListRecords
|
||||
]),
|
||||
HeaderAction::make('search')
|
||||
->authorize(fn () => auth()->user()->can(Permission::ACTION_FILE_READ, $server))
|
||||
->hidden() // TODO: wait for wings pr (https://github.com/pelican-dev/wings/pull/44)
|
||||
->label('Global Search')
|
||||
->modalSubmitActionLabel('Search')
|
||||
->form([
|
||||
|
Loading…
x
Reference in New Issue
Block a user