This commit is contained in:
2024-06-28 12:06:36 +03:00
parent 5c7e78d39f
commit 5398af0d3e
2 changed files with 7 additions and 7 deletions

View File

@@ -63,7 +63,7 @@
<tr>
<th>Node</th>
<th>IP</th>
<th>Status</th>
<th>Max CPU</th>
<th>CPU</th>
<th>RAM</th>
<th>Network</th>
@@ -74,10 +74,10 @@
<tr repeat>
<td>${d.Id}</td>
<td>${d.Ip}</td>
<td>${d.Status}</td>
<td>${d.Cpu}</td>
<td>${d.Ram}</td>
<td>${d.Network}</td>
<td>${d.CpuMaxClock}</td>
<td>${d.Cpu.toFixed(2)}</td>
<td>${d.Ram.toFixed(2)}</td>
<td>${d.Network.toFixed(2)}</td>
<td>
<i-repeat :data="d?.Jobs">
<table>