diff --git a/ui/scripts/cloud.core.pod.js b/ui/scripts/cloud.core.pod.js index 5418d17c277..6c814bf04a1 100644 --- a/ui/scripts/cloud.core.pod.js +++ b/ui/scripts/cloud.core.pod.js @@ -601,8 +601,10 @@ function clickClusterArrowAfterAddHost(clusterRadio, podId, newClusterName, exis function bindAddPrimaryStorageButton($leftmenuItem1) { var $button = $("#add_primarystorage_button"); $button.unbind("click").bind("click", function(event) { + /* if($("#tab_content_primarystorage").length > 0 && $("#tab_content_primarystorage").css("display") == "none") $("#tab_primarystorage").click(); + */ dialogAddPool = $("#dialog_add_pool"); dialogAddPool.find("#info_container").hide();