diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-03-17 22:35:33 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-03-17 22:35:33 +0300 |
| commit | 430338f04596d7014ca5357433e5587d2161f5cc (patch) | |
| tree | 6c74658bdee39da7f5b5f8a5984a5ea803934e4a /web/html/xui/form/protocol | |
| parent | 74b14657cf7baf57ed2a0f2d8d1eef3e5d55be97 (diff) | |
Update trojan.html
Diffstat (limited to 'web/html/xui/form/protocol')
| -rw-r--r-- | web/html/xui/form/protocol/trojan.html | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/web/html/xui/form/protocol/trojan.html b/web/html/xui/form/protocol/trojan.html index ca9213c2..840ce17d 100644 --- a/web/html/xui/form/protocol/trojan.html +++ b/web/html/xui/form/protocol/trojan.html @@ -31,17 +31,12 @@ </span> <a-input type="number" v-model.number="client.limitIp" min="0" style="width: 70px;" ></a-input> </a-form-item> - <a-form-item v-if="inbound.xtls" label="Flow"> + <a-form-item v-if="inbound.XTLS" label="Flow"> <a-select v-model="client.flow" style="width: 150px"> <a-select-option value="">{{ i18n "none" }}</a-select-option> <a-select-option v-for="key in XTLS_FLOW_CONTROL" :value="key">[[ key ]]</a-select-option> </a-select> </a-form-item> - <a-form-item v-if="inbound.tls" label="uTLS" layout="inline"> - <a-select v-model="inbound.settings.trojans[index].fingerprint" label="uTLS" style="width: 150px"> - <a-select-option v-for="key in UTLS_FINGERPRINT" :value="key">[[ key ]]</a-select-option> - </a-select> - </a-form-item> <a-form-item> <span slot="label"> <span >{{ i18n "pages.inbounds.totalFlow" }}</span>(GB) |
