From e16bd194a3c2bea10cbeeef37ca78ed28584f3b8 Mon Sep 17 00:00:00 2001 From: Esteban Ecallard <100437198+EstebX@users.noreply.github.com> Date: Wed, 29 May 2024 12:35:32 +0000 Subject: [PATCH] fix: removal of the failed deployment condition, addition of since started instead of finished time --- .../project/application/deployment/index.blade.php | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/resources/views/livewire/project/application/deployment/index.blade.php b/resources/views/livewire/project/application/deployment/index.blade.php index d4bcdd8e3..93911be61 100644 --- a/resources/views/livewire/project/application/deployment/index.blade.php +++ b/resources/views/livewire/project/application/deployment/index.blade.php @@ -92,15 +92,11 @@
@if ($deployment->status !== 'in_progress') Finished 0s in - @if ($deployment->status !== 'failed') - 0s - @else - 0s - @endif + 0s @else Running for @endif - 0s + 0s