Console: Add jetty icon for sidebar

adapted from Jetty logo, Jetty licensed
This commit is contained in:
zzz
2025-05-02 08:13:07 -04:00
parent af94ad7441
commit abbda43e84
2 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ class SummaryBarRenderer {
String url = urls.get(i);
String txp = sz > 1 ? tx + ' ' + (i + 1) : tx;
rbuf.setLength(0);
rbuf.append("<tr><td><img src=\"/themes/console/images/server.png\" height=\"16\" width=\"16\" alt=\"\"></td><td align=\"left\">" +
rbuf.append("<tr><td><img src=\"/themes/console/images/jetty.png\" height=\"16\" width=\"16\" alt=\"\"></td><td align=\"left\">" +
"<a href=\"")
.append(url)
.append("\" target=\"_blank\" title=\"")

Binary file not shown.

After

Width:  |  Height:  |  Size: 683 B