From 6de181222dcb3a87801a68b88836444f17a25d77 Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Mon, 29 Sep 2025 14:44:39 +0200 Subject: [PATCH] fix(ui): correct HTML structure and improve clarity in Docker cleanup options --- .../views/livewire/server/docker-cleanup.blade.php | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/resources/views/livewire/server/docker-cleanup.blade.php b/resources/views/livewire/server/docker-cleanup.blade.php index c2d33bdda..8e96bc963 100644 --- a/resources/views/livewire/server/docker-cleanup.blade.php +++ b/resources/views/livewire/server/docker-cleanup.blade.php @@ -52,8 +52,7 @@
  • Optionally delete unused volumes (if enabled in advanced options).
  • Optionally remove unused networks (if enabled in advanced options).
  • " - instantSave id="forceDockerCleanup" label="Force Docker Cleanup" - /> + instantSave id="forceDockerCleanup" label="Force Docker Cleanup" /> @@ -61,7 +60,8 @@

    Advanced

    -

    These options can cause permanent data loss and functional issues. Only enable if you fully understand the consequences

    +

    These options can cause permanent data loss and functional issues. Only enable if you fully + understand the consequences.

  • Volumes not attached to running containers will be permanently deleted (volumes from stopped containers are affected).
  • Data stored in deleted volumes cannot be recovered.
  • - " - /> + " /> + " />