Skip to content

Commit 5811ae7

Browse files
committed
CLOUDSTACK-2274:Detail view loading problem when deleting a zone
1 parent 63f3ccd commit 5811ae7

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

ui/scripts/system.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4928,8 +4928,11 @@
49284928
async: true,
49294929
success: function(json) {
49304930
args.response.success({data:{}});
4931-
}
4932-
});
4931+
},
4932+
error:function(json){
4933+
args.response.error(parseXMLHttpResponse(json));
4934+
}
4935+
});
49334936
},
49344937
notification: {
49354938
poll: function(args) { args.complete(); }

0 commit comments

Comments
 (0)