diff --git a/web/images/buttons/Makefile.am b/web/images/buttons/Makefile.am index 7d08a1bad..17993e41f 100644 --- a/web/images/buttons/Makefile.am +++ b/web/images/buttons/Makefile.am @@ -7,6 +7,7 @@ dist_data_DATA = \ info_activity.png \ info_files.png \ info_general.png \ + info_trackers.png \ tab_backgrounds.png \ toolbar_buttons.png \ torrent_buttons.png diff --git a/web/images/buttons/info_trackers.png b/web/images/buttons/info_trackers.png new file mode 100644 index 000000000..4a08daaf6 Binary files /dev/null and b/web/images/buttons/info_trackers.png differ diff --git a/web/index.html b/web/index.html index fd4664b3a..0f8e7c637 100755 --- a/web/index.html +++ b/web/index.html @@ -68,6 +68,7 @@
@@ -173,6 +174,11 @@ +Seeders: | ' + (tracker.seederCount > -1 ? tracker.seederCount : na) + ' |
---|---|
Leechers: | ' + (tracker.leecherCount > -1 ? tracker.leecherCount : na) + ' |
Downloads: | ' + (tracker.downloadCount > -1 ? tracker.downloadCount : na)+ ' |