From 5e7a3db873466936a1ee1d2e9c6cd5b6cff0a1ec Mon Sep 17 00:00:00 2001
From: Tara Rostami <132676256+TaraRostami@users.noreply.github.com>
Date: Sat, 20 Sep 2025 02:36:56 -0500
Subject: Minor Fixes (#3520)
---
web/html/component/aClientTable.html | 10 +++++-----
web/html/inbounds.html | 8 ++++----
web/html/modals/inbound_info_modal.html | 5 ++++-
3 files changed, 13 insertions(+), 10 deletions(-)
(limited to 'web/html')
diff --git a/web/html/component/aClientTable.html b/web/html/component/aClientTable.html
index 0164161f..f28b821b 100644
--- a/web/html/component/aClientTable.html
+++ b/web/html/component/aClientTable.html
@@ -2,21 +2,21 @@
{{ i18n "qrCode" }}
-
+
{{ i18n "pages.client.edit" }}
-
+
{{ i18n "info" }}
-
+
{{ i18n "pages.inbounds.resetTraffic" }}
-
+
@@ -25,7 +25,7 @@
-
+
diff --git a/web/html/inbounds.html b/web/html/inbounds.html
index bea8e8d9..0e285f95 100644
--- a/web/html/inbounds.html
+++ b/web/html/inbounds.html
@@ -660,7 +660,7 @@
}, {
title: '{{ i18n "pages.inbounds.allTimeTraffic" }}',
align: 'center',
- width: 70,
+ width: 60,
scopedSlots: { customRender: 'allTimeInbound' },
}, {
title: '{{ i18n "pages.inbounds.expireDate" }}',
@@ -693,12 +693,12 @@
}];
const innerColumns = [
- { title: '{{ i18n "pages.inbounds.operate" }}', width: 65, scopedSlots: { customRender: 'actions' } },
- { title: '{{ i18n "pages.inbounds.enable" }}', width: 35, scopedSlots: { customRender: 'enable' } },
+ { title: '{{ i18n "pages.inbounds.operate" }}', width: 70, scopedSlots: { customRender: 'actions' } },
+ { title: '{{ i18n "pages.inbounds.enable" }}', width: 30, scopedSlots: { customRender: 'enable' } },
{ title: '{{ i18n "online" }}', width: 32, scopedSlots: { customRender: 'online' } },
{ title: '{{ i18n "pages.inbounds.client" }}', width: 80, scopedSlots: { customRender: 'client' } },
{ title: '{{ i18n "pages.inbounds.traffic" }}', width: 80, align: 'center', scopedSlots: { customRender: 'traffic' } },
- { title: '{{ i18n "pages.inbounds.allTimeTraffic" }}', width: 80, align: 'center', scopedSlots: { customRender: 'allTime' } },
+ { title: '{{ i18n "pages.inbounds.allTimeTraffic" }}', width: 60, align: 'center', scopedSlots: { customRender: 'allTime' } },
{ title: '{{ i18n "pages.inbounds.expireDate" }}', width: 80, align: 'center', scopedSlots: { customRender: 'expiryTime' } },
];
diff --git a/web/html/modals/inbound_info_modal.html b/web/html/modals/inbound_info_modal.html
index 25f43506..8e4bfc2e 100644
--- a/web/html/modals/inbound_info_modal.html
+++ b/web/html/modals/inbound_info_modal.html
@@ -106,7 +106,10 @@
{{ i18n "none" }}
{{ i18n "encryption" }}
- [[ inbound.settings.encryption ? inbound.settings.encryption : '' ]]
+ [[ inbound.settings.encryption ? inbound.settings.encryption : '' ]]
+
+
+
{{ i18n "domainName" }}
--
cgit v1.2.3