bug 6853: Fixed reconnect host to make use of new API async format.

status 6853: resolved fixed
This commit is contained in:
will 2010-11-07 20:32:40 -08:00
parent a9546b63a9
commit 62acaffaa1

View File

@ -224,7 +224,7 @@ var hostActionMap = {
dialogBeforeActionFn: doForceReconnect,
inProcessText: "Reconnecting....",
afterActionSeccessFn: function(json, $midmenuItem1, id) {
hostToMidmenu(json.queryasyncjobresultresponse.host[0], $midmenuItem1);
hostToMidmenu(json.queryasyncjobresultresponse.jobresult.host, $midmenuItem1);
hostToRightPanel($midmenuItem1);
$("#right_panel_content #after_action_info").text("We are actively reconnecting your host. Please refresh periodically for an updated status.");
}