mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-08-26 13:26:56 +02:00
add torrents list view pagination
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
*/
|
||||
vm.getMovieTopInfo = function () {
|
||||
vm.moviesInfo = TorrentsService.query({
|
||||
limit: 8
|
||||
limit: 16
|
||||
}, function (items) {
|
||||
vm.movieTopList = items;
|
||||
}, function (err) {
|
||||
|
||||
@@ -388,4 +388,10 @@
|
||||
color: @brand-danger;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.torrent-list {
|
||||
.pagination-div {
|
||||
border-top: 2px solid lighten(@gray-base, 70%)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user