secondary storage - fix a bug that newly created secondary storage has duplicate copy.

This commit is contained in:
Jessica Wang 2010-12-10 16:34:12 -08:00
parent 0f22dc9628
commit 789f6f2b5f
1 changed files with 1 additions and 1 deletions

View File

@ -608,7 +608,7 @@ function initAddSecondaryStorageButton($button, $leftmenuItem1) {
secondaryStorageJSONToTemplate(json.addsecondarystorageresponse.secondarystorage, $subgridItem);
$subgridItem.find("#after_action_info").text("Secondary storage was added successfully.");
$subgridItem.find("#after_action_info_container").removeClass("error").addClass("success").show();
$("#tab_content_secondarystorage").append($subgridItem.show());
$("#tab_content_secondarystorage").find("#tab_container").append($subgridItem.show());
},
error: function(XMLHttpResponse) {
handleError(XMLHttpResponse, function() {