fix(frontend): remove duplicate Outbound test URL from xray Advanced tab

The Basics tab already exposes this field through BasicsTab —
duplicating it on the Advanced tab let two inputs race the same
ref and only added clutter.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
MHSanaei 2026-05-08 17:31:40 +02:00
parent b078d57692
commit 1e1a585541
No known key found for this signature in database
GPG key ID: 7E4060F2FBE5AB7A

View file

@ -274,12 +274,6 @@ function confirmRestart() {
<CodeOutlined /> <span>{{ t('pages.xray.advancedTemplate') }}</span> <CodeOutlined /> <span>{{ t('pages.xray.advancedTemplate') }}</span>
</template> </template>
<a-form layout="vertical"> <a-form layout="vertical">
<a-form-item label="Outbound test URL">
<a-input
v-model:value="outboundTestUrl"
placeholder="https://www.google.com/generate_204"
/>
</a-form-item>
<a-form-item label="xraySetting (full JSON)"> <a-form-item label="xraySetting (full JSON)">
<a-textarea <a-textarea
v-model:value="xraySetting" v-model:value="xraySetting"