mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
6 lines
172 B
PHP
6 lines
172 B
PHP
<div>
|
|
<x-inputs.button wire:click='checkUpdate' type="submit">Check for updates</x-inputs.button>
|
|
@if ($updateAvailable)
|
|
Update available
|
|
@endif
|
|
</div>
|