fix(web): downgrade status pill for no downgrade available

This commit is contained in:
Zack Spear
2023-11-06 16:05:47 -08:00
parent 8c7160de2e
commit bda8f4e1b3

View File

@@ -51,7 +51,7 @@ const subtitle = computed(() => {
<UpdateOsStatus
:title="t('Downgrade Unraid OS')"
:subtitle="subtitle"
:downgrade-not-available="restoreVersion === ''"
:downgrade-not-available="restoreVersion === '' || rebootType !== ''"
:t="t"
/>
<UpdateOsDowngrade