diff --git a/resources/views/livewire/server/form.blade.php b/resources/views/livewire/server/form.blade.php index a8160c675..221021fa9 100644 --- a/resources/views/livewire/server/form.blade.php +++ b/resources/views/livewire/server/form.blade.php @@ -188,7 +188,15 @@
@@ -212,11 +220,23 @@
-

Only enable if you know what you are doing! As data cold be lost and functional issues might occur.

+

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.

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

Warning: Data form 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.
  • +
" + /> + helper="This option will remove all unused Docker networks during cleanup.

Warning: Functionality may be lost and containers may not be able to communicate with each other!

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