From 3fc704c445e734baf82ea07a9764c9bcfbc7d96a Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Mon, 24 Jul 2023 13:54:10 -0400 Subject: [PATCH] Add Metrics and StormyCloud to homepage --- .../java/src/net/i2p/router/web/helpers/HomeHelper.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/routerconsole/java/src/net/i2p/router/web/helpers/HomeHelper.java b/apps/routerconsole/java/src/net/i2p/router/web/helpers/HomeHelper.java index b88f4335fb..bed8ca187a 100644 --- a/apps/routerconsole/java/src/net/i2p/router/web/helpers/HomeHelper.java +++ b/apps/routerconsole/java/src/net/i2p/router/web/helpers/HomeHelper.java @@ -97,6 +97,8 @@ public class HomeHelper extends HelperBase { //"sponge.i2p" + S + _x("Seedless and the Robert BitTorrent applications") + S + "http://sponge.i2p/" + S + I + "user_astronaut.png" + S + "notbob.i2p" + S + _x("Not Bob's Address Services") + S + "http://notbob.i2p/" + S + I + "notblob.png" + S + "[Ramble]" + S + _x("Ramble user-moderated forum aggregator") + S + "http://ramble.i2p/" + S + I + "ramble.png" + S + + "Metrics" + S + _x("I2P Network Statistics") + S + "http://metrics.i2p/" + S + I + "plugin.png" + S + + "StormyCloud" + S + _x("StormyCloud Outproxy Services") + S + "http://stormycloud.i2p/" + S + I + "plugin.png" + S + ""; // No commas allowed in text strings!