diff options
author | 无闻 <u@gogs.io> | 2015-09-25 19:05:27 -0400 |
---|---|---|
committer | 无闻 <u@gogs.io> | 2015-09-25 19:05:27 -0400 |
commit | 84c727ae6657c89885a5039a4dcd77d6be3fcf01 (patch) | |
tree | e60259775b75da7a1d5e709264dc80632423f9f3 /conf | |
parent | ee1256cf74f7f42f19fa22f77100aed78ad94987 (diff) | |
parent | dfc16d08790f446e321df24c01ae2800507e2a22 (diff) | |
download | gitea-84c727ae6657c89885a5039a4dcd77d6be3fcf01.tar.gz gitea-84c727ae6657c89885a5039a4dcd77d6be3fcf01.zip |
Merge pull request #1693 from sapk/fix-admin-repo-new-ui
Fix admin repos new ui
Diffstat (limited to 'conf')
-rw-r--r-- | conf/app.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/app.ini b/conf/app.ini index f767be5518..1ea4bf68da 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -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 ; Number of organization that are showed in one page |