mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-3710: Remove remaining overcommit fields from cluster UI
This commit is contained in:
parent
af7587b98a
commit
ec11eba293
|
|
@ -10839,19 +10839,6 @@
|
|||
}
|
||||
},
|
||||
|
||||
cpuovercommit: {
|
||||
label: 'CPU overcommit ratio',
|
||||
defaultValue: '1'
|
||||
|
||||
},
|
||||
|
||||
memoryovercommit: {
|
||||
label: 'RAM overcommit ratio',
|
||||
defaultValue: '1'
|
||||
|
||||
},
|
||||
|
||||
|
||||
isDedicated: {
|
||||
label: 'Dedicate',
|
||||
isBoolean: true,
|
||||
|
|
@ -11132,15 +11119,6 @@
|
|||
|
||||
var clusterName = args.data.name;
|
||||
|
||||
if (args.data.cpuovercommit != "" && args.data.cpuovercommit > 0) {
|
||||
|
||||
array1.push("&cpuovercommitratio=" + todb(args.data.cpuovercommit));
|
||||
|
||||
}
|
||||
|
||||
if (args.data.memoryovercommit != "" && args.data.memoryovercommit > 0)
|
||||
array1.push("&memoryovercommitratio=" + todb(args.data.memoryovercommit));
|
||||
|
||||
if (args.data.hypervisor == "VMware") {
|
||||
array1.push("&username=" + todb(args.data.vCenterUsername));
|
||||
array1.push("&password=" + todb(args.data.vCenterPassword));
|
||||
|
|
@ -11611,14 +11589,6 @@
|
|||
clustertype: {
|
||||
label: 'label.cluster.type'
|
||||
},
|
||||
cpuovercommitratio: {
|
||||
label: 'CPU overcommit Ratio',
|
||||
isEditable: true
|
||||
},
|
||||
memoryovercommitratio: {
|
||||
label: 'Memory overcommit Ratio',
|
||||
isEditable: true
|
||||
},
|
||||
//allocationstate: { label: 'label.allocation.state' },
|
||||
//managedstate: { label: 'Managed State' },
|
||||
state: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue