CLOUDSTACK-1893:[AWS Style Health Checks] UI hangs when one tries to create health check policy on a LB rule with VR as LB service provider

This commit is contained in:
Pranav Saxena 2013-04-09 13:51:33 +05:30
parent 8a435f5b43
commit c51587396a

View File

@ -164,7 +164,15 @@
}
});
}, g_queryAsyncJobResultInterval);
}
},
error:function(json){
cloudStack.dialog.notice({message: _s(json.responseText)}); //Error message in the API needs to be improved
$healthCheckDialog.dialog('close');
$('.overlay').remove();
}
});
}
}