full tls override in inbound multi-domain

This commit is contained in:
Alireza Ahmadi
2025-01-05 19:36:01 +01:00
parent dbee22b637
commit 751066ac6c
10 changed files with 75 additions and 109 deletions
+1 -1
View File
@@ -64,7 +64,7 @@
<template v-for="addr,index in inbound.addrs">
{{ $t('in.addr') }} #{{ (index+1) }} <v-icon icon="mdi-delete" @click="inbound.addrs?.splice(index,1)" />
<v-divider></v-divider>
<AddrVue :addr="addr" :hasTls="Object.hasOwn(inbound,'tls')" />
<AddrVue :addr="addr" :hasTls="HasTls.includes(inbound.type)" />
</template>
</v-card>
</v-window-item>