From edacfcdec71b71e1bddf6591e7a96c399bc83722 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Wed, 29 May 2024 10:02:01 +0200 Subject: [PATCH] Update status component links to open in a new tab --- resources/views/components/status/restarting.blade.php | 2 +- resources/views/components/status/running.blade.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/components/status/restarting.blade.php b/resources/views/components/status/restarting.blade.php index c24f9f213..fc10a0a75 100644 --- a/resources/views/components/status/restarting.blade.php +++ b/resources/views/components/status/restarting.blade.php @@ -9,7 +9,7 @@
@if ($lastDeploymentLink) - + {{ str($status)->before(':')->headline() }} @else diff --git a/resources/views/components/status/running.blade.php b/resources/views/components/status/running.blade.php index 7332995a2..d4abbe410 100644 --- a/resources/views/components/status/running.blade.php +++ b/resources/views/components/status/running.blade.php @@ -9,7 +9,7 @@
@if ($lastDeploymentLink) - + {{ str($status)->before(':')->headline() }} @else