mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-06 21:50:05 +00:00
🐛 fix: cpu
This commit is contained in:
@@ -78,7 +78,7 @@
|
|||||||
<td>
|
<td>
|
||||||
<div v-if="server.State" :class="formatPercent(server.live,server.State.CPU, 100).class">
|
<div v-if="server.State" :class="formatPercent(server.live,server.State.CPU, 100).class">
|
||||||
<div class="bar" :style="formatPercent(server.live,server.State.CPU, 100).style">
|
<div class="bar" :style="formatPercent(server.live,server.State.CPU, 100).style">
|
||||||
<small>@#formatPercent(server.State.CPU, 100).percent#@%</small>
|
<small>@#formatPercent(server.live,server.State.CPU,100).percent#@%</small>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user