diff --git a/web/html/xui/index.html b/web/html/xui/index.html
index 110ee0cf..51d15d3f 100644
--- a/web/html/xui/index.html
+++ b/web/html/xui/index.html
@@ -297,12 +297,12 @@
+ :href="'data:application/text;charset=utf-8,' + encodeURIComponent(logModal.logs.join('\n'))" download="x-ui.log">
{{ i18n "download" }} x-ui.log
-
+
0 ? this.formatLogs(logs) : "No Record...";
},
formatLogs(logs) {
let formattedLogs = '';