Container table CPU = 6 Cores RAM = GB

This commit is contained in:
MCHost
2025-07-14 19:35:35 -04:00
parent 4941125315
commit 2ed0f3a259
2 changed files with 10 additions and 10 deletions

View File

@@ -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('') || '';