diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-09-21 21:47:34 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-09-21 21:47:34 +0300 |
| commit | d518979e4ff8ed21d209d8ef33eb993ca29b020d (patch) | |
| tree | 004ea04f99bf167280372c4cb1b233da142403f3 /web/html | |
| parent | 83f8a03b504a1e6b04a605decdd8300ea2b4b0f5 (diff) | |
pageSize to 25
Diffstat (limited to 'web/html')
| -rw-r--r-- | web/html/inbounds.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/inbounds.html b/web/html/inbounds.html index 0e285f95..2ab00f09 100644 --- a/web/html/inbounds.html +++ b/web/html/inbounds.html @@ -736,7 +736,7 @@ refreshing: false, refreshInterval: Number(localStorage.getItem("refreshInterval")) || 5000, subSettings: { - enable: true, + enable: false, subTitle: '', subURI: '', subJsonURI: '', @@ -747,7 +747,7 @@ tgBotEnable: false, showAlert: false, ipLimitEnable: false, - pageSize: 50, + pageSize: 0, }, methods: { loading(spinning = true) { |
