Console: Move jar dump link from summary bar to debug page tab

This commit is contained in:
zzz
2024-11-26 09:42:36 -05:00
parent f04bcd95a1
commit fed7cacdab
3 changed files with 15 additions and 14 deletions

View File

@@ -531,6 +531,7 @@ class SummaryBarRenderer {
.append("</a>\n");
svcs.put(tx, rbuf.toString());
/* moved to /debug tab
tx = _t("Jars");
rbuf.setLength(0);
rbuf.append("<a title=\"")
@@ -539,6 +540,7 @@ class SummaryBarRenderer {
.append(nbsp(tx))
.append("</a>\n");
svcs.put(tx, rbuf.toString());
*/
File javadoc = new File(_context.getBaseDir(), "docs/javadoc/index.html");
if (javadoc.exists()) {