2023-07-13 11:16:24 +00:00
< div >
2023-08-09 14:47:24 +00:00
< h2 > Danger Zone </ h2 >
2023-06-16 10:35:40 +00:00
< div class = " " > Woah . I hope you know what are you doing .</ div >
2023-08-07 20:14:21 +00:00
< h4 class = " pt-4 " > Delete Resource </ h4 >
2023-06-16 13:56:25 +00:00
< div class = " pb-4 " > This will stop your containers , delete all related data , etc . Beware ! There is no coming
2023-06-02 10:34:45 +00:00
back !
2023-05-31 08:19:29 +00:00
</ div >
2024-04-12 10:44:49 +00:00
< x - modal - confirmation isErrorButton buttonTitle = " Delete " confirm = {{ $confirm }} >
2024-04-12 08:54:25 +00:00
< div class = " px-2 " > This resource will be deleted . It is not reversible . < strong class = " text-error " > Please think
again .</ strong >< br >< br ></ div >
2024-04-12 10:44:49 +00:00
< h4 > Actions </ h4 >
2024-08-08 22:30:11 +00:00
< x - forms . checkbox id = " delete_volumes " wire : model = " delete_volumes " label = " Permanently delete associated volumes? " ></ x - forms . checkbox >
2024-08-09 00:20:32 +00:00
< x - forms . checkbox id = " delete_connected_networks " wire : model = " delete_connected_networks " label = " Permanently delete connected networks, predefined networks are not deleted? " ></ x - forms . checkbox >
2024-08-08 22:42:23 +00:00
< x - forms . checkbox id = " delete_configurations " wire : model = " delete_configurations " label = " Permanently delete configuration files from the server? " ></ x - forms . checkbox >
< x - forms . checkbox id = " delete_images " wire : model = " delete_images " label = " Permanently delete associated unused images? " ></ x - forms . checkbox >
2024-03-20 11:54:06 +00:00
</ x - modal - confirmation >
2024-08-08 10:31:37 +00:00
</ div >