bug 13319: cloudstack 2.2.Y UI - IP address page - VPN tab - refresh grid content when everytime the tab is clicked. reviewed-by: Brian.

This commit is contained in:
Jessica Wang 2012-02-03 13:56:55 -08:00
parent 72334f79c9
commit 1a47c11e76
1 changed files with 1 additions and 0 deletions

View File

@ -1258,6 +1258,7 @@ function ipJsonToVPNTab() {
var $thisTab = $("#right_panel_content").find("#tab_content_vpn");
$thisTab.find("#tab_spinning_wheel").show();
$thisTab.find("#tab_container").hide();
$thisTab.find("#tab_container").find("#grid_content").empty();
$.ajax({
data: createURL("command=listRemoteAccessVpns&publicipid="+ipObj.id),