I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit d0855ee8 authored by z3d's avatar z3d
Browse files

I2PSnark: Status icon updates.

parent e95b4151
No related branches found
No related tags found
No related merge requests found
......@@ -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");
......
installer/resources/themes/snark/ubergine/images/stalled.png

874 B | W: | H:

installer/resources/themes/snark/ubergine/images/stalled.png

910 B | W: | H:

installer/resources/themes/snark/ubergine/images/stalled.png
installer/resources/themes/snark/ubergine/images/stalled.png
installer/resources/themes/snark/ubergine/images/stalled.png
installer/resources/themes/snark/ubergine/images/stalled.png
  • 2-up
  • Swipe
  • Onion skin
installer/resources/themes/snark/ubergine/images/stopped.png

847 B | W: | H:

installer/resources/themes/snark/ubergine/images/stopped.png

875 B | W: | H:

installer/resources/themes/snark/ubergine/images/stopped.png
installer/resources/themes/snark/ubergine/images/stopped.png
installer/resources/themes/snark/ubergine/images/stopped.png
installer/resources/themes/snark/ubergine/images/stopped.png
  • 2-up
  • Swipe
  • Onion skin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment