feat(ui): 대시보드 페이지당 저장소 10개로 조정

PAGE_SIZE 20 → 10. 한 화면에 부담 없이 보이도록. 페이저는 기존대로
동적 계산(ceil(total/PAGE_SIZE)). 테스트도 10/페이지 기준으로 갱신.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-10 10:06:27 +09:00
parent d79eb716bb
commit d48d15f09a
2 changed files with 8 additions and 7 deletions

View File

@@ -23,7 +23,7 @@ from ..pulp_client import PulpClient
router = APIRouter()
PAGE_SIZE = 20
PAGE_SIZE = 10
def _load_repos(