From 1e1a58554165bbe0be295aa0ca48ecdc5f2689a6 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Fri, 8 May 2026 17:31:40 +0200 Subject: [PATCH] fix(frontend): remove duplicate Outbound test URL from xray Advanced tab MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- frontend/src/pages/xray/XrayPage.vue | 6 ------ 1 file changed, 6 deletions(-) diff --git a/frontend/src/pages/xray/XrayPage.vue b/frontend/src/pages/xray/XrayPage.vue index bdea9fcb..0b19748e 100644 --- a/frontend/src/pages/xray/XrayPage.vue +++ b/frontend/src/pages/xray/XrayPage.vue @@ -274,12 +274,6 @@ function confirmRestart() { {{ t('pages.xray.advancedTemplate') }} - - -