修复地理位置漂移的BUG

This commit is contained in:
CN-JS-HuiBai
2026-04-05 17:05:15 +08:00
parent a9fe0f219a
commit dc865c6d9d
3 changed files with 152 additions and 14 deletions

View File

@@ -288,14 +288,14 @@
<table class="server-table" id="serverTable">
<thead>
<tr>
<th>状态</th>
<th>Job / 实例</th>
<th>数据源</th>
<th>CPU</th>
<th>内存</th>
<th>磁盘</th>
<th>网络 ↓</th>
<th>网络 ↑</th>
<th class="sortable active" data-sort="up">状态 <span class="sort-icon"></span></th>
<th class="sortable" data-sort="job">Job / 实例 <span class="sort-icon"></span></th>
<th class="sortable" data-sort="source">数据源 <span class="sort-icon"></span></th>
<th class="sortable" data-sort="cpu">CPU <span class="sort-icon"></span></th>
<th class="sortable" data-sort="mem">内存 <span class="sort-icon"></span></th>
<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>
</tr>
</thead>
<tbody id="serverTableBody">