diff options
| author | shahin-io <115543613+shahin-io@users.noreply.github.com> | 2024-01-15 12:37:01 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-15 12:37:01 +0300 |
| commit | c3d90c3f94ba4e7b58f70041155ee7b1e3d421f2 (patch) | |
| tree | d139ebe5ff10d54b0afceceb512f189b0e8d452f /web/html | |
| parent | 98cf1f2db6ddf2b8afb8cd2d9be7238940eb6b5a (diff) | |
translate enhancement (#1574)
Diffstat (limited to 'web/html')
| -rw-r--r-- | web/html/xui/inbounds.html | 12 | ||||
| -rw-r--r-- | web/html/xui/index.html | 4 |
2 files changed, 10 insertions, 6 deletions
diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html index 8bbc440d..79326ca2 100644 --- a/web/html/xui/inbounds.html +++ b/web/html/xui/inbounds.html @@ -452,22 +452,22 @@ title: "ID", align: 'right', dataIndex: "id", - width: 40, + width: 30, responsive: ["xs"], }, { title: '{{ i18n "pages.inbounds.operate" }}', align: 'center', - width: 40, + width: 30, scopedSlots: { customRender: 'action' }, }, { title: '{{ i18n "pages.inbounds.enable" }}', align: 'center', - width: 40, + width: 30, scopedSlots: { customRender: 'enable' }, }, { title: '{{ i18n "pages.inbounds.remark" }}', align: 'center', - width: 80, + width: 60, dataIndex: "remark", }, { title: '{{ i18n "pages.inbounds.port" }}', @@ -477,7 +477,7 @@ }, { title: '{{ i18n "pages.inbounds.protocol" }}', align: 'left', - width: 90, + width: 70, scopedSlots: { customRender: 'protocol' }, }, { title: '{{ i18n "clients" }}', @@ -492,7 +492,7 @@ }, { title: '{{ i18n "pages.inbounds.expireDate" }}', align: 'center', - width: 60, + width: 40, scopedSlots: { customRender: 'expiryTime' }, }]; diff --git a/web/html/xui/index.html b/web/html/xui/index.html index 1f66035a..d3357a4d 100644 --- a/web/html/xui/index.html +++ b/web/html/xui/index.html @@ -141,6 +141,7 @@ <a-card hoverable> <a-row> <a-col :span="12"> + <a-icon type="global"></a-icon> IPv4: <a-tooltip> <template slot="title"> @@ -150,6 +151,7 @@ </a-tooltip> </a-col> <a-col :span="12"> + <a-icon type="global"></a-icon> IPv6: <a-tooltip> <template slot="title"> @@ -165,6 +167,7 @@ <a-card hoverable> <a-row> <a-col :span="12"> + <a-icon type="swap"></a-icon> TCP: [[ status.tcpCount ]] <a-tooltip> <template slot="title"> @@ -174,6 +177,7 @@ </a-tooltip> </a-col> <a-col :span="12"> + <a-icon type="swap"></a-icon> UDP: [[ status.udpCount ]] <a-tooltip> <template slot="title"> |
