mirror of
https://github.com/unraid/api.git
synced 2026-01-01 22:20:05 -06:00
fix(web): downgrade status pill for no downgrade available
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user