mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
new UI - creating primary storage doesn't create cluster. no need to refresh cluster under pod after this action.
This commit is contained in:
parent
107ad39fff
commit
7e9593a399
@ -1452,12 +1452,9 @@ function initAddPrimaryStorageButton($midmenuAddLink2) {
|
||||
$("#midmenu_container").append($midmenuItem1.fadeIn("slow"));
|
||||
var item = json.createstoragepoolresponse;
|
||||
primarystorageToMidmenu(item, $midmenuItem1);
|
||||
bindClickToMidMenu($midmenuItem1, primarystorageToRightPanel, primarystorageGetMidmenuId);
|
||||
|
||||
refreshClusterUnderPod($("#pod_" + podObj.id));
|
||||
bindClickToMidMenu($midmenuItem1, primarystorageToRightPanel, primarystorageGetMidmenuId);
|
||||
},
|
||||
error: function(XMLHttpResponse) {
|
||||
refreshClusterUnderPod($("#pod_" + podObj.id));
|
||||
error: function(XMLHttpResponse) {
|
||||
handleErrorInDialog(XMLHttpResponse, $thisDialog);
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user