diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html
index 39c64aff..91431b5d 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;
+ }
@@ -118,8 +121,12 @@
getDBInbounds()">
@@ -135,7 +142,7 @@
{{ i18n "qrCode" }}
-
+
{{ i18n "pages.client.add"}}
@@ -255,6 +262,7 @@
:columns="innerColumns"
:data-source="getInboundClients(record)"
:pagination="false"
+ style="margin-left: 20px;"
>
{{template "client_table"}}
@@ -264,6 +272,7 @@
:columns="innerTrojanColumns"
:data-source="getInboundClients(record)"
:pagination="false"
+ style="margin-left: 20px;"
>
{{template "client_table"}}
@@ -279,20 +288,20 @@
{{template "component/themeSwitcher" .}}