mirror of
https://github.com/unraid/webgui.git
synced 2026-01-06 01:29:54 -06:00
Update CPUset.php
This commit is contained in:
@@ -80,7 +80,7 @@ case 'vm':
|
||||
$vcpuselect .= mk_option($cfg['domain']['vcpus'], $i, $i);
|
||||
}
|
||||
$vcpuselect .= '</select>';
|
||||
if ($disabled == "disabled") $buttontext = ("Deselect All"); else $buttontext = htmlspecialchars("Select All");
|
||||
if ($disabled == "disabled") $buttontext = htmlspecialchars("Deselect All"); else $buttontext = htmlspecialchars("Select All");
|
||||
echo "<td>$vcpuselect<input type=\"button\" value=\""._("$buttontext")."\" id=\"vmbtnvCPUSelect;$vmenc\" name=\"vmbtnvCPUSelect$vmenc\" onclick=\"vcpupins(this)\" /></td>";
|
||||
create('vm', $vm, $cfg['domain']['vcpu']);
|
||||
echo "</tr>";
|
||||
|
||||
Reference in New Issue
Block a user