diff --git a/resources/views/components/status/degraded.blade.php b/resources/views/components/status/degraded.blade.php index 40dc5f5a4..9c0c35fa6 100644 --- a/resources/views/components/status/degraded.blade.php +++ b/resources/views/components/status/degraded.blade.php @@ -5,7 +5,7 @@ - + {{ str($status)->before(':')->headline() }} @if (!str($status)->startsWith('Proxy') && !str($status)->contains('(')) diff --git a/resources/views/components/status/restarting.blade.php b/resources/views/components/status/restarting.blade.php index b22526ba0..4c73376b4 100644 --- a/resources/views/components/status/restarting.blade.php +++ b/resources/views/components/status/restarting.blade.php @@ -10,7 +10,7 @@ @endif - + @if ($lastDeploymentLink) {{ str($status)->before(':')->headline() }} diff --git a/resources/views/components/status/running.blade.php b/resources/views/components/status/running.blade.php index a1a93efac..92a04d33d 100644 --- a/resources/views/components/status/running.blade.php +++ b/resources/views/components/status/running.blade.php @@ -8,7 +8,7 @@ - @if ($lastDeploymentLink) diff --git a/resources/views/components/status/stopped.blade.php b/resources/views/components/status/stopped.blade.php index 63bc2399d..112f54efa 100644 --- a/resources/views/components/status/stopped.blade.php +++ b/resources/views/components/status/stopped.blade.php @@ -8,6 +8,6 @@ @endif - {{ str($status)->before(':')->headline() }} + {{ str($status)->before(':')->headline() }}