diff options
| author | Tara Rostami <132676256+TaraRostami@users.noreply.github.com> | 2024-03-09 16:06:16 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-09 16:06:16 +0300 |
| commit | ffa531f9cac29802af8778404679d6112b7a6b97 (patch) | |
| tree | a6b3f7db19da353277a64a02ab78b766627e3168 /web/html/xui/inbounds.html | |
| parent | 05deb89451b53b57b6ebe90f6b6df6a0b98bd156 (diff) | |
Minor Fixes (#1992)
autocomplete
max - min for input-number
Diffstat (limited to 'web/html/xui/inbounds.html')
| -rw-r--r-- | web/html/xui/inbounds.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html index 28d6b6e8..1177118c 100644 --- a/web/html/xui/inbounds.html +++ b/web/html/xui/inbounds.html @@ -537,7 +537,7 @@ { title: '{{ i18n "online" }}', width: 30, 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.expireDate" }}', width: 80, align: 'center', scopedSlots: { customRender: 'expiryTime' } }, + { title: '{{ i18n "pages.inbounds.expireDate" }}', width: 100, align: 'center', scopedSlots: { customRender: 'expiryTime' } }, ]; const innerMobileColumns = [ |
