feat(xo-web): display node in list of packages

This commit is contained in:
Julien Fontanet
2019-09-20 17:22:14 +02:00
parent 3ec6a24634
commit 6df55523b6

View File

@@ -221,11 +221,12 @@ const Updates = decorate([
? () => ({ 'xen-orchestra': 'sources' })
: async function() {
const {
engine,
installer,
updater,
npm,
} = await xoaUpdater.getLocalManifest()
return { ...installer, ...updater, ...npm }
return { ...engine, ...installer, ...updater, ...npm }
},
isDisconnected: (_, { xoaUpdaterState }) =>
xoaUpdater === 'disconnected' || xoaUpdaterState === 'error',