diff --git a/resources/views/livewire/dashboard.blade.php b/resources/views/livewire/dashboard.blade.php index 1a7262395..e079d8301 100644 --- a/resources/views/livewire/dashboard.blade.php +++ b/resources/views/livewire/dashboard.blade.php @@ -15,11 +15,6 @@ subscription is activated.
Please be patient. @endif - @if ($servers->count() === 0) - No resources found. Add your first server & private key here or go to the onboarding page. - @endif

Projects

@forelse ($projects as $project) @@ -58,48 +53,51 @@
@empty -
- No project found. - + Add - -
+
+ No projects found. Add your first server here or + go to the onboarding page. + +
@endforelse

Servers

- @if ($servers->count() === 1) -
- @else -
- @endif - @foreach ($servers as $server) - $server->settings->is_reachable, - 'border-red-500' => !$server->settings->is_reachable, - ])> -