forked from I2P_Developers/i2p.i2p
I2PSnark: Status icon updates.
This commit is contained in:
@ -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");
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 874 B After Width: | Height: | Size: 910 B |
Binary file not shown.
Before Width: | Height: | Size: 847 B After Width: | Height: | Size: 875 B |
Reference in New Issue
Block a user