mirror of https://github.com/apache/cloudstack.git
CS-12407: F5 & Netscaler when dedicated is selected capacity field should be disabled.
This commit is contained in:
parent
92442765d4
commit
fff3fdb216
|
|
@ -241,7 +241,7 @@ cloudStack.preFilter = {
|
|||
}
|
||||
else if($dedicated.find('input[type=checkbox]:unchecked').length > 0) {
|
||||
$capacity.css('display', 'inline-block');
|
||||
$capacity.find('input[type=text]').val('');
|
||||
$capacity.find('input[type=text]').val('');
|
||||
}
|
||||
});
|
||||
args.$form.change();
|
||||
|
|
|
|||
Loading…
Reference in New Issue