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:
parent
9732628b01
commit
1606a1c53e
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user