mirror of
https://github.com/apache/cloudstack
synced 2026-08-28 00:29:39 +00:00
Disable root disk size field -- not supported in backend
This commit is contained in:
parent
1283919f02
commit
40d069a6e4
@ -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
Block a user