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

This commit is contained in:
Jessica Wang 2012-02-03 11:30:32 -08:00
parent 385f3e4791
commit 9aa5fc557b
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),