mirror of
https://github.com/unraid/api.git
synced 2026-02-28 12:48:53 -06:00
fix(web): reboot required disable update check link
This commit is contained in:
@@ -104,11 +104,13 @@ export const useUpdateOsActionsStore = defineStore('updateOsActions', () => {
|
||||
serverStore.inIframe ? 'newTab' : undefined,
|
||||
);
|
||||
},
|
||||
disabled: rebootType.value !== '',
|
||||
external: true,
|
||||
icon: updateOsStore.available ? BellAlertIcon : ArrowPathIcon,
|
||||
name: 'updateOs',
|
||||
text: updateOsStore.available ? 'Unraid OS {0} Update Available' : 'Check for OS Updates',
|
||||
textParams: [updateOsStore.available],
|
||||
title: rebootType.value !== '' ? rebootTypeText.value : '',
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user