We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b6e38f commit 608cbd2Copy full SHA for 608cbd2
1 file changed
ui/scripts/ui-custom/instanceWizard.js
@@ -22,6 +22,7 @@
22
// Save instance and close wizard
23
var completeAction = function() {
24
var data = cloudStack.serializeForm($form);
25
+ var $wizardLoading = $('<div>').addClass('loading-overlay').appendTo($wizard).css('z-index', '10000');
26
27
args.action({
28
// Populate data
0 commit comments