authorize('manage', $this->server); } public function getWidgets(): array { return [ [Widgets\Console::class, ['server' => $this->server]], ]; } }