fix outbound port

This commit is contained in:
Alireza Ahmadi
2024-05-09 23:44:38 +02:00
parent bf7b42ec20
commit 70c986662f
+2 -1
View File
@@ -35,7 +35,7 @@
type="number" type="number"
min="0" min="0"
hide-details hide-details
v-model="outbound.server_port"> v-model.number="outbound.server_port">
</v-text-field> </v-text-field>
</v-col> </v-col>
</v-row> </v-row>
@@ -61,6 +61,7 @@
<Multiplex v-if="Object.hasOwn(outbound,'multiplex')" direction="out" :data="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" />
<v-switch v-model="outboundStats" color="primary" :label="$t('stats.enable')" hide-details></v-switch> <v-switch v-model="outboundStats" color="primary" :label="$t('stats.enable')" hide-details></v-switch>
<pre>{{ outbound }}</pre>
</v-card-text> </v-card-text>
<v-card-actions> <v-card-actions>
<v-spacer></v-spacer> <v-spacer></v-spacer>