forked from I2P_Developers/i2p.i2p
Wizard: Fix cancel test button
This commit is contained in:
@@ -174,9 +174,16 @@
|
||||
<tr><td><%=intl._t("Test server location")%></td><td><%=wizhelper.getServerLocation()%></td></tr>
|
||||
<tr><td><%=intl._t("Completion status")%></td><td><%=wizhelper.getCompletionStatus()%></td></tr>
|
||||
<tr><td><%=intl._t("Details")%></td><td><%=wizhelper.getDetailStatus()%></td></tr>
|
||||
<%
|
||||
if (wizhelper.isNDTSuccessful()) {
|
||||
// don't display this if test failed
|
||||
%>
|
||||
<tr><td><%=intl._t("Downstream Bandwidth")%></td><td><%=net.i2p.data.DataHelper.formatSize2Decimal(wizhelper.getDownBandwidth())%>Bps</td></tr>
|
||||
<tr><td><%=intl._t("Upstream Bandwidth")%></td><td><%=net.i2p.data.DataHelper.formatSize2Decimal(wizhelper.getUpBandwidth())%>Bps</td></tr>
|
||||
<tr><td><%=intl._t("Share of Bandwidth for I2P")%></td><td><%=Math.round(net.i2p.router.web.helpers.WizardHelper.BW_SCALE * 100)%>%</td></tr>
|
||||
<%
|
||||
} // sucessful
|
||||
%>
|
||||
</table>
|
||||
<%
|
||||
} // skipbw
|
||||
|
Reference in New Issue
Block a user