From 696acb71fed5b6862a28175cb95be371172e1475 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Sun, 22 Sep 2024 20:26:45 +0200 Subject: [PATCH] Improve helper text for all cleanup settings --- .../views/livewire/server/form.blade.php | 28 ++++++++++++++++--- 1 file changed, 24 insertions(+), 4 deletions(-) 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.
  • +
" + />