mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-05-26 15:13:29 +00:00
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:
@@ -274,12 +274,6 @@ function confirmRestart() {
|
||||
<CodeOutlined /> <span>{{ t('pages.xray.advancedTemplate') }}</span>
|
||||
</template>
|
||||
<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-textarea
|
||||
v-model:value="xraySetting"
|
||||
|
||||
Reference in New Issue
Block a user