make things more clear

This commit is contained in:
ayntk-ai
2024-08-27 14:19:37 +02:00
parent 9040f5d2a1
commit 4726676248
5 changed files with 29 additions and 25 deletions

View File

@@ -20,7 +20,7 @@ class Danger extends Component
public bool $delete_volumes = true;
public bool $delete_images = true;
public bool $docker_cleanup = true;
public bool $delete_connected_networks = true;
@@ -48,7 +48,7 @@ class Danger extends Component
$this->resource,
$this->delete_configurations,
$this->delete_volumes,
$this->delete_images,
$this->docker_cleanup,
$this->delete_connected_networks
);