From 050ae0cd6dc785c1b9e78ac65870fd88cf5cca7c Mon Sep 17 00:00:00 2001 From: Mathieu <70369997+MathieuRA@users.noreply.github.com> Date: Wed, 4 Dec 2024 10:35:55 +0100 Subject: [PATCH] Update packages/xo-web/src/xo-app/vm/tab-advanced.js --- packages/xo-web/src/xo-app/vm/tab-advanced.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/xo-web/src/xo-app/vm/tab-advanced.js b/packages/xo-web/src/xo-app/vm/tab-advanced.js index e958afee01f..ce2622fb7c8 100644 --- a/packages/xo-web/src/xo-app/vm/tab-advanced.js +++ b/packages/xo-web/src/xo-app/vm/tab-advanced.js @@ -71,8 +71,8 @@ import { SelectSuspendSr } from 'select-suspend-sr' import BootOrder from './boot-order' import VusbCreateModal from './vusb-create-modal' import PciAttachModal from './pci-attach-modal' -import { subscribeSecurebootReadiness, subscribeGetGuestSecurebootReadiness } from '../../common/xo' import XenstoreCreateModal from './xenstore-create-modal' +import { subscribeSecurebootReadiness, subscribeGetGuestSecurebootReadiness } from '../../common/xo' // Button's height = react-select's height(36 px) + react-select's border-width(1 px) * 2 // https://github.com/JedWatson/react-select/blob/916ab0e62fc7394be8e24f22251c399a68de8b1c/less/select.less#L21, L22