Skip to content

Commit 87effa4

Browse files
author
Jessica Wang
committed
UI > IP Address > hide EnableVPN option on acquired IP.
1 parent aab6e12 commit 87effa4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ui/scripts/network.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@
248248
disallowedActions.push('disableStaticNAT');
249249
disallowedActions.push('remove');
250250
} else { //non-sourceNAT IP supports staticNAT
251+
disallowedActions.push('enableVPN');
251252
if (ipObj.isstaticnat) {
252253
disallowedActions.push('enableStaticNAT');
253254
} else {

0 commit comments

Comments
 (0)