diff --git a/web/html/xui/form/protocol/trojan.html b/web/html/xui/form/protocol/trojan.html
index e1d82572..ca9213c2 100644
--- a/web/html/xui/form/protocol/trojan.html
+++ b/web/html/xui/form/protocol/trojan.html
@@ -31,29 +31,6 @@
-
-
- IP log
-
-
- IPs history Log (before enabling inbound after it has been disabled by IP limit, you should clear the log)
-
-
-
-
-
- clear the log
-
-
-
-
-
-
-
-
-
-
-
{{ i18n "none" }}
diff --git a/web/html/xui/form/protocol/vless.html b/web/html/xui/form/protocol/vless.html
index 146587f7..6b3436f0 100644
--- a/web/html/xui/form/protocol/vless.html
+++ b/web/html/xui/form/protocol/vless.html
@@ -31,29 +31,6 @@
-
-
- IP log
-
-
- IPs history Log (before enabling inbound after it has been disabled by IP limit, you should clear the log)
-
-
-
-
-
- clear the log
-
-
-
-
-
-
-
-
-
-
-
{{ i18n "none" }}
diff --git a/web/html/xui/form/protocol/vmess.html b/web/html/xui/form/protocol/vmess.html
index 4c6779dd..59cf6d2b 100644
--- a/web/html/xui/form/protocol/vmess.html
+++ b/web/html/xui/form/protocol/vmess.html
@@ -34,29 +34,6 @@
-
-
- IP Log
-
-
- IPs history Log (before enabling inbound after it has been disabled by IP limit, you should clear the log)
-
-
-
-
-
- Clear The Log
-
-
-
-
-
-
-
-
-
-
-
{{ i18n "pages.inbounds.totalFlow" }}(GB)
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}}