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:
parent
6c8adbfc1d
commit
79c7bab472
1 changed files with 1 additions and 1 deletions
|
@ -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">');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue