mirror of https://github.com/apache/cloudstack.git
bug 13828
Fix add VM button disappearing if no VMs are present under LB rule
This commit is contained in:
parent
c36808d5d2
commit
dcd7ebe8f1
|
|
@ -112,7 +112,7 @@
|
|||
}).find('option').filter(function() {
|
||||
return $(this).val() == data[fieldName];
|
||||
}).html()));
|
||||
} else if (field.addButton && $.isArray(itemData) && !options.noSelect) {
|
||||
} else if (field.addButton && !options.noSelect) {
|
||||
if (options.multipleAdd) {
|
||||
$addButton.click(function() {
|
||||
_medit.vmList($multi,
|
||||
|
|
|
|||
Loading…
Reference in New Issue