diff options
author | 无闻 <u@gogs.io> | 2015-09-25 12:53:18 -0400 |
---|---|---|
committer | 无闻 <u@gogs.io> | 2015-09-25 12:53:18 -0400 |
commit | 1c35380c2c476e8eb5022078262e8cadade4d4c7 (patch) | |
tree | d4ee03e2655e96b8ea87bfb21a58591bbd293b65 /conf | |
parent | 4f8b20995694a21cdde1c2be3b86de8186fe3f42 (diff) | |
parent | 3544dafb649c798736991f813593c10584e18e34 (diff) | |
download | gitea-1c35380c2c476e8eb5022078262e8cadade4d4c7.tar.gz gitea-1c35380c2c476e8eb5022078262e8cadade4d4c7.zip |
Merge pull request #1689 from sapk/fix-admin-notice-new-ui
New admin notice UI based on user list example
Diffstat (limited to 'conf')
-rw-r--r-- | conf/app.ini | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/app.ini b/conf/app.ini index 0970475459..21464edd0f 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -19,8 +19,10 @@ EXPLORE_PAGING_NUM = 20 ISSUE_PAGING_NUM = 10 [ui.admin] -; Numer of users that are showed in one page +; Number of users that are showed in one page USER_PAGING_NUM = 50 +; Number of notices that are showed in one page +NOTICE_PAGING_NUM = 50 [markdown] ; Enable hard line break extension |