mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 14:36:17 +00:00
fixes #311
This commit is contained in:
@ -44,6 +44,7 @@ protected function getHeaderActions(): array
|
||||
->icon('heroicon-o-archive-box-arrow-down')
|
||||
->modalWidth(MaxWidth::Large)
|
||||
->authorize(fn () => auth()->user()?->can('create', [Service::class, $this->server]))
|
||||
->modalSubmitActionLabel('Install')
|
||||
->form([
|
||||
Select::make('name')
|
||||
->searchable()
|
||||
|
Reference in New Issue
Block a user