diff options
author | Antoine GIRARD <sapk@sapk.fr> | 2015-09-25 18:13:38 +0200 |
---|---|---|
committer | Antoine GIRARD <sapk@sapk.fr> | 2015-09-25 18:13:38 +0200 |
commit | 14a11011390000cc21d134c3e612dda0fb9f490c (patch) | |
tree | d059e810efbb0b218b88ff719a84d8b10d9c6fb8 /conf | |
parent | 4f8b20995694a21cdde1c2be3b86de8186fe3f42 (diff) | |
download | gitea-14a11011390000cc21d134c3e612dda0fb9f490c.tar.gz gitea-14a11011390000cc21d134c3e612dda0fb9f490c.zip |
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 |