diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-09-26 16:55:56 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-09-26 17:01:58 +0300 |
| commit | c9c8abe97b71bf54d9f1920be2dfcd1d5854d5b3 (patch) | |
| tree | 44491f623765bce6579571b8475d15033ab16518 /web/html/xui/form/client.html | |
| parent | 0b8beafc89c684140fe6be4cd007fbb2a9eb5f3d (diff) | |
refactor: split XTLS and Reality form tls into separate files
Diffstat (limited to 'web/html/xui/form/client.html')
| -rw-r--r-- | web/html/xui/form/client.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/form/client.html b/web/html/xui/form/client.html index 070b962c..01d96c73 100644 --- a/web/html/xui/form/client.html +++ b/web/html/xui/form/client.html @@ -104,7 +104,7 @@ </a-textarea> </a-form> </a-form-item> - <a-form-item v-if="inbound.xtls" label='Flow'> + <a-form-item v-if="inbound.stream.isXtls" label='Flow'> <a-select v-model="client.flow" :dropdown-class-name="themeSwitcher.currentTheme"> <a-select-option value="" selected>{{ i18n "none" }}</a-select-option> <a-select-option v-for="key in XTLS_FLOW_CONTROL" :value="key">[[ key ]]</a-select-option> |
