支持服务器详情24h流量统计

This commit is contained in:
CN-JS-HuiBai
2026-04-13 15:21:26 +08:00
parent 0a8efaf29d
commit 83e8a96b2b
3 changed files with 29 additions and 2 deletions

View File

@@ -392,11 +392,12 @@
<th class="sortable" data-sort="disk">磁盘 <span class="sort-icon"></span></th>
<th class="sortable" data-sort="netRx">网络 ↓ <span class="sort-icon"></span></th>
<th class="sortable" data-sort="netTx">网络 ↑ <span class="sort-icon"></span></th>
<th class="sortable" data-sort="traffic24h">24h 流量 <span class="sort-icon"></span></th>
</tr>
</thead>
<tbody id="serverTableBody">
<tr class="empty-row">
<td colspan="8">暂无数据 - 请先配置 Prometheus 数据源</td>
<td colspan="9">暂无数据 - 请先配置 Prometheus 数据源</td>
</tr>
</tbody>
</table>