fix: paginate operational list pages

This commit is contained in:
hectorzhao
2026-07-28 23:20:13 +08:00
parent 87c5b1eccc
commit b8560372cc
40 changed files with 1208 additions and 422 deletions
+5
View File
@@ -277,6 +277,11 @@ server {
root ${APP_DIR}/dist;
index index.html;
client_max_body_size 50m;
gzip on;
gzip_vary on;
gzip_min_length 1024;
gzip_comp_level 5;
gzip_types application/json application/javascript text/css text/plain text/csv image/svg+xml;
location /api/ {
proxy_pass http://127.0.0.1:${API_PORT}/api/;