diff --git a/web/html/xui/form/stream/stream_tcp.html b/web/html/xui/form/stream/stream_tcp.html index 3fa0cec9..941a3d79 100644 --- a/web/html/xui/form/stream/stream_tcp.html +++ b/web/html/xui/form/stream/stream_tcp.html @@ -33,7 +33,7 @@ - + + + diff --git a/web/html/xui/settings.html b/web/html/xui/settings.html index 0725cdf9..e7fcf663 100644 --- a/web/html/xui/settings.html +++ b/web/html/xui/settings.html @@ -412,9 +412,7 @@ if (msg.success) { this.loading(true); await PromiseUtil.sleep(5000); - var { webCertFile, webKeyFile, webDomain: host, webPort: port, webBasePath: base } = this.allSetting; - if (host == this.oldAllSetting.webDomain) host = null; - if (port == this.oldAllSetting.webPort) port = null; + let { webCertFile, webKeyFile, webDomain: host, webPort: port, webBasePath: base } = this.allSetting; const isTLS = webCertFile !== "" || webKeyFile !== ""; const url = buildURL({ host, port, isTLS, base, path: "panel/settings" }); window.location.replace(url); diff --git a/web/html/xui/xray.html b/web/html/xui/xray.html index 6e727d57..98e1bd4f 100644 --- a/web/html/xui/xray.html +++ b/web/html/xui/xray.html @@ -70,7 +70,7 @@ {{ i18n "pages.xray.save" }} {{ i18n "pages.xray.restart" }} + :overlay-class-name="themeSwitcher.currentTheme"> Error in running xray-core