forked from I2P_Developers/i2p.i2p
Theme tweaks, minor textual edits and a whole lot less.
This commit is contained in:
@@ -367,7 +367,7 @@ public class SummaryHelper extends HelperBase {
|
||||
if (timeToExpire < 0) {
|
||||
// red or yellow light
|
||||
buf.append("<td align=\right\"><img src=\"/themes/console/images/local_inprogress.png\" alt=\"Rebuilding…\" title=\"Leases expired ").append(DataHelper.formatDuration(0-timeToExpire));
|
||||
buf.append(" ago. Rebuilding..\"></td></tr>\n");
|
||||
buf.append(" ago. Rebuilding…\"></td></tr>\n");
|
||||
} else {
|
||||
// green light
|
||||
buf.append("<td align=\right\"><img src=\"/themes/console/images/local_up.png\" alt=\"Ready\" title=\"Ready\"></td></tr>\n");
|
||||
|
||||
Reference in New Issue
Block a user