diff options
| author | Ho3ein <ho3ein.sanaei@gmail.com> | 2023-04-10 14:05:52 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-10 14:05:52 +0300 |
| commit | c1ed6d84547e7447f879b6b2d4f15536c2b15985 (patch) | |
| tree | 476c92929a3659e51091ada546dfb4778d41f757 /web/html/xui/inbounds.html | |
| parent | 304510aefc7bb56a392c2adc973e1dc918d4f31b (diff) | |
| parent | 26a0481d8275c6d7953aaeb72a316db69c150354 (diff) | |
Merge pull request #187 from MHSanaei/dev
http header bug fixed
Diffstat (limited to 'web/html/xui/inbounds.html')
| -rw-r--r-- | web/html/xui/inbounds.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html index 2d6016f3..0ea018af 100644 --- a/web/html/xui/inbounds.html +++ b/web/html/xui/inbounds.html @@ -262,7 +262,7 @@ { title: '{{ i18n "pages.inbounds.operate" }}', width: 70, scopedSlots: { customRender: 'actions' } }, { title: '{{ i18n "pages.inbounds.enable" }}', width: 30, scopedSlots: { customRender: 'enable' } }, { title: '{{ i18n "pages.inbounds.client" }}', width: 80, scopedSlots: { customRender: 'client' } }, - { title: '{{ i18n "pages.inbounds.traffic" }}↑|↓', width: 70, scopedSlots: { customRender: 'traffic' } }, + { title: '{{ i18n "pages.inbounds.traffic" }}↑|↓', width: 120, scopedSlots: { customRender: 'traffic' } }, { title: '{{ i18n "pages.inbounds.expireDate" }}', width: 70, scopedSlots: { customRender: 'expiryTime' } }, { title: 'UID', width: 120, dataIndex: "id" }, ]; @@ -271,9 +271,9 @@ { title: '{{ i18n "pages.inbounds.operate" }}', width: 70, scopedSlots: { customRender: 'actions' } }, { title: '{{ i18n "pages.inbounds.enable" }}', width: 30, scopedSlots: { customRender: 'enable' } }, { title: '{{ i18n "pages.inbounds.client" }}', width: 80, scopedSlots: { customRender: 'client' } }, - { title: '{{ i18n "pages.inbounds.traffic" }}↑|↓', width: 70, scopedSlots: { customRender: 'traffic' } }, + { title: '{{ i18n "pages.inbounds.traffic" }}↑|↓', width: 120, scopedSlots: { customRender: 'traffic' } }, { title: '{{ i18n "pages.inbounds.expireDate" }}', width: 70, scopedSlots: { customRender: 'expiryTime' } }, - { title: 'Password', width: 100, dataIndex: "password" }, + { title: 'Password', width: 120, dataIndex: "password" }, ]; const app = new Vue({ |
