diff --git a/web/html/xui/inbounds_client_row.html b/web/html/xui/inbounds_client_row.html
deleted file mode 100644
index 76f2a799..00000000
--- a/web/html/xui/inbounds_client_row.html
+++ /dev/null
@@ -1,36 +0,0 @@
-{{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}}