mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-26 06:50:09 +03:00
M #~: Fix group quotas on cloud view (#143)
This commit is contained in:
parent
0ec2ab6c6d
commit
cb4c08ca13
@ -105,11 +105,10 @@ define(function(require) {
|
||||
if (
|
||||
that &&
|
||||
that.element &&
|
||||
that.element.MONITORING &&
|
||||
that.element.MONITORING.HOST_SHARE &&
|
||||
that.element.MONITORING.HOST_SHARE.NUMA_NODES
|
||||
that.element.HOST_SHARE &&
|
||||
that.element.HOST_SHARE.NUMA_NODES
|
||||
) {
|
||||
var numaNodes = that.element.MONITORING.HOST_SHARE.NUMA_NODES.NODE;
|
||||
var numaNodes = that.element.HOST_SHARE.NUMA_NODES.NODE;
|
||||
if (!(numaNodes instanceof Array)) {
|
||||
numaNodes = [numaNodes];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user