fix checkbox actions default display

This commit is contained in:
ayntk-ai
2024-08-28 13:11:42 +02:00
parent 73068aaa75
commit 141752b9ad
2 changed files with 12 additions and 9 deletions

View File

@@ -16,10 +16,10 @@
['id' => 'docker_cleanup', 'model' => 'docker_cleanup', 'label' => 'Run Docker cleanup (remove builder cache and unused images)?']
]"
:checkboxActions="[
'delete_volumes' => $delete_volumes ? 'All associated volumes of this resource will be deleted.' : null,
'delete_connected_networks' => $delete_connected_networks ? 'All connected networks of this resource will be deleted (predefined networks are not deleted).' : null,
'delete_configurations' => $delete_configurations ? 'All configuration files of this resource will be deleted on the server.' : null,
'docker_cleanup' => $docker_cleanup ? 'Docker cleanup will be executed which removes builder cache and unused images.' : null
'delete_volumes' => 'All associated volumes of this resource will be deleted.',
'delete_connected_networks' => 'All connected networks of this resource will be deleted (predefined networks are not deleted).',
'delete_configurations' => 'All configuration files of this resource will be deleted on the server.',
'docker_cleanup' => 'Docker cleanup will be executed which removes builder cache and unused images.'
]"
>
This resource will be deleted. It is not reversible. <strong class="text-error">Please think again.</strong><br><br>