Add a static image to the local destinations
status of local destinations; zzz to add server/client logic. ;
This commit is contained in:
@ -347,7 +347,7 @@ public class SummaryHelper extends HelperBase {
|
||||
Destination client = (Destination)iter.next();
|
||||
String name = getName(client);
|
||||
|
||||
buf.append("<tr><td align=\"right\"><b>*</b></td>");
|
||||
buf.append("<tr><td align=\"right\"><b><img src=\"/themes/console/images/server.png\" alt=\"Server\" title=\"hello zzz!\"></td>");
|
||||
buf.append("<td align=\"left\"><a href=\"tunnels.jsp#").append(client.calculateHash().toBase64().substring(0,4));
|
||||
buf.append("\" target=\"_top\" title=\"Show tunnels\">");
|
||||
if (name.length() < 16)
|
||||
|
BIN
installer/resources/themes/console/images/client.png
Normal file
BIN
installer/resources/themes/console/images/client.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 612 B |
BIN
installer/resources/themes/console/images/server.png
Normal file
BIN
installer/resources/themes/console/images/server.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 530 B |
Reference in New Issue
Block a user