diff options
Diffstat (limited to 'routers/admin/repos.go')
-rw-r--r-- | routers/admin/repos.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/admin/repos.go b/routers/admin/repos.go index 2c32070ed3..d19b01c4cb 100644 --- a/routers/admin/repos.go +++ b/routers/admin/repos.go @@ -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, }) } |