diff --git a/ui/scripts/cloud.core.resource.js b/ui/scripts/cloud.core.resource.js index f07d01a8617..164026d43bd 100644 --- a/ui/scripts/cloud.core.resource.js +++ b/ui/scripts/cloud.core.resource.js @@ -140,7 +140,7 @@ function buildZoneTree() { }); } else { - //secondarystoragePopulateMiddleMenu($(this)); + secondaryStorageRefreshDataBinding(); } return false; diff --git a/ui/scripts/cloud.core.secondarystorage.js b/ui/scripts/cloud.core.secondarystorage.js index a4dadd69c5e..a8dfcb888dd 100644 --- a/ui/scripts/cloud.core.secondarystorage.js +++ b/ui/scripts/cloud.core.secondarystorage.js @@ -70,6 +70,7 @@ function secondaryStorageJsonToDetailsTab() { }); if(jsonObj == null) { + secondaryStorageJsonClearRightPanel(); $thisTab.find("#tab_spinning_wheel").hide(); $thisTab.find("#tab_container").show(); return;