From 5c09bc011e8fc89824cfec3b5c68e69275ad5c4c Mon Sep 17 00:00:00 2001 From: Alireza Ahmadi Date: Sat, 31 Aug 2024 14:18:15 +0200 Subject: [PATCH] fix outbound tls text #276 --- frontend/src/components/tls/OutTLS.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/tls/OutTLS.vue b/frontend/src/components/tls/OutTLS.vue index 5fcf2a2..6421bd1 100644 --- a/frontend/src/components/tls/OutTLS.vue +++ b/frontend/src/components/tls/OutTLS.vue @@ -222,8 +222,8 @@ export default { data() { return { menu: false, - usePath: 0, - useEchPath: 0, + usePath: this.$props.outbound?.tls?.certificate? 1:0, + useEchPath: this.$props.outbound?.tls.ech?.config? 1:0, defaults: defaultOutTls, alpn: [ { title: "H3", value: 'h3' },