diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-05-07 14:06:43 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-05-07 14:06:43 +0300 |
| commit | 9d47d74a7a076921d157188ae82ea83e66c96d09 (patch) | |
| tree | 9d2d89dcddc840c2aca076e2eeacfa2f8400f227 /web/html/xui/inbounds.html | |
| parent | 92f5dfed1ca7ed51f197c6b3f631212a47545b5d (diff) | |
design update
Diffstat (limited to 'web/html/xui/inbounds.html')
| -rw-r--r-- | web/html/xui/inbounds.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html index 5d7e041f..a828a555 100644 --- a/web/html/xui/inbounds.html +++ b/web/html/xui/inbounds.html @@ -260,7 +260,7 @@ title: "ID", align: 'center', dataIndex: "id", - width: 30, + width: 40, }, { title: '{{ i18n "pages.inbounds.remark" }}', align: 'center', @@ -295,7 +295,7 @@ const innerColumns = [ { title: '{{ i18n "pages.inbounds.operate" }}', width: 70, scopedSlots: { customRender: 'actions' } }, - { title: '{{ i18n "pages.inbounds.enable" }}', width: 30, scopedSlots: { customRender: 'enable' } }, + { title: '{{ i18n "pages.inbounds.enable" }}', width: 40, scopedSlots: { customRender: 'enable' } }, { title: '{{ i18n "pages.inbounds.client" }}', width: 80, scopedSlots: { customRender: 'client' } }, { title: '{{ i18n "pages.inbounds.traffic" }}↑|↓', width: 120, scopedSlots: { customRender: 'traffic' } }, { title: '{{ i18n "pages.inbounds.expireDate" }}', width: 70, scopedSlots: { customRender: 'expiryTime' } }, @@ -304,11 +304,11 @@ const innerTrojanColumns = [ { title: '{{ i18n "pages.inbounds.operate" }}', width: 70, scopedSlots: { customRender: 'actions' } }, - { title: '{{ i18n "pages.inbounds.enable" }}', width: 30, scopedSlots: { customRender: 'enable' } }, + { title: '{{ i18n "pages.inbounds.enable" }}', width: 40, scopedSlots: { customRender: 'enable' } }, { title: '{{ i18n "pages.inbounds.client" }}', width: 80, scopedSlots: { customRender: 'client' } }, { title: '{{ i18n "pages.inbounds.traffic" }}↑|↓', width: 120, scopedSlots: { customRender: 'traffic' } }, { title: '{{ i18n "pages.inbounds.expireDate" }}', width: 70, scopedSlots: { customRender: 'expiryTime' } }, - { title: 'Password', width: 120, dataIndex: "password" }, + { title: 'Password', width: 170, dataIndex: "password" }, ]; const app = new Vue({ |
