mirror of
https://github.com/unraid/api.git
synced 2025-12-31 13:39:52 -06:00
fix: hide reboot notice for patch releases (#1341)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
@@ -340,7 +340,10 @@ const showUpdateEligibility = computed(() => {
|
|||||||
{{ t('New Version: {0}', [callbackUpdateRelease?.name]) }}
|
{{ t('New Version: {0}', [callbackUpdateRelease?.name]) }}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p class="text-14px italic opacity-75">
|
<p
|
||||||
|
v-if="!callbackUpdateRelease?.version?.includes('patch')"
|
||||||
|
class="text-14px italic opacity-75"
|
||||||
|
>
|
||||||
{{
|
{{
|
||||||
callbackTypeDowngrade
|
callbackTypeDowngrade
|
||||||
? t('This downgrade will require a reboot')
|
? t('This downgrade will require a reboot')
|
||||||
|
|||||||
Reference in New Issue
Block a user