feat: Docker cleanup executions UI

This commit is contained in:
peaklabs-dev
2025-01-15 20:11:40 +01:00
parent 684d3dd312
commit 65a2629237
3 changed files with 264 additions and 0 deletions

View File

@@ -72,6 +72,11 @@
</ul>" />
</div>
</div>
<div class="mt-8">
<h3 class="mb-4">Recent executions <span class="text-xs text-neutral-500">(click to check output)</span></h3>
<livewire:server.docker-cleanup-executions :server="$server" />
</div>
</div>
</div>
</div>