mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-01 05:56:16 +00:00
Feature/add remote server logs (#159)
This commit is contained in:
@ -54,7 +54,6 @@ public function show(Server $server): View
|
||||
{
|
||||
return view('servers.show', [
|
||||
'server' => $server,
|
||||
'logs' => $server->logs()->latest()->limit(10)->get(),
|
||||
]);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user