mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-2080: Fix error handling for multi-edit actions
This commit is contained in:
parent
ddf274edf9
commit
b7def43427
|
|
@ -354,7 +354,7 @@
|
|||
error: function(message) {
|
||||
cloudStack.dialog.notice({ message: message });
|
||||
$item.show();
|
||||
$loading.remove();
|
||||
$dataItem.find('.loading-overlay').remove();
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue