diff --git a/resources/views/livewire/check-update.blade.php b/resources/views/livewire/check-update.blade.php index 22cd68a44..3d21af131 100644 --- a/resources/views/livewire/check-update.blade.php +++ b/resources/views/livewire/check-update.blade.php @@ -1,7 +1,17 @@
+
+ Checking for updates... +
+ @env('production') @if (auth()->user()->teams->contains(0)) +
+ Updating Coolify... +
+ @endif + @endenv + @if ($updateAvailable) + Update available @endif - {{ $updateAvailable ? 'Update available' : 'No updates' }}