mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2026-02-04 06:51:44 +00:00
align CPU pinning checkbox position in cloud template
This commit is contained in:
parent
a8e6008008
commit
2236fd4554
@ -392,19 +392,6 @@ export default {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row mb-20">
|
|
||||||
<div class="col span-6">
|
|
||||||
<Checkbox
|
|
||||||
v-model:value="cpuPinning"
|
|
||||||
class="check"
|
|
||||||
type="checkbox"
|
|
||||||
label-key="harvester.virtualMachine.cpuPinning.label"
|
|
||||||
:mode="mode"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="row mb-20">
|
<div class="row mb-20">
|
||||||
<a
|
<a
|
||||||
v-if="showAdvanced"
|
v-if="showAdvanced"
|
||||||
@ -445,6 +432,14 @@ export default {
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<div class="spacer"></div>
|
<div class="spacer"></div>
|
||||||
|
<Checkbox
|
||||||
|
v-model="cpuPinning"
|
||||||
|
class="check"
|
||||||
|
type="checkbox"
|
||||||
|
tooltip-key="harvester.virtualMachine.cpuPinning.tooltip"
|
||||||
|
label-key="harvester.virtualMachine.cpuPinning.label"
|
||||||
|
:mode="mode"
|
||||||
|
/>
|
||||||
<Checkbox
|
<Checkbox
|
||||||
v-model:value="installUSBTablet"
|
v-model:value="installUSBTablet"
|
||||||
class="check"
|
class="check"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user