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:
@@ -23,7 +23,7 @@ from ..pulp_client import PulpClient
|
||||
|
||||
router = APIRouter()
|
||||
|
||||
PAGE_SIZE = 20
|
||||
PAGE_SIZE = 10
|
||||
|
||||
|
||||
def _load_repos(
|
||||
|
||||
Reference in New Issue
Block a user