mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
bug 6853: Fixed reconnect host to make use of new API async format.
status 6853: resolved fixed
This commit is contained in:
parent
a9546b63a9
commit
62acaffaa1
@ -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.");
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user