diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-05-18 11:48:13 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-05-18 11:48:13 +0300 |
| commit | 2fbfc88bc152c46dd8ea33c240ca35038e427986 (patch) | |
| tree | bdef5e7915d8212cd7599493e9f8237a1d1ef089 | |
| parent | f781979d38d2698c3b6632516e85b32b57a29675 (diff) | |
bug fix - xtls
| -rw-r--r-- | web/html/xui/form/tls_settings.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/form/tls_settings.html b/web/html/xui/form/tls_settings.html index 19e44d49..91642727 100644 --- a/web/html/xui/form/tls_settings.html +++ b/web/html/xui/form/tls_settings.html @@ -122,7 +122,7 @@ <a-radio-button :value="false">{{ i18n "pages.inbounds.certificateContent" }}</a-radio-button> </a-radio-group> <a-button v-if="index === 0" type="primary" size="small" @click="inbound.stream.xtls.addCert()" style="margin-left: 10px">+</a-button> - <a-button v-if="inbound.stream.tls.certs.length>1" type="primary" size="small" @click="inbound.stream.xtls.removeCert(index)" style="margin-left: 10px">-</a-button> + <a-button v-if="inbound.stream.xtls.certs.length>1" type="primary" size="small" @click="inbound.stream.xtls.removeCert(index)" style="margin-left: 10px">-</a-button> </a-form-item> <template v-if="cert.useFile"> <a-form-item label='{{ i18n "pages.inbounds.publicKeyPath" }}'> |
