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