Feat: Team deletion confirmation
This commit is contained in:
@@ -31,9 +31,18 @@
|
|||||||
@else
|
@else
|
||||||
@if (currentTeam()->isEmpty())
|
@if (currentTeam()->isEmpty())
|
||||||
<div class="pb-4">This will delete your team. Beware! There is no coming back!</div>
|
<div class="pb-4">This will delete your team. Beware! There is no coming back!</div>
|
||||||
<x-modal-confirmation isErrorButton buttonTitle="Delete">
|
<x-modal-confirmation
|
||||||
This team be deleted. It is not reversible. <br>Please think again.
|
title="Confirm Team Deletion?"
|
||||||
</x-modal-confirmation>
|
buttonTitle="Delete"
|
||||||
|
isErrorButton
|
||||||
|
submitAction="delete({{ currentTeam()->id }})"
|
||||||
|
:actions="['The current team will be permanently deleted from Coolify and the database.']"
|
||||||
|
confirmationText="{{ currentTeam()->name }}"
|
||||||
|
confirmationLabel="Please confirm the execution of the actions by entering the Team Name below"
|
||||||
|
shortConfirmationLabel="Team Name"
|
||||||
|
:confirmWithPassword="false"
|
||||||
|
step2ButtonText="Permanently Delete Team"
|
||||||
|
/>
|
||||||
@else
|
@else
|
||||||
<div>
|
<div>
|
||||||
<div class="pb-4">You need to delete the following resources to be able to delete the team:</div>
|
<div class="pb-4">You need to delete the following resources to be able to delete the team:</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user