mirror of
https://github.com/go-gitea/gitea
synced 2025-08-12 12:38:20 +00:00
new admin user list UI
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user