diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-07-01 22:11:42 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-07-01 22:11:42 +0300 |
| commit | f9792632d43be95037dbd1c6e09994ca765e3c88 (patch) | |
| tree | 6e37c2b4e380f3cb90fc9286b509faa295d7ba35 /web/html | |
| parent | a9ec24f811fd8abda99173a87335bcf4819d9613 (diff) | |
pageSize default to 50
Diffstat (limited to 'web/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 d756c02e..50630f51 100644 --- a/web/html/xui/inbounds.html +++ b/web/html/xui/inbounds.html @@ -664,7 +664,7 @@ tgBotEnable: false, showAlert: false, ipLimitEnable: false, - pageSize: 0, + pageSize: 50, isMobile: window.innerWidth <= 768, }, methods: { |
