* Console:

- Tag tunnel status
This commit is contained in:
zzz
2009-11-09 17:15:19 +00:00
parent e3d945201b
commit 6019cf8148
7 changed files with 65 additions and 26 deletions

View File

@@ -401,7 +401,7 @@ public class SummaryBarRenderer {
.append("</td></tr>\n" +
"</table><hr><h4>")
.append(_helper.getTunnelStatus())
.append(_(_helper.getTunnelStatus()))
.append("</h4><hr>\n")
.append(_helper.getDestinations());