diff options
| author | Sanaei <ho3ein.sanaei@gmail.com> | 2025-09-07 23:35:38 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-07 23:35:38 +0300 |
| commit | b008ff4ad236f20f0937dd02e747ca6581e776f3 (patch) | |
| tree | efcb43872da9f46f3e6a307424fb5e309e0e7737 /web/html/inbounds.html | |
| parent | da6b89fdcd2270aa116297d9ff620b6331f39df9 (diff) | |
Vlessenc (#3426)
* mlkem768
* VlessEnc
Diffstat (limited to 'web/html/inbounds.html')
| -rw-r--r-- | web/html/inbounds.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web/html/inbounds.html b/web/html/inbounds.html index dfccdd70..81ef1b39 100644 --- a/web/html/inbounds.html +++ b/web/html/inbounds.html @@ -706,7 +706,7 @@ }, { title: '{{ i18n "pages.inbounds.enable" }}', align: 'center', - width: 30, + width: 35, scopedSlots: { customRender: 'enable' }, }, { title: '{{ i18n "pages.inbounds.remark" }}', @@ -770,8 +770,8 @@ const innerColumns = [ { title: '{{ i18n "pages.inbounds.operate" }}', width: 65, scopedSlots: { customRender: 'actions' } }, - { title: '{{ i18n "pages.inbounds.enable" }}', width: 30, scopedSlots: { customRender: 'enable' } }, - { title: '{{ i18n "online" }}', width: 30, scopedSlots: { customRender: 'online' } }, + { title: '{{ i18n "pages.inbounds.enable" }}', width: 35, scopedSlots: { customRender: 'enable' } }, + { title: '{{ i18n "online" }}', width: 32, scopedSlots: { customRender: 'online' } }, { title: '{{ i18n "pages.inbounds.client" }}', width: 80, scopedSlots: { customRender: 'client' } }, { title: '{{ i18n "pages.inbounds.traffic" }}', width: 80, align: 'center', scopedSlots: { customRender: 'traffic' } }, { title: '{{ i18n "pages.inbounds.allTimeTraffic" }}', width: 80, align: 'center', scopedSlots: { customRender: 'allTime' } }, |
