From 033a6003c4c8627e78aa1fdb1e1ef0af3e7756ad Mon Sep 17 00:00:00 2001 From: Tara Rostami <132676256+TaraRostami@users.noreply.github.com> Date: Wed, 28 Feb 2024 07:08:03 +0330 Subject: [PATCH] Update index.html --- web/html/xui/index.html | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/web/html/xui/index.html b/web/html/xui/index.html index 7414395e..67fc0f72 100644 --- a/web/html/xui/index.html +++ b/web/html/xui/index.html @@ -10,11 +10,9 @@ margin-inline: 0.3rem; } } - .ant-col-sm-24 { margin-top: 10px; } - .ant-card-dark h2 { color: var(--dark-color-text-primary); } @@ -94,8 +92,8 @@ {{ i18n "pages.index.operationHours" }}: - Xray [[ formatSecond(status.appStats.uptime) ]] - OS [[ formatSecond(status.uptime) ]] + Xray: [[ formatSecond(status.appStats.uptime) ]] + OS: [[ formatSecond(status.uptime) ]] @@ -143,10 +141,10 @@ {{ i18n "usage"}}: - RAM [[ sizeFormat(status.appStats.mem) ]] + RAM: [[ sizeFormat(status.appStats.mem) ]] - Threads [[ status.appStats.threads ]] + Threads: [[ status.appStats.threads ]] @@ -315,7 +313,7 @@ + :href="'data:application/text;charset=utf-8,' + encodeURIComponent(logModal.logs)" download="x-ui.log"> @@ -447,7 +445,7 @@ const logModal = { visible: false, - logs: [], + logs: '', rows: 20, level: 'info', syslog: false,