|
@@ -30,7 +30,14 @@
|
|
|
|
|
|
|
|
</form>
|
|
</form>
|
|
|
@if(sizeof($columns) < 6)
|
|
@if(sizeof($columns) < 6)
|
|
|
- <button class="btn--ui show" id="addButton" style="margin-left:5px;">aggiungi</button>
|
|
|
|
|
|
|
+ <button class="btn--ui show" id="addButton" style="margin-left:5px;">
|
|
|
|
|
+ <span wire:loading wire:target="show">
|
|
|
|
|
+ <i class="fas fa-spinner fa-spin"></i>
|
|
|
|
|
+ </span>
|
|
|
|
|
+ <span wire:loading.remove wire:target="show">
|
|
|
|
|
+ aggiungi
|
|
|
|
|
+ </span>
|
|
|
|
|
+ </button>
|
|
|
@endif
|
|
@endif
|
|
|
|
|
|
|
|
<button class="btn--ui lightGrey reset reset" onClick="window.location.reload();" style="margin-left:5px;">reset</button>
|
|
<button class="btn--ui lightGrey reset reset" onClick="window.location.reload();" style="margin-left:5px;">reset</button>
|