From 4a568b5e93cc2c1af64fe43d8c75436ff3219a2f Mon Sep 17 00:00:00 2001 From: TaraRostami <132676256+TaraRostami@users.noreply.github.com> Date: Sat, 15 Mar 2025 00:07:54 -0500 Subject: [PATCH] Minor Fixes --- web/html/xui/index.html | 127 ++++++++++++++++++++-------------------- 1 file changed, 65 insertions(+), 62 deletions(-) diff --git a/web/html/xui/index.html b/web/html/xui/index.html index 8dee4bf2..fdcb4b52 100644 --- a/web/html/xui/index.html +++ b/web/html/xui/index.html @@ -13,6 +13,9 @@ margin-inline: 0.3rem; } } + .ant-statistic-content { + font-size: 18px; + } .ant-col-sm-24 { margin-top: 10px; } @@ -120,18 +123,6 @@ @@ -566,7 +569,7 @@ spinning: false, loadingTip: '{{ i18n "loading"}}', showAlert: false, - showIp: false, + showIp: true, }, methods: { loading(spinning, tip = '{{ i18n "loading"}}') { @@ -700,4 +703,4 @@ }); - + \ No newline at end of file