diff --git a/resources/views/livewire/project/application/deploy.blade.php b/resources/views/livewire/project/application/deploy.blade.php
index a0763152e..24eb06471 100644
--- a/resources/views/livewire/project/application/deploy.blade.php
+++ b/resources/views/livewire/project/application/deploy.blade.php
@@ -8,9 +8,8 @@
@endif
-
+
@if ($application->status === 'running')
- {{ $application->status }}
@if (!data_get($application, 'settings.is_bot') && data_get($application, 'fqdn'))
Open URL
@endif
@@ -27,8 +26,12 @@
@endif
@endforeach
@endif
+ Loading current status...
+ {{ $application->status }}
@else
- {{ $application->status }}
+ Loading current status...
+ {{ $application->status }}
@endif
+