mirror of
https://github.com/unraid/webgui.git
synced 2026-01-25 19:19:06 -06:00
Fix: Merge Conflict.
This commit is contained in:
@@ -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>";
|
||||
|
||||
Reference in New Issue
Block a user