mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-07 08:52:35 +00:00
init
This commit is contained in:
7
resources/views/sites/show.blade.php
Normal file
7
resources/views/sites/show.blade.php
Normal file
@ -0,0 +1,7 @@
|
||||
<x-site-layout :site="$site">
|
||||
<x-slot name="pageTitle">{{ $site->domain }}</x-slot>
|
||||
|
||||
<livewire:sites.show-site :site="$site" />
|
||||
|
||||
<livewire:server-logs.logs-list :server="$site->server" :site="$site" :count="10" />
|
||||
</x-site-layout>
|
Reference in New Issue
Block a user