mirror of
https://github.com/pelican-dev/panel.git
synced 2025-09-09 00:58:36 +02:00
Enable Global Search (#783)
This commit is contained in:
parent
a0f5ef13d6
commit
fd5016809a
@ -540,7 +540,6 @@ 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