Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/web/html
diff options
context:
space:
mode:
authorMHSanaei <mc.sanaei@gmail.com>2023-02-18 18:55:53 +0300
committerGitHub <noreply@github.com>2023-02-18 18:55:53 +0300
commitadd95b0861ed535efea816576ecee60858eef0a9 (patch)
treeee6b1e59b029546538efdb5d41b5fcc263a1039d /web/html
parentb412df70f1b2e9f10b75e095a2329f10b48e01b5 (diff)
Update inbounds.html
Diffstat (limited to 'web/html')
-rw-r--r--web/html/xui/inbounds.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html
index fa91b923..14a61669 100644
--- a/web/html/xui/inbounds.html
+++ b/web/html/xui/inbounds.html
@@ -54,7 +54,7 @@
style="margin-top: 20px"
@change="() => getDBInbounds()">
<template slot="action" slot-scope="text, dbInbound">
- <a-icon type="edit" style="font-size: 25px" @click="openEditInbound(dbInbound)"></a-icon>
+ <a-icon type="edit" style="font-size: 25px" @click="openEditInbound(dbInbound.id);"></a-icon>
<a-dropdown :trigger="['click']">
<a @click="e => e.preventDefault()">{{ i18n "pages.inbounds.operate" }}</a>
<a-menu slot="overlay" @click="a => clickAction(a, dbInbound)">
@@ -152,7 +152,7 @@
const columns = [{
title: '{{ i18n "pages.inbounds.operate" }}',
align: 'center',
- width: 50,
+ width: 60,
scopedSlots: { customRender: 'action' },
}, {
title: '{{ i18n "pages.inbounds.enable" }}',
@@ -163,16 +163,16 @@
title: "Id",
align: 'center',
dataIndex: "id",
- width: 20,
+ width: 30,
}, {
title: '{{ i18n "pages.inbounds.remark" }}',
align: 'center',
- width: 60,
+ width: 80,
dataIndex: "remark",
}, {
title: '{{ i18n "pages.inbounds.protocol" }}',
align: 'center',
- width: 40,
+ width: 50,
scopedSlots: { customRender: 'protocol' },
}, {
title: '{{ i18n "pages.inbounds.port" }}',
@@ -199,18 +199,18 @@
const innerColumns = [
{ title: '', width: 70, scopedSlots: { customRender: 'actions' } },
{ title: '{{ i18n "pages.inbounds.client" }}', width: 60, scopedSlots: { customRender: 'client' } },
- { title: '{{ i18n "pages.inbounds.traffic" }}↑|↓', width: 80, scopedSlots: { customRender: 'traffic' } },
+ { title: '{{ i18n "pages.inbounds.traffic" }}↑|↓', width: 100, scopedSlots: { customRender: 'traffic' } },
{ title: '{{ i18n "pages.inbounds.expireDate" }}', width: 70, scopedSlots: { customRender: 'expiryTime' } },
- { title: 'UID', width: 150, dataIndex: "id" },
+ { title: 'UID', width: 120, dataIndex: "id" },
];
const innerTrojanColumns = [
{ title: '', width: 70, scopedSlots: { customRender: 'actions' } },
{ title: '{{ i18n "pages.inbounds.client" }}', width: 60, scopedSlots: { customRender: 'client' } },
- { title: '{{ i18n "pages.inbounds.traffic" }}↑|↓', width: 80, scopedSlots: { customRender: 'traffic' } },
+ { title: '{{ i18n "pages.inbounds.traffic" }}↑|↓', width: 100, scopedSlots: { customRender: 'traffic' } },
{ title: '{{ i18n "pages.inbounds.expireDate" }}', width: 70, scopedSlots: { customRender: 'expiryTime' } },
- { title: 'Password', width: 150, dataIndex: "password" },
+ { title: 'Password', width: 100, dataIndex: "password" },
];
const innerOneColumns = [
@@ -525,4 +525,4 @@
{{template "textModal"}}
{{template "inboundInfoModal"}}
</body>
-</html> \ No newline at end of file
+</html>