1.修复IP top10 使用类型报错 由integer改为Long

2.Bps修正为bps
This commit is contained in:
tanghao
2019-01-18 16:00:18 +08:00
parent 99dad7c0a4
commit 7210fca18f
8 changed files with 10 additions and 10 deletions

View File

@@ -83,7 +83,7 @@
<th class="tl"><spring:message code="GByte"/></th>
<th class="tl"><spring:message code="percentage"/> (<spring:message code="GByte"/>)</th>
<th class="tl"><spring:message code="pps"/></th>
<th class="tl"><spring:message code="second_bps"/></th>
<th class="tl lowercase"><spring:message code="second_bps"/></th>
</tr>
</thead>
<tbody id="tableData"></tbody>