feat(torrents): pagination for torrent seed users and leech users list on torrent detail page

This commit is contained in:
OldHawk
2017-11-10 17:24:52 +08:00
parent 1290c97ea5
commit da35eb3eee
9 changed files with 278 additions and 21 deletions

View File

@@ -265,7 +265,7 @@
TAB_TORRENT_INFO: 'Torrent Info',
TAB_USER_SUBTITLE: 'Subtitle Info',
TAB_THUMBS_LIST: 'Thumbs-up',
TAB_USER_INFO: 'User Info',
TAB_USER_INFO: 'Users Info',
TAB_OTHER_TORRENTS: 'Other Torrents',
TAB_MY_PANEL: 'My Pannel',
TAB_ADMIN_PANEL: 'Admin Panel',

View File

@@ -873,6 +873,7 @@ body {
.tb-peers {
background-color: #fff;
margin-bottom: 10px !important;
thead {
tr {
th {
@@ -889,6 +890,9 @@ body {
}
margin-bottom: 0;
}
.pagination {
margin: 0 !important;
}
}
.tb-other-torrents {