We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdf50f6 commit 13bf1ecCopy full SHA for 13bf1ec
1 file changed
ui/scripts/instanceWizard.js
@@ -239,7 +239,11 @@
239
templates: templatesObj,
240
hypervisors: hypervisorObjs
241
},
242
- customHidden: function(args) {
+ customHidden: function(args) {
243
+ ////
244
+ return true; // Disabled -- not supported in backend right now
245
246
+
247
if (selectedTemplateOrIso == 'select-template') {
248
return false; //show Root Disk Size field
249
} else { //selectedTemplateOrIso == 'select-iso'
0 commit comments