always have as many recent as active
This commit is contained in:
@ -260,10 +260,11 @@ public class SummaryBarRenderer {
|
|||||||
|
|
||||||
"<tr><td align=\"left\"><b>")
|
"<tr><td align=\"left\"><b>")
|
||||||
.append(_("Active"))
|
.append(_("Active"))
|
||||||
.append(":</b></td><td align=\"right\">")
|
.append(":</b></td><td align=\"right\">");
|
||||||
.append(_helper.getActivePeers())
|
int active = _helper.getActivePeers();
|
||||||
|
buf.append(active)
|
||||||
.append(" / ")
|
.append(" / ")
|
||||||
.append(_helper.getActiveProfiles())
|
.append(Math.max(active, _helper.getActiveProfiles()))
|
||||||
.append("</td></tr>\n" +
|
.append("</td></tr>\n" +
|
||||||
|
|
||||||
"<tr><td align=\"left\"><b>")
|
"<tr><td align=\"left\"><b>")
|
||||||
|
Reference in New Issue
Block a user