diff options
Diffstat (limited to 'web/html/form/protocol/vless.html')
| -rw-r--r-- | web/html/form/protocol/vless.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/web/html/form/protocol/vless.html b/web/html/form/protocol/vless.html index 69e74285..baa5a285 100644 --- a/web/html/form/protocol/vless.html +++ b/web/html/form/protocol/vless.html @@ -22,7 +22,6 @@ <a-form :colon="false" :label-col="{ md: {span:8} }" :wrapper-col="{ md: {span:14} }"> <a-form-item label="Authentication"> <a-select v-model="inbound.settings.selectedAuth" @change="getNewVlessEnc" :dropdown-class-name="themeSwitcher.currentTheme"> - <a-select-option :value="undefined">None</a-select-option> <a-select-option value="X25519, not Post-Quantum">X25519 (not Post-Quantum)</a-select-option> <a-select-option value="ML-KEM-768, Post-Quantum">ML-KEM-768 (Post-Quantum)</a-select-option> </a-select> @@ -36,12 +35,12 @@ <a-form-item label=" "> <a-space> <a-button type="primary" icon="import" @click="getNewVlessEnc">Get New keys</a-button> - <a-button danger @click="clearKeys">Clear</a-button> + <a-button danger @click="clearVlessEnc">Clear</a-button> </a-space> </a-form-item> </a-form> </template> -<template v-if="inbound.isTcp && !inbound.settings.encryption"> +<template v-if="inbound.isTcp && !inbound.settings.selectedAuth"> <a-form :colon="false" :label-col="{ md: {span:8} }" :wrapper-col="{ md: {span:14} }"> <a-form-item label="Fallbacks"> <a-button icon="plus" type="primary" size="small" @click="inbound.settings.addFallback()"></a-button> |
