mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
ui: fix for domain selection not showing create disk offering
Signed-off-by: Abhishek Kumar <abhishek.kumar@shapeblue.com>
This commit is contained in:
parent
12218e398d
commit
b168ebade5
@ -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();
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user