Console: Minor fix for dark theme /logs version section

This commit is contained in:
zzz
2022-06-13 07:11:31 -04:00
parent 22efde37e3
commit c248279a03

View File

@@ -23,7 +23,7 @@
<h3 class="tabletitle" id="version"><%=intl._t("I2P Version and Running Environment")%></h3>
<table id="enviro"><tbody>
<tr><td><!-- fix for first row not being selected --></td></tr>
<tr><td colspan="2"><!-- fix for first row not being selected --></td></tr>
<tr><td><b>I2P version:</b></td><td><%=net.i2p.router.RouterVersion.FULL_VERSION%></td></tr>
<tr><td><b>API version:</b></td><td><%=net.i2p.CoreVersion.PUBLISHED_VERSION%></td></tr>
<tr><td><b>Java version:</b></td><td><%=System.getProperty("java.vendor")%> <%=System.getProperty("java.version")%> (<%=System.getProperty("java.runtime.name")%> <%=System.getProperty("java.runtime.version")%>)</td></tr>