From 5ef8a5a37ec7e6b7df710fa61b0324ab5a6617ab Mon Sep 17 00:00:00 2001
From: MHSanaei <33454419+MHSanaei@users.noreply.github.com>
Date: Thu, 23 Mar 2023 23:22:50 +0330
Subject: old design
---
web/html/xui/inbounds_client_row.html | 36 +++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
create mode 100644 web/html/xui/inbounds_client_row.html
(limited to 'web/html/xui/inbounds_client_row.html')
diff --git a/web/html/xui/inbounds_client_row.html b/web/html/xui/inbounds_client_row.html
new file mode 100644
index 00000000..76f2a799
--- /dev/null
+++ b/web/html/xui/inbounds_client_row.html
@@ -0,0 +1,36 @@
+{{define "client_row"}}
+
+
+ {{ i18n "qrCode" }}
+
+
+
+ {{ i18n "info" }}
+
+
+
+ {{ i18n "pages.inbounds.resetTraffic" }}
+
+
+
+
+ [[ client.email ]]
+ {{ i18n "disabled" }}
+
+
+ [[ sizeFormat(getUpStats(record, client.email)) ]] / [[ sizeFormat(getDownStats(record, client.email)) ]]
+
+ [[client._totalGB]]GB
+ [[client._totalGB]]GB
+
+ {{ i18n "indefinite" }}
+
+
+
+
+ [[ DateUtil.formatMillis(client._expiryTime) ]]
+
+
+ {{ i18n "indefinite" }}
+
+{{end}}
--
cgit v1.2.3