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.
  • - " - /> + " /> + " />