Container table CPU = 6 Cores RAM = GB
This commit is contained in:
@@ -148,7 +148,7 @@
|
||||
<tr>
|
||||
<th class="px-6 py-3">Name</th>
|
||||
<th class="px-6 py-3">CPU Usage (%)</th>
|
||||
<th class="px-6 py-3">Memory Usage (MB)</th>
|
||||
<th class="px-6 py-3">Memory Usage (GB)</th>
|
||||
<th class="px-6 py-3">State</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -163,7 +163,7 @@
|
||||
<tr>
|
||||
<th class="px-6 py-3">Name</th>
|
||||
<th class="px-6 py-3">CPU Usage (%)</th>
|
||||
<th class="px-6 py-3">Memory Usage (MB)</th>
|
||||
<th class="px-6 py-3">Memory Usage (GB)</th>
|
||||
<th class="px-6 py-3">State</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -577,7 +577,7 @@
|
||||
<tr>
|
||||
<td class="px-6 py-4">${c.name}</td>
|
||||
<td class="px-6 py-4">${c.cpu}%</td>
|
||||
<td class="px-6 py-4">${c.memory} MB</td>
|
||||
<td class="px-6 py-4">${c.memory} GB</td>
|
||||
<td class="px-6 py-4">${c.state}</td>
|
||||
</tr>
|
||||
`).join('') || '';
|
||||
@@ -585,7 +585,7 @@
|
||||
<tr>
|
||||
<td class="px-6 py-4">${c.name}</td>
|
||||
<td class="px-6 py-4">${c.cpu}%</td>
|
||||
<td class="px-6 py-4">${c.memory} MB</td>
|
||||
<td class="px-6 py-4">${c.memory} GB</td>
|
||||
<td class="px-6 py-4">${c.state}</td>
|
||||
</tr>
|
||||
`).join('') || '';
|
||||
|
Reference in New Issue
Block a user