feat: delete gh app

This commit is contained in:
Andras Bacsai
2023-05-09 10:01:57 +02:00
parent bba8b25b48
commit db92dc3636
8 changed files with 17 additions and 46 deletions

View File

@@ -22,7 +22,7 @@
<x-inputs.button type="submit">Submit</x-inputs.button>
<x-inputs.button wire:click.prevent='checkServer'>Check Server</x-inputs.button>
<x-inputs.button wire:click.prevent='installDocker'>Install Docker</x-inputs.button>
<x-inputs.button isWarning x-on:click="deleteServer = true">
<x-inputs.button isWarning x-on:click.prevent="deleteServer = true">
Delete
</x-inputs.button>
</div>