mirror of https://github.com/apache/cloudstack.git
Fix "Migrate instance to another host" popup modal (#2803)
* Fix "Migrate instance to another host" popup * fix OK button that was not working as it should have been
This commit is contained in:
parent
7a0f7ab6d2
commit
e6af798373
|
|
@ -100,6 +100,7 @@
|
|||
|
||||
$('div.overlay').fadeOut(function() {
|
||||
$('div.overlay').remove();
|
||||
$(':ui-dialog').dialog('destroy');
|
||||
});
|
||||
}
|
||||
else {
|
||||
|
|
@ -121,7 +122,8 @@
|
|||
});
|
||||
}
|
||||
}]
|
||||
}).parent('.ui-dialog').overlay();
|
||||
});
|
||||
cloudStack.applyDefaultZindexAndOverlayOnJqueryDialogAndRemoveCloseButton($dataList);
|
||||
};
|
||||
};
|
||||
}(cloudStack, jQuery));
|
||||
|
|
|
|||
Loading…
Reference in New Issue