forked from I2P_Developers/i2p.i2p
Console: Minor fix for dark theme /logs version section
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user