delete server

This commit is contained in:
Andras Bacsai
2023-05-03 10:25:44 +02:00
parent e174e2f68f
commit b69410697d
5 changed files with 34 additions and 14 deletions

View File

@@ -22,6 +22,9 @@
Submit
</button>
<button wire:click.prevent='checkServer'>Check Server</button>
<button class="bg-red-500" @confirm.window="$wire.delete()"
x-on:click="toggleConfirmModal('Are you sure you would like to delete this application?')">
Delete</button>
{{-- <button wire:click.prevent='installDocker'>Install Docker</button> --}}
</div>
</form>