1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-30 22:50:10 +03:00

M #-: Corrected object path (#2675)

This commit is contained in:
vichansson 2023-07-18 15:28:49 +03:00 committed by GitHub
parent 9732628b01
commit 1606a1c53e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,8 @@ const hostApi = oneApi.injectEndpoints({
if (!data?.HOST) return {}
const monitoring = data?.HOST?.MONITORING
const hostShare = data?.HOST_SHARE?.NUMA_NODES
const hostShare = data?.HOST?.HOST_SHARE?.NUMA_NODES
if (!monitoring || !hostShare) return data.HOST