mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-05-13 09:36:05 +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:
parent
b078d57692
commit
1e1a585541
1 changed files with 0 additions and 6 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue