fix(docker): skip cleanup stale warning on cloud instances

This commit is contained in:
Andras Bacsai 2026-03-20 15:59:23 +01:00
parent fef8e0b622
commit 1511797e0a

View file

@ -27,7 +27,7 @@
<div class="mt-1 mb-6">Configure Docker cleanup settings for your server.</div>
</div>
@if ($this->isCleanupStale)
@if (!isCloud() && $this->isCleanupStale)
<div class="mb-4">
<x-callout type="warning" title="Docker Cleanup May Be Stalled">
<p>The last Docker cleanup ran {{ $this->lastExecutionTime ?? 'unknown time' }} ago,