Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/web/html
diff options
context:
space:
mode:
authormhsanaei <ho3ein.sanaei@gmail.com>2025-09-21 21:47:34 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2025-09-21 21:47:34 +0300
commitd518979e4ff8ed21d209d8ef33eb993ca29b020d (patch)
tree004ea04f99bf167280372c4cb1b233da142403f3 /web/html
parent83f8a03b504a1e6b04a605decdd8300ea2b4b0f5 (diff)
pageSize to 25
Diffstat (limited to 'web/html')
-rw-r--r--web/html/inbounds.html4
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) {