Fix Overlay issue in snapshot view (#2835)

Fix UI overlay issue in snapshot view on master with new jquery and other changes. This problem was created because of the jQuery-UI upgrade.

This fixes: #2830
This commit is contained in:
Rafael Weingärtner 2018-09-11 10:16:04 -03:00 committed by GitHub
parent f550d70305
commit b11d63f28b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -207,9 +207,9 @@
});
}
}]
}).closest('.ui-dialog').overlay();
});
return $dialog;
return cloudStack.applyDefaultZindexAndOverlayOnJqueryDialogAndRemoveCloseButton($dialog);
};
};
}(cloudStack, jQuery));