mirror of https://github.com/apache/cloudstack.git
Disable root disk size field -- not supported in backend
This commit is contained in:
parent
bdf50f6d24
commit
13bf1ec5da
|
|
@ -239,7 +239,11 @@
|
|||
templates: templatesObj,
|
||||
hypervisors: hypervisorObjs
|
||||
},
|
||||
customHidden: function(args) {
|
||||
customHidden: function(args) {
|
||||
////
|
||||
return true; // Disabled -- not supported in backend right now
|
||||
////
|
||||
|
||||
if (selectedTemplateOrIso == 'select-template') {
|
||||
return false; //show Root Disk Size field
|
||||
} else { //selectedTemplateOrIso == 'select-iso'
|
||||
|
|
|
|||
Loading…
Reference in New Issue