Fix: Merge Conflict.

This commit is contained in:
SimonFair
2025-03-06 17:28:27 +00:00
parent 7b47f11f74
commit 3380b4ed3a

View File

@@ -37,7 +37,7 @@ function create($type = "") {
if ($cpu2) $text[$n] .= "$cpu2<br />";
}
}
$label = implode('<br />', array_fill(0, $loop, 'CORES:' . ($cpu2 ? '<br />CORES:' : '')));
$label = implode('<br>', array_fill(0, $loop, 'CORES:' . ($cpu2 ? '<br>CORES:' : '')));
if ($type == "vm") echo "<th>VCPUS</th>";
echo "<th>$label</th>" . implode(array_map(function($t) {
return "<th>$t</th>";