change/modify/delete/add private keys

This commit is contained in:
Andras Bacsai
2023-05-03 12:38:57 +02:00
parent 906b4ce158
commit 612460ca16
16 changed files with 169 additions and 24 deletions

View File

@@ -21,7 +21,8 @@
<button class="w-16 mt-4" type="submit">
Submit
</button>
<button wire:click.prevent='checkServer'>Check Server</button>
<button wire:loading.class="text-black bg-green-500" wire:loading.attr="disabled"
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>