mirror of https://github.com/apache/cloudstack.git
UI > IP Address > hide EnableVPN option on acquired IP.
This commit is contained in:
parent
aab6e1222f
commit
87effa40ea
|
|
@ -248,6 +248,7 @@
|
|||
disallowedActions.push('disableStaticNAT');
|
||||
disallowedActions.push('remove');
|
||||
} else { //non-sourceNAT IP supports staticNAT
|
||||
disallowedActions.push('enableVPN');
|
||||
if (ipObj.isstaticnat) {
|
||||
disallowedActions.push('enableStaticNAT');
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue