From 63f7c2a162859ae2e6a0db7231ed0737d4ac311e Mon Sep 17 00:00:00 2001 From: Tara Rostami <132676256+TaraRostami@users.noreply.github.com> Date: Wed, 28 Feb 2024 07:10:48 +0330 Subject: [PATCH] Update index.html --- web/html/xui/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/html/xui/index.html b/web/html/xui/index.html index 67fc0f72..fe867214 100644 --- a/web/html/xui/index.html +++ b/web/html/xui/index.html @@ -313,7 +313,7 @@ + :href="'data:application/text;charset=utf-8,' + encodeURIComponent(logModal.logs.join('\n'))" download="x-ui.log"> @@ -445,7 +445,7 @@ const logModal = { visible: false, - logs: '', + logs: [], rows: 20, level: 'info', syslog: false,