setting: able to config dashboard news feed paging number (#4247)

This commit is contained in:
Unknwon
2017-03-16 20:25:28 -04:00
parent 7c802f6d83
commit 07a9cbe0a9
6 changed files with 41 additions and 33 deletions

View File

@@ -278,7 +278,8 @@ var (
OrgPagingNum int
} `ini:"ui.admin"`
User struct {
RepoPagingNum int
RepoPagingNum int
NewsFeedPagingNum int
} `ini:"ui.user"`
}