diff --git a/resources/views/components/loading.blade.php b/resources/views/components/loading.blade.php index 966921963..2cb8b894c 100644 --- a/resources/views/components/loading.blade.php +++ b/resources/views/components/loading.blade.php @@ -1 +1,6 @@ -class(['bg-warning loading', 'loading-spinner' => !$attributes->has('class')]) }}> +@props(['text' => null]) + + {{ $text }}class(['bg-warning loading', 'loading-spinner' => !$attributes->has('class')]) }}> + + diff --git a/resources/views/livewire/server/proxy.blade.php b/resources/views/livewire/server/proxy.blade.php index 42b62c6ff..4ba4444e1 100644 --- a/resources/views/livewire/server/proxy.blade.php +++ b/resources/views/livewire/server/proxy.blade.php @@ -4,66 +4,64 @@ @if ($server->settings->is_reachable) @if ($server->proxy->type)