style: refine CPU mode dropdown in VM form

- Removed unnecessary 'narrow' class from the CPU mode dropdown for improved styling consistency in the VM form layout.
This commit is contained in:
Zack Spear
2025-06-25 16:42:37 -07:00
parent 1d9db0c765
commit 5e80a64b04

View File

@@ -492,7 +492,7 @@ const displayOptions = <?= json_encode($arrDisplayOptions, JSON_HEX_TAG | JSON_H
<tr class="advanced">
<td><span class="advanced">_(CPU)_ </span>_(Mode)_:</td>
<td>
<span class="width"><select id="cpu" name="domain[cpumode]" class="cpu narrow">
<span class="width"><select id="cpu" name="domain[cpumode]" class="cpu">
<?mk_dropdown_options(['host-passthrough' => _('Host Passthrough').' ('.$strCPUModel.')', 'custom' => _('Emulated').' ('._('QEMU64').')'], $arrConfig['domain']['cpumode']);?>
</select></span>
<span class="advanced label <?=$migratehidden?>" id="domain_cpumigrate_text">_(Migratable)_:</span>