From d8d139815cc231f069e61ef1ec76292a4f34e82d Mon Sep 17 00:00:00 2001 From: Surbiks Date: Mon, 29 Jan 2024 21:02:33 +0330 Subject: [PATCH] add refresh button --- web/html/xui/xray.html | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/web/html/xui/xray.html b/web/html/xui/xray.html index 8c2c9344..d00b73cc 100644 --- a/web/html/xui/xray.html +++ b/web/html/xui/xray.html @@ -341,8 +341,15 @@ - {{ i18n "pages.xray.outbound.addOutbound" }} - WARP + + + {{ i18n "pages.xray.outbound.addOutbound" }} + WARP + + + + + { + data.push({'key': index, ...o}); + }); + } + + this.outboundData = data; + this.refreshing = false; + } + }, addReverse(){ reverseModal.show({ title: '{{ i18n "pages.xray.outbound.addReverse"}}',