load detour tags

This commit is contained in:
Alireza Ahmadi
2024-05-13 15:32:17 +02:00
parent 8b6cd88625
commit 8e2023ee66
7 changed files with 39 additions and 35 deletions
+1 -1
View File
@@ -59,7 +59,7 @@
<Transport v-if="Object.hasOwn(outbound,'transport')" :data="outbound" />
<OutTLS v-if="Object.hasOwn(outbound,'tls')" :outbound="outbound" />
<Multiplex v-if="Object.hasOwn(outbound,'multiplex')" direction="out" :data="outbound" />
<Dial v-if="!NoDial.includes(outbound.type)" :dial="outbound" />
<Dial v-if="!NoDial.includes(outbound.type)" :dial="outbound" :outTags="tags" />
<v-switch v-model="outboundStats" color="primary" :label="$t('stats.enable')" hide-details></v-switch>
</v-card-text>
<v-card-actions>