1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 01:27:28 +00:00

#5118 (web client) Tracker tier count should start at 1

This commit is contained in:
Mitchell Livingston 2012-11-02 21:42:10 +00:00
parent 6c8adbfc1d
commit 79c7bab472

View file

@ -719,7 +719,7 @@ function Inspector(controller) {
tier = tracker.tier; tier = tracker.tier;
html.push('<div class="inspector_group_label">', html.push('<div class="inspector_group_label">',
'Tier ', tier, '</div>', 'Tier ', tier+1, '</div>',
'<ul class="tier_list">'); '<ul class="tier_list">');
} }