forked from I2P_Developers/i2p.i2p
* Console:
- Rewrite TrustedUpdate version comparator, use for netdb version table
so 0.7.10 will be sorted correctly
- Reduce netdb.jsp memory usage
- More tagging fixups
- configclients.jsp fixup for "Web console"
This commit is contained in:
@@ -132,7 +132,9 @@ public class ConfigTunnelsHandler extends FormHandler {
|
||||
}
|
||||
|
||||
if (updated > 0)
|
||||
addFormNotice("Updated settings for " + updated + " pools.");
|
||||
// the count isn't really correct anyway, since we don't check for actual changes
|
||||
//addFormNotice("Updated settings for " + updated + " pools.");
|
||||
addFormNotice(_("Updated settings for all pools."));
|
||||
|
||||
if (saveRequired) {
|
||||
boolean saved = _context.router().saveConfig();
|
||||
|
||||
Reference in New Issue
Block a user