mirror of https://github.com/apache/cloudstack.git
bug 12698
Fix detail view error handling for async actions status 12698: resolved fixed
This commit is contained in:
parent
483119ec0f
commit
e348b25ad6
|
|
@ -109,7 +109,9 @@
|
|||
{},
|
||||
|
||||
// Error
|
||||
function(args) {}
|
||||
function(args) {
|
||||
$loading.remove();
|
||||
}
|
||||
);
|
||||
}
|
||||
});
|
||||
|
|
@ -159,13 +161,12 @@
|
|||
|
||||
// Error
|
||||
function(args) {
|
||||
|
||||
$loading.remove();
|
||||
}
|
||||
);
|
||||
},
|
||||
error: function(args) {
|
||||
// if (args.message)
|
||||
// cloudStack.dialog.notice({ message: args.message });
|
||||
$loading.remove();
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue