Update show-planes.blade.php
This commit is contained in:
@@ -405,12 +405,8 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="mb-4">
|
<div class="mb-4">
|
||||||
<button x-data="{ disabled: false }"
|
<button wire:click="calcularFechas" type="button" class="inline-flex justify-center w-full rounded-md border border-transparent px-4 py-2 text-white bg-[#B221FD] hover:bg-[#7a02b8] focus:shadow-outline-green ease-in-out sm-text-sm sm-leading-5" >
|
||||||
x-bind:disabled="disabled"
|
+ 30 dias
|
||||||
@click="disabled = true; $nextTick(() => { @this.calcularFechas(); setTimeout(() => { disabled = false }, 120000); })"
|
|
||||||
type="button"
|
|
||||||
class="inline-flex justify-center w-full rounded-md border border-transparent px-4 py-2 text-white bg-[#B221FD] hover:bg-[#7a02b8] focus:shadow-outline-green ease-in-out sm-text-sm sm-leading-5">
|
|
||||||
+ 30 días
|
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user