coolify/resources/views/livewire/check-update.blade.php

8 lines
240 B
PHP
Raw Normal View History

2023-04-14 10:00:42 +02:00
<div>
2023-05-04 10:45:09 +02:00
<x-inputs.button class="w-32 text-white bg-neutral-800 hover:bg-violet-600" wire:click='checkUpdate' type="submit">
Check for updates</x-inputs.button>
2023-04-28 08:46:39 +02:00
@if ($updateAvailable)
Update available
2023-04-27 14:32:39 +02:00
@endif
2023-04-14 10:00:42 +02:00
</div>