diff options
author | 无闻 <u@gogs.io> | 2015-09-25 19:03:53 -0400 |
---|---|---|
committer | 无闻 <u@gogs.io> | 2015-09-25 19:03:53 -0400 |
commit | ee1256cf74f7f42f19fa22f77100aed78ad94987 (patch) | |
tree | 0c5bc5b1ed8215b169a9a66d7bf1457827721374 /conf | |
parent | 0d5e57e4aeaaafcb9ddcaac095a4f187d2eaabb4 (diff) | |
parent | a8fd615adc73bc5d37c753f14ec9738d1590e363 (diff) | |
download | gitea-ee1256cf74f7f42f19fa22f77100aed78ad94987.tar.gz gitea-ee1256cf74f7f42f19fa22f77100aed78ad94987.zip |
Merge pull request #1691 from sapk/fix-admin-organization-new-ui
Fix admin organization 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 21464edd0f..f767be5518 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -23,6 +23,8 @@ ISSUE_PAGING_NUM = 10 USER_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 +ORG_PAGING_NUM = 50 [markdown] ; Enable hard line break extension |