diff options
author | Unknwon <u@gogs.io> | 2015-09-11 20:42:26 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-09-11 20:42:26 -0400 |
commit | be89802bd8131835ed894280e75bba9f769cf575 (patch) | |
tree | e61abeedbe2079ab00f399c3b9a5501bcebc656c /conf | |
parent | 247017d9ff9b9947349555cdfd566cad061564ea (diff) | |
download | gitea-be89802bd8131835ed894280e75bba9f769cf575.tar.gz gitea-be89802bd8131835ed894280e75bba9f769cf575.zip |
new admin user list UI
Diffstat (limited to 'conf')
-rw-r--r-- | conf/app.ini | 4 | ||||
-rw-r--r-- | conf/locale/locale_en-US.ini | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/conf/app.ini b/conf/app.ini index 40f9876642..b826080d43 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -18,6 +18,10 @@ EXPLORE_PAGING_NUM = 20 ; Number of issues that are showed in one page ISSUE_PAGING_NUM = 10 +[ui.admin] +; Numer of users that are showed in one page +USER_PAGING_NUM = 50 + [markdown] ; Enable hard line break extension ENABLE_HARD_LINE_BREAK = false diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 2989fd2e90..b76d878b34 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -716,8 +716,8 @@ authentication = Authentications config = Configuration notices = System Notices monitor = Monitoring -prev = Prev. -next = Next +first_page = First +last_page = Last total = Total: %d dashboard.statistic = Statistic |