mirror of
https://github.com/ershisan99/coolify.git
synced 2026-01-06 05:02:08 +00:00
updates
This commit is contained in:
@@ -7,11 +7,12 @@
|
||||
<div class="relative text-center rounded modal-box bg-coolgray-100">
|
||||
<div class="pb-8 text-base text-white">{{ $message }}</div>
|
||||
<div class="flex justify-center gap-4 text-xs">
|
||||
<x-forms.button class="w-32" isWarning wire:click='{{ $action }}'
|
||||
x-on:click="{{ $show }} = false">
|
||||
<x-forms.button class="w-32 hover:bg-coolgray-400 bg-coolgray-200 h-7" isWarning
|
||||
wire:click='{{ $action }}' x-on:click="{{ $show }} = false">
|
||||
Yes
|
||||
</x-forms.button>
|
||||
<x-forms.button class="w-32" x-on:click="{{ $show }} = false">No</x-forms.button>
|
||||
<x-forms.button class="w-32 hover:bg-coolgray-400 bg-coolgray-200 h-7"
|
||||
x-on:click="{{ $show }} = false">No</x-forms.button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user