mirror of
https://github.com/transmission/transmission
synced 2024-12-25 09:13:06 +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;
|
||||
|
||||
html.push('<div class="inspector_group_label">',
|
||||
'Tier ', tier, '</div>',
|
||||
'Tier ', tier+1, '</div>',
|
||||
'<ul class="tier_list">');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue