From d30cdbf49a7443a62f599d4f91a4f1ebceb1c666 Mon Sep 17 00:00:00 2001 From: Ilya Afanasov Date: Sat, 15 Mar 2025 10:16:59 +0300 Subject: feat: custom subscription title in panel (#2773) * feat: custom subscription title in panel * feat: added translations --- web/html/xui/inbounds.html | 2 ++ web/html/xui/settings.html | 7 +++++++ 2 files changed, 9 insertions(+) (limited to 'web/html') diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html index fe5d7e3a..c8cf93d3 100644 --- a/web/html/xui/inbounds.html +++ b/web/html/xui/inbounds.html @@ -662,6 +662,7 @@ refreshInterval: Number(localStorage.getItem("refreshInterval")) || 5000, subSettings: { enable : false, + subTitle : '', subURI : '', subJsonURI : '', }, @@ -711,6 +712,7 @@ this.tgBotEnable = tgBotEnable; this.subSettings = { enable : subEnable, + subTitle : subTitle, subURI: subURI, subJsonURI: subJsonURI }; diff --git a/web/html/xui/settings.html b/web/html/xui/settings.html index 3bfb32a9..d13af57e 100644 --- a/web/html/xui/settings.html +++ b/web/html/xui/settings.html @@ -409,6 +409,13 @@ + + + + + -- cgit v1.2.3