From befc51beec35f331d07afa9a6760002112417084 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Fri, 28 Apr 2023 08:46:39 +0200 Subject: [PATCH] wip --- resources/views/livewire/check-update.blade.php | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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' }}