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

Skip to content
Snippets Groups Projects
Commit 8bcfdc3c authored by zzz's avatar zzz
Browse files

i2ptunnel ui fixes

parent 1a41334e
No related branches found
No related tags found
No related merge requests found
...@@ -226,7 +226,7 @@ public class IndexBean { ...@@ -226,7 +226,7 @@ public class IndexBean {
// give the messages a chance to make it to the window // give the messages a chance to make it to the window
try { Thread.sleep(1000); } catch (InterruptedException ie) {} try { Thread.sleep(1000); } catch (InterruptedException ie) {}
// and give them something to look at in any case // and give them something to look at in any case
return _("Starting tunnel") + ' ' + getTunnelName(_tunnel) + " &hellip"; return _("Starting tunnel") + ' ' + getTunnelName(_tunnel) + "…";
} }
private String stop() { private String stop() {
...@@ -239,7 +239,7 @@ public class IndexBean { ...@@ -239,7 +239,7 @@ public class IndexBean {
// give the messages a chance to make it to the window // give the messages a chance to make it to the window
try { Thread.sleep(1000); } catch (InterruptedException ie) {} try { Thread.sleep(1000); } catch (InterruptedException ie) {}
// and give them something to look at in any case // and give them something to look at in any case
return _("Stopping tunnel") + ' ' + getTunnelName(_tunnel) + " &hellip"; return _("Stopping tunnel") + ' ' + getTunnelName(_tunnel) + "…";
} }
private String saveChanges() { private String saveChanges() {
......
...@@ -140,6 +140,6 @@ ...@@ -140,6 +140,6 @@
#tunnelListPage .descriptionField label, #tunnelListPage .destinationField label { #tunnelListPage .descriptionField label, #tunnelListPage .destinationField label {
text-align: right; text-align: right;
width: 150px; width: 150px;
height: 28px; height: 24px;
float: left; float: left;
} }
\ No newline at end of file
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