mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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:
parent
f550d70305
commit
b11d63f28b
@ -207,9 +207,9 @@
|
||||
});
|
||||
}
|
||||
}]
|
||||
}).closest('.ui-dialog').overlay();
|
||||
});
|
||||
|
||||
return $dialog;
|
||||
return cloudStack.applyDefaultZindexAndOverlayOnJqueryDialogAndRemoveCloseButton($dialog);
|
||||
};
|
||||
};
|
||||
}(cloudStack, jQuery));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user