diff --git a/resources/views/livewire/project/shared/danger.blade.php b/resources/views/livewire/project/shared/danger.blade.php
index a86142138..a2b0d0a93 100644
--- a/resources/views/livewire/project/shared/danger.blade.php
+++ b/resources/views/livewire/project/shared/danger.blade.php
@@ -2,30 +2,26 @@
Danger Zone
Woah. I hope you know what are you doing.
Delete Resource
- This will stop your containers, delete all related data, etc. Beware! There is no coming
- back!
-
+ This will stop your containers, delete all related data, etc. Beware! There is no coming back!
'delete_volumes', 'model' => 'delete_volumes', 'label' => 'All associated volumes with this resource will be permanently deleted'],
+ ['id' => 'delete_connected_networks', 'model' => 'delete_connected_networks', 'label' => 'All connected networks with this resource will be permanently deleted (predefined networks will not be deleted)'],
+ ['id' => 'delete_configurations', 'model' => 'delete_configurations', 'label' => 'All configuration files will be permanently deleted form the server'],
+ ['id' => 'docker_cleanup', 'model' => 'docker_cleanup', 'label' => 'Docker cleanup will be run on the server which removes builder cache and unused images']
+ ]"
:actions="[
'All containers of this resource will be stopped and permanently deleted.'
- ]"
- {{-- :confirmWithPassword="false" --}}
- >
- This resource will be deleted. It is not reversible. Please think again.
-
+ ]"
+ confirmationText="{{ $resourceName }}"
+ confirmationLabel="Please confirm the execution of the actions by entering the Resource Name below"
+ shortConfirmationLabel="Resource Name"
+ step3ButtonText="Permanently Delete Resource"
+ />