mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 04:59:30 +00:00
14 lines
499 B
PHP
14 lines
499 B
PHP
<x-modal-confirmation
|
|
title="Confirm Project Deletion?"
|
|
buttonTitle="Delete Project"
|
|
isErrorButton
|
|
action="delete_project"
|
|
:actions="['This will delete the selected project.']"
|
|
confirmationLabel="Please confirm the execution of the actions by entering the Project Name below"
|
|
shortConfirmationLabel="Project Name"
|
|
submitAction="delete_project"
|
|
buttonTitle="Delete Project"
|
|
confirmText="{{ $projectName }}"
|
|
step3ButtonText="Permanently Delete Project"
|
|
/>
|