ui: fix for domain selection not showing create disk offering

Signed-off-by: Abhishek Kumar <abhishek.kumar@shapeblue.com>
This commit is contained in:
Abhishek Kumar 2019-06-26 15:07:26 +05:30
parent 12218e398d
commit b168ebade5

View File

@ -2082,7 +2082,7 @@
} else {
args.$form.find('.form-item[rel=isPublic]').find('input[name=isPublic]').prop('checked', false);
args.$form.find('.form-item[rel=isPublic]').hide();
args.$form.find('.form-item[rel=domain]').css('display', 'inline-block'); //shown
args.$form.find('.form-item[rel=domainId]').css('display', 'inline-block'); //shown
args.$form.find('.form-item[rel=tags]').hide();
}
},