From dc8398ada813c42427edb386d01a45431c4a3fb3 Mon Sep 17 00:00:00 2001 From: ShadowArcanist Date: Mon, 22 Sep 2025 23:56:08 +0530 Subject: [PATCH] Cleaned up docker cleanup page --- .../livewire/server/docker-cleanup.blade.php | 81 ++++++++++--------- 1 file changed, 43 insertions(+), 38 deletions(-) diff --git a/resources/views/livewire/server/docker-cleanup.blade.php b/resources/views/livewire/server/docker-cleanup.blade.php index 04d133181..4d440b23b 100644 --- a/resources/views/livewire/server/docker-cleanup.blade.php +++ b/resources/views/livewire/server/docker-cleanup.blade.php @@ -11,13 +11,6 @@

Docker Cleanup

Save -
-
Configure Docker cleanup settings for your server.
- - -
-
-

Docker Cleanup

@can('update', $server) @endcan
-
+
Configure Docker cleanup settings for your server.
+
+ +
+
+

Cleanup Configuration

+
+
@@ -40,43 +40,48 @@ label="Docker cleanup threshold (%)" required helper="The Docker cleanup tasks will run when the disk usage exceeds this threshold." /> @endif -
- -
-

- Warning: Enable these - options only if you fully understand their implications and - consequences!
Improper use will result in data loss and could cause - functional issues. -

+
+ +
+ +
+ +
+

Advanced

+ +

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

+
+ helper="This option will remove all unused Docker volumes during cleanup.

Warning: Data from stopped containers will be lost!

Consequences include:
+
    +
  • Volumes not attached to running containers will be deleted and data will be permanently lost (stopped containers are affected).
  • +
  • Data from stopped containers volumes will be permanently lost.
  • +
  • No way to recover deleted volume data.
  • +
" + /> +
    +
  • Networks not attached to running containers will be permanently deleted (stopped containers are affected).
  • +
  • Custom networks for stopped containers will be permanently deleted.
  • +
  • Functionality may be lost and containers may not be able to communicate with each other.
  • +
" + />