diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html
index cd9cd054..8124e55a 100644
--- a/web/html/xui/inbounds.html
+++ b/web/html/xui/inbounds.html
@@ -11,6 +11,9 @@
.ant-col-sm-24 {
margin-top: 10px;
}
+ tr.hideExpandIcon .ant-table-row-expand-icon {
+ display: none;
+ }
@@ -121,8 +124,12 @@
getDBInbounds()">
@@ -137,7 +144,7 @@
{{ i18n "qrCode" }}
-
+
{{ i18n "pages.client.add"}}
@@ -254,6 +261,7 @@
:columns="innerColumns"
:data-source="getInboundClients(record)"
:pagination="false"
+ style="margin-left: 20px;"
>
{{template "client_table"}}
@@ -263,6 +271,7 @@
:columns="innerTrojanColumns"
:data-source="getInboundClients(record)"
:pagination="false"
+ style="margin-left: 20px;"
>
{{template "client_table"}}
@@ -278,6 +287,11 @@
{{template "component/themeSwitcher" .}}