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
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/assets
parent83f8a03b504a1e6b04a605decdd8300ea2b4b0f5 (diff)
pageSize to 25
Diffstat (limited to 'web/assets')
-rw-r--r--web/assets/js/model/setting.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/assets/js/model/setting.js b/web/assets/js/model/setting.js
index d3f7f3e2..daf03799 100644
--- a/web/assets/js/model/setting.js
+++ b/web/assets/js/model/setting.js
@@ -8,7 +8,7 @@ class AllSetting {
this.webKeyFile = "";
this.webBasePath = "/";
this.sessionMaxAge = 360;
- this.pageSize = 50;
+ this.pageSize = 25;
this.expireDiff = 0;
this.trafficDiff = 0;
this.remarkModel = "-ieo";