I2PSnark: Status icon updates.

This commit is contained in:
z3d
2010-10-30 19:32:46 +00:00
parent e95b41511a
commit d0855ee892
3 changed files with 1 additions and 1 deletions

View File

@ -804,7 +804,7 @@ public class I2PSnarkServlet extends Default {
out.write("</td>\n\t");
out.write("<td align=\"right\" class=\"snarkTorrentDownloaded " + rowClass + "\">");
if (remaining > 0)
out.write("<i>" + formatSize(total-remaining) + "</i> /" + formatSize(total)); // 18MB/3GB
out.write("<i>" + formatSize(total-remaining) + "</i>/" + formatSize(total)); // 18MB/3GB
else
out.write(formatSize(total)); // 3GB
out.write("</td>\n\t");