fix outbound socks/http #783

This commit is contained in:
Alireza Ahmadi
2023-12-19 14:59:49 +01:00
parent c9e4918494
commit 2d7607165b
2 changed files with 10 additions and 9 deletions

View File

@@ -94,12 +94,13 @@
<!-- Servers (trojan/shadowsocks/socks/http) settings -->
<template v-if="outbound.hasServers()">
<!-- http / socks -->
<template v-if="outbound.hasUsername()">
<a-form-item label='{{ i18n "username" }}'>
<a-input v-model.trim="outbound.settings.user"></a-input>
</a-form-item>
<a-form-item label='{{ i18n "password" }}'>
<a-input v-model.trim="outbound.settings.password"></a-input>
<a-input v-model.trim="outbound.settings.pass"></a-input>
</a-form-item>
</template>
<!-- shadowsocks -->