mirror of https://github.com/apache/cloudstack.git
cloudStack - Elastic Load Balancer - click load balancer tab to populate load balancer rules when supportELB is "guest" or "public".
This commit is contained in:
parent
c074b2d63f
commit
7e8393e6da
|
|
@ -648,7 +648,9 @@ function ipToRightPanel($midmenuItem1) {
|
|||
|
||||
$("#right_panel_content").data("$midmenuItem1", $midmenuItem1);
|
||||
|
||||
if(!(g_supportELB == "guest" || g_supportELB == "public"))
|
||||
if(g_supportELB == "guest" || g_supportELB == "public")
|
||||
$("#tab_load_balancer").click();
|
||||
else
|
||||
$("#tab_details").click();
|
||||
|
||||
if(ipObj.isstaticnat == true) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue