From fadda4ceec597b2e6395f60f2eb030e7ce3fcce2 Mon Sep 17 00:00:00 2001
From: z3d
Date: Sat, 17 Oct 2009 23:34:38 +0000
Subject: [PATCH] More UI whitespace cleanups and other miscellaneous UI
goodness.
---
.../router/web/ProfileOrganizerRenderer.java | 4 +-
apps/routerconsole/jsp/help.jsp | 2 +-
apps/routerconsole/jsp/jobs.jsp | 2 +-
apps/routerconsole/jsp/summary.jsp | 4 +-
apps/routerconsole/jsp/summaryframe.jsp | 8 ++--
.../themes/console/classic/console.css | 38 ++++++++++++++++---
.../resources/themes/console/dark/console.css | 6 +++
.../themes/console/light/console.css | 6 +++
.../router/transport/ntcp/NTCPTransport.java | 6 +--
.../router/transport/udp/UDPTransport.java | 2 +-
10 files changed, 59 insertions(+), 19 deletions(-)
diff --git a/apps/routerconsole/java/src/net/i2p/router/web/ProfileOrganizerRenderer.java b/apps/routerconsole/java/src/net/i2p/router/web/ProfileOrganizerRenderer.java
index f0f44c4c1..957cafc10 100644
--- a/apps/routerconsole/java/src/net/i2p/router/web/ProfileOrganizerRenderer.java
+++ b/apps/routerconsole/java/src/net/i2p/router/web/ProfileOrganizerRenderer.java
@@ -226,9 +226,9 @@ class ProfileOrganizerRenderer {
buf.append("");
buf.append("Thresholds:
");
- buf.append("Speed: ").append(num(_organizer.getSpeedThreshold())).append(" (").append(fast).append(" fast peers)
");
+ buf.append("Speed: ").append(num(_organizer.getSpeedThreshold())).append(" (").append(fast).append(" fast peers)
");
buf.append("Capacity: ").append(num(_organizer.getCapacityThreshold())).append(" (").append(reliable).append(" high capacity peers)
");
- buf.append("Integration: ").append(num(_organizer.getIntegrationThreshold())).append(" (").append(integrated).append(" well integrated peers)");
+ buf.append("Integration: ").append(num(_organizer.getIntegrationThreshold())).append(" (").append(integrated).append(" well integrated peers)
");
buf.append("Definitions:
" +
"- groups: as determined by the profile organizer
" +
"- caps: capabilities in the netDb, not used to determine profiles
" +
diff --git a/apps/routerconsole/jsp/help.jsp b/apps/routerconsole/jsp/help.jsp
index 01301649e..ac945604a 100644
--- a/apps/routerconsole/jsp/help.jsp
+++ b/apps/routerconsole/jsp/help.jsp
@@ -165,7 +165,7 @@ details on other applications available, as well as their licenses, please see t
client applications can be found on our download page.
.
-Release history
+Release history
<% java.io.File fpath = new java.io.File(net.i2p.I2PAppContext.getGlobalContext().getBaseDir(), "history.txt"); %>
diff --git a/apps/routerconsole/jsp/jobs.jsp b/apps/routerconsole/jsp/jobs.jsp
index d75207c84..0b51d7165 100644
--- a/apps/routerconsole/jsp/jobs.jsp
+++ b/apps/routerconsole/jsp/jobs.jsp
@@ -9,6 +9,6 @@
" />
-
+