diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-10-29 14:50:25 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-10-29 14:50:25 +0300 |
| commit | e359b5c75e192e03870ae6c201c065740dc13016 (patch) | |
| tree | c12afc5dde5a7d3c2b227443e00e4466d7f7a3c2 /web/html/xui/form/client.html | |
| parent | 3b3bd3dea4552ced8f8e09c4357ef61e829d2756 (diff) | |
removed - XTLS Security
because its too old and no one use it anymore
Diffstat (limited to 'web/html/xui/form/client.html')
| -rw-r--r-- | web/html/xui/form/client.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/web/html/xui/form/client.html b/web/html/xui/form/client.html index 01d96c73..c5d5bf0e 100644 --- a/web/html/xui/form/client.html +++ b/web/html/xui/form/client.html @@ -104,12 +104,6 @@ </a-textarea> </a-form> </a-form-item> - <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> - </a-select> - </a-form-item> <a-form-item v-if="inbound.canEnableTlsFlow()" label='Flow'> <a-select v-model="client.flow" :dropdown-class-name="themeSwitcher.currentTheme"> <a-select-option value="" selected>{{ i18n "none" }}</a-select-option> |
