From 9051214278f8ccb0b4531fd339720380148972a8 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Tue, 25 Apr 2023 14:57:02 +0200 Subject: [PATCH] test polling state --- .../views/livewire/project/application/deploy.blade.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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 +