mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-27 04:07:08 +00:00
Ordering organizations and users by name
This commit is contained in:
parent
145648a233
commit
3a10a0c1ca
4 changed files with 41 additions and 21 deletions
|
@ -27,7 +27,7 @@ func Repos(ctx *context.Context) {
|
|||
Ranger: models.Repositories,
|
||||
Private: true,
|
||||
PageSize: setting.UI.Admin.RepoPagingNum,
|
||||
OrderBy: "id ASC",
|
||||
OrderBy: "owner_id ASC, name ASC, id ASC",
|
||||
TplName: REPOS,
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue