mirror of https://github.com/apache/cloudstack.git
IP address page - show Configuration tab if IP is elastic + non-staticNat + VM Id is null
This commit is contained in:
parent
461dd4f6a4
commit
137021fbdd
|
|
@ -1085,7 +1085,10 @@
|
|||
}
|
||||
if(ipAddress.iselastic == true) {
|
||||
disabledTabs.push('vpn');
|
||||
disabledTabs.push('ipRules');
|
||||
|
||||
debugger;
|
||||
if(ipAddress.isstaticnat == true || ipAddress.virtualmachineid != null)
|
||||
disabledTabs.push('ipRules');
|
||||
}
|
||||
return disabledTabs;
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue