up
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user