1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-12 12:38:20 +00:00

Fix admin repos new ui

This commit is contained in:
Antoine GIRARD
2015-09-26 00:38:43 +02:00
parent 1c35380c2c
commit dfc16d0879
5 changed files with 95 additions and 70 deletions

View File

@@ -21,6 +21,8 @@ ISSUE_PAGING_NUM = 10
[ui.admin]
; Number of users that are showed in one page
USER_PAGING_NUM = 50
; Number of repos that are showed in one page
REPO_PAGING_NUM = 50
; Number of notices that are showed in one page
NOTICE_PAGING_NUM = 50