mirror of https://github.com/apache/cloudstack.git
bug 7861: secondary storage page - refresh page when clicking between different secondary storage node.
This commit is contained in:
parent
866fb132fd
commit
af3ce884cb
|
|
@ -140,7 +140,7 @@ function buildZoneTree() {
|
|||
});
|
||||
}
|
||||
else {
|
||||
//secondarystoragePopulateMiddleMenu($(this));
|
||||
secondaryStorageRefreshDataBinding();
|
||||
}
|
||||
|
||||
return false;
|
||||
|
|
|
|||
|
|
@ -70,6 +70,7 @@ function secondaryStorageJsonToDetailsTab() {
|
|||
});
|
||||
|
||||
if(jsonObj == null) {
|
||||
secondaryStorageJsonClearRightPanel();
|
||||
$thisTab.find("#tab_spinning_wheel").hide();
|
||||
$thisTab.find("#tab_container").show();
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in New Issue