diff --git a/web/html/xui/inbound_client_table.html b/web/html/xui/inbound_client_table.html
index 0b50b220..30bc5c9d 100644
--- a/web/html/xui/inbound_client_table.html
+++ b/web/html/xui/inbound_client_table.html
@@ -1,17 +1,25 @@
{{define "client_table"}}
-
- e.preventDefault()" type="menu">
-
-
- {{ i18n "qrCode" }}
- {{ i18n "pages.client.edit" }}
- {{ i18n "info" }}
- {{ i18n "pages.inbounds.resetTraffic" }}
- {{ i18n "delete"}}
-
-
-
+
+ {{ i18n "qrCode" }}
+
+
+
+ {{ i18n "pages.client.edit" }}
+
+
+
+ {{ i18n "info" }}
+
+
+
+ {{ i18n "pages.inbounds.resetTraffic" }}
+
+
+
+ {{ i18n "delete"}}
+
+
[[ client.email ]]
diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html
index c6f1bb2a..0dd8be35 100644
--- a/web/html/xui/inbounds.html
+++ b/web/html/xui/inbounds.html
@@ -191,7 +191,7 @@
}];
const innerColumns = [
- { title: '', width: 20, scopedSlots: { customRender: 'actions' } },
+ { title: '{{ i18n "pages.inbounds.operate" }}', width: 60, scopedSlots: { customRender: 'actions' } },
{ title: '{{ i18n "pages.inbounds.client" }}', width: 80, scopedSlots: { customRender: 'client' } },
{ title: '{{ i18n "pages.inbounds.traffic" }}↑|↓', width: 80, scopedSlots: { customRender: 'traffic' } },
{ title: '{{ i18n "pages.inbounds.expireDate" }}', width: 70, scopedSlots: { customRender: 'expiryTime' } },
@@ -199,7 +199,7 @@
];
const innerTrojanColumns = [
- { title: '', width: 20, scopedSlots: { customRender: 'actions' } },
+ { title: '{{ i18n "pages.inbounds.operate" }}', width: 60, scopedSlots: { customRender: 'actions' } },
{ title: '{{ i18n "pages.inbounds.client" }}', width: 80, scopedSlots: { customRender: 'client' } },
{ title: '{{ i18n "pages.inbounds.traffic" }}↑|↓', width: 80, scopedSlots: { customRender: 'traffic' } },
{ title: '{{ i18n "pages.inbounds.expireDate" }}', width: 70, scopedSlots: { customRender: 'expiryTime' } },