mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
bug 7701: host page - do not switch tab when clicking add primary storage button.
This commit is contained in:
parent
9912fe8f09
commit
3e70151dad
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user