status" :title="$title" :lastDeploymentLink="$lastDeploymentLink" />
-@elseif(str($resource->status)->startsWith('degraded'))
-
-@elseif(str($resource->status)->startsWith('restarting') || str($resource->status)->startsWith('starting'))
-
-@else
-
-@endif
-@if (isset($resource->restart_count) && $resource->restart_count > 0 && !str($resource->status)->startsWith('exited'))
-
-
- ({{ $resource->restart_count }}x restarts)
-
-
-@endif
-@if (!str($resource->status)->contains('exited') && $showRefreshButton)
-
-
-@endif
+
+ @if (str($resource->status)->startsWith('running'))
+
+ @elseif(str($resource->status)->startsWith('degraded'))
+
+ @elseif(str($resource->status)->startsWith('restarting') || str($resource->status)->startsWith('starting'))
+
+ @else
+
+ @endif
+ @if (isset($resource->restart_count) && $resource->restart_count > 0 && !str($resource->status)->startsWith('exited'))
+
+
+ ({{ $resource->restart_count }}x restarts)
+
+
+ @endif
+ @if (!str($resource->status)->contains('exited') && $showRefreshButton)
+
+
+ @endif
+
diff --git a/resources/views/components/status/services.blade.php b/resources/views/components/status/services.blade.php
index 9c7a870c7..ff1862c73 100644
--- a/resources/views/components/status/services.blade.php
+++ b/resources/views/components/status/services.blade.php
@@ -1,30 +1,32 @@
@php
$displayStatus = formatContainerStatus($complexStatus);
@endphp
-@if (str($displayStatus)->lower()->contains('running'))
-
-@elseif(str($displayStatus)->lower()->contains('starting'))
-
-@elseif(str($displayStatus)->lower()->contains('restarting'))
-
-@elseif(str($displayStatus)->lower()->contains('degraded'))
-
-@else
-
-@endif
-@if (!str($complexStatus)->contains('exited') && $showRefreshButton)
-
-
-@endif
+
+ @if (str($displayStatus)->lower()->contains('running'))
+
+ @elseif(str($displayStatus)->lower()->contains('starting'))
+
+ @elseif(str($displayStatus)->lower()->contains('restarting'))
+
+ @elseif(str($displayStatus)->lower()->contains('degraded'))
+
+ @else
+
+ @endif
+ @if (!str($complexStatus)->contains('exited') && $showRefreshButton)
+
+
+ @endif
+
diff --git a/resources/views/livewire/notifications/email.blade.php b/resources/views/livewire/notifications/email.blade.php
index 410703010..71a9f0680 100644
--- a/resources/views/livewire/notifications/email.blade.php
+++ b/resources/views/livewire/notifications/email.blade.php
@@ -30,7 +30,7 @@
@endif