mirror of https://github.com/apache/cloudstack.git
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:
parent
385f3e4791
commit
9aa5fc557b
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in New Issue