mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-08 01:12:34 +00:00
refactoring
This commit is contained in:
@ -6,8 +6,6 @@
|
||||
@include('livewire.sites.partials.installation-failed', ['site' => $site])
|
||||
@endif
|
||||
@if($site->status === \App\Enums\SiteStatus::READY)
|
||||
<div class="space-y-10">
|
||||
@include('livewire.sites.partials.site-overview', ['site' => $site])
|
||||
</div>
|
||||
@include('livewire.sites.partials.site-overview', ['site' => $site])
|
||||
@endif
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user