mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 20:49:28 +00:00
11 lines
358 B
PHP
11 lines
358 B
PHP
<div>
|
|
<x-modal yesOrNo modalId="deleteProject" modalTitle="Delete Project">
|
|
<x-slot:modalBody>
|
|
<p>This project will be deleted. It is not reversible. <br>Please think again.</p>
|
|
</x-slot:modalBody>
|
|
</x-modal>
|
|
<x-forms.button isError isModal modalId="deleteProject">
|
|
Delete Project
|
|
</x-forms.button>
|
|
</div>
|