mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
12 lines
468 B
PHP
12 lines
468 B
PHP
<x-modal-confirmation
|
|
title="Confirm Project Deletion?"
|
|
buttonTitle="Delete Project"
|
|
isErrorButton
|
|
submitAction="delete"
|
|
:actions="['This will delete the selected project.']"
|
|
confirmationLabel="Please confirm the execution of the actions by entering the Project Name below"
|
|
shortConfirmationLabel="Project Name"
|
|
buttonTitle="Delete Project"
|
|
confirmationText="{{ $projectName }}"
|
|
step3ButtonText="Permanently Delete Project"
|
|
/>
|