mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 20:49:28 +00:00
8 lines
176 B
PHP
8 lines
176 B
PHP
<div>
|
|
<x-inputs.button wire:click='checkUpdate' type="submit">
|
|
Check Update</x-inputs.button>
|
|
@if ($updateAvailable)
|
|
Update available
|
|
@endif
|
|
</div>
|