mirror of
https://github.com/unraid/webgui.git
synced 2026-02-20 16:18:57 -06:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user