mirror of
https://github.com/unraid/api.git
synced 2026-01-06 08:39:54 -06:00
fix(web): upc dropdown updates external icon
This commit is contained in:
@@ -104,7 +104,7 @@ export const useUpdateOsActionsStore = defineStore('updateOsActions', () => {
|
||||
serverStore.inIframe ? 'newTab' : undefined,
|
||||
);
|
||||
},
|
||||
external: !!updateOsStore.available,
|
||||
external: true,
|
||||
icon: updateOsStore.available ? BellAlertIcon : ArrowPathIcon,
|
||||
name: 'updateOs',
|
||||
text: updateOsStore.available ? 'Unraid OS {0} Update Available' : 'Check for OS Updates',
|
||||
|
||||
Reference in New Issue
Block a user