authorize('manage', $this->server); } public function getWidgets(): array { return [ [Widgets\Console::class, ['server' => $this->server]], ]; } protected function getHeaderActions(): array { return [ Action::make('read-the-docs') ->label('Read the Docs') ->icon('heroicon-o-document-text') ->color('gray') ->url('https://vitodeploy.com/servers/console.html') ->openUrlInNewTab(), ]; } }