From c3188958b453e7c5ff0a61cff91c49f139e923eb Mon Sep 17 00:00:00 2001 From: ayntk-ai <122374094+ayntk-ai@users.noreply.github.com> Date: Mon, 2 Sep 2024 23:54:16 +0200 Subject: [PATCH] Feat: DB start, stop confirm --- .../project/database/heading.blade.php | 28 +++++++++++++++---- 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/resources/views/livewire/project/database/heading.blade.php b/resources/views/livewire/project/database/heading.blade.php index 73824421d..594bc12d3 100644 --- a/resources/views/livewire/project/database/heading.blade.php +++ b/resources/views/livewire/project/database/heading.blade.php @@ -29,7 +29,17 @@
@if (!str($database->status)->startsWith('exited')) - + @@ -39,9 +49,18 @@ Restart - This database will be restarted.
Please think again.
- + @@ -52,9 +71,6 @@ Stop - This database will be stopped.
- And all none persitant data will be deleted (Containers, Networks, Unused Images).
- Please think again.
@else