Update upgrade.blade.php
This commit is contained in:
parent
3a46423ae4
commit
5d5ac6b5e0
1 changed files with 4 additions and 0 deletions
|
|
@ -54,6 +54,10 @@ class="absolute top-0 right-0 flex items-center justify-center w-8 h-8 mt-5 mr-5
|
||||||
<div class="relative w-auto pb-8">
|
<div class="relative w-auto pb-8">
|
||||||
<p>Are you sure you would like to upgrade your instance to {{ $latestVersion }}?</p>
|
<p>Are you sure you would like to upgrade your instance to {{ $latestVersion }}?</p>
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
|
<div class="p-4 mb-4 text-yellow-800 border border-yellow-300 rounded-lg bg-yellow-50 dark:bg-yellow-900/30 dark:text-yellow-300 dark:border-yellow-800">
|
||||||
|
<p class="font-medium">Warning: Any deployments running during the update process will fail. Please ensure no deployments are in progress before continuing.</p>
|
||||||
|
</div>
|
||||||
<p>You can review the changelogs <a class="font-bold underline dark:text-white"
|
<p>You can review the changelogs <a class="font-bold underline dark:text-white"
|
||||||
href="https://github.com/coollabsio/coolify/releases" target="_blank">here</a>.</p>
|
href="https://github.com/coollabsio/coolify/releases" target="_blank">here</a>.</p>
|
||||||
<br />
|
<br />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue