Improved node list status display. Started overview live status

This commit is contained in:
Masu Baumgartner
2024-09-08 12:52:06 +00:00
parent b8db28b67b
commit 9d9f24a21d
2 changed files with 77 additions and 11 deletions

View File

@@ -51,7 +51,7 @@
<div>
<i class="bi bi-cpu text-lg text-slate-400 mr-1"></i>
<span class="text-white">
@(response.CpuUsage.Average(x => x))%
@(Math.Round(response.CpuUsage.Average(x => x), 2))%
</span>
</div>
<div>