修复地理位置漂移的BUG
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user