Update CPUset.php

This commit is contained in:
SimonFair
2025-02-01 15:10:06 +00:00
parent 51731a2e6c
commit f527d5ee55

View File

@@ -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>";