mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-05 07:52:34 +00:00
Migrate to HTMX (#114)
Dropped Livewire Added HTMX Added Blade code lint Drop Mysql and Redis Migrate to SQLite
This commit is contained in:
14
resources/views/sites/partials/installation-failed.blade.php
Normal file
14
resources/views/sites/partials/installation-failed.blade.php
Normal file
@ -0,0 +1,14 @@
|
||||
<x-card>
|
||||
<x-slot name="title">
|
||||
<span class="text-red-600">{{ __("Installation Failed!") }}</span>
|
||||
</x-slot>
|
||||
<x-slot name="description">
|
||||
{{ __("Your site's installation failed") }}
|
||||
</x-slot>
|
||||
<div class="mt-5 flex items-center justify-center">
|
||||
<x-secondary-button :href="route('servers.logs', ['server' => $site->server])" class="mr-2">
|
||||
{{ __("View Logs") }}
|
||||
</x-secondary-button>
|
||||
@include("site-settings.partials.delete-site")
|
||||
</div>
|
||||
</x-card>
|
Reference in New Issue
Block a user