bfg-common 1.4.708 → 1.4.710
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/img/icons/icons-sprite-dark-3.svg +227 -227
- package/assets/img/icons/icons-sprite-dark-5.svg +488 -488
- package/assets/img/icons/icons-sprite-light-3.svg +227 -227
- package/assets/img/icons/icons-sprite-light-5.svg +488 -488
- package/assets/localization/local_be.json +3 -1
- package/assets/localization/local_en.json +3 -1
- package/assets/localization/local_hy.json +3 -1
- package/assets/localization/local_kk.json +3 -1
- package/assets/localization/local_ru.json +4 -2
- package/assets/localization/local_zh.json +2911 -2909
- package/assets/scss/common/normalize.scss +355 -355
- package/components/atoms/TheIcon3.vue +50 -50
- package/components/atoms/modal/bySteps/BySteps.vue +253 -253
- package/components/atoms/stack/StackBlock.vue +185 -185
- package/components/atoms/table/dataGrid/DataGrid.vue +1696 -1696
- package/components/atoms/table/dataGrid/DataGridColumnSwitch.vue +222 -222
- package/components/atoms/table/dataGrid/lib/config/settingsTable.ts +91 -91
- package/components/common/browse/BrowseNew.vue +237 -237
- package/components/common/browse/BrowseOld.vue +217 -217
- package/components/common/browse/blocks/contents/Files.vue +37 -37
- package/components/common/browse/blocks/contents/FilesOld.vue +72 -72
- package/components/common/browse/blocks/contents/filesNew/FilesNew.vue +96 -96
- package/components/common/browse/blocks/contents/filesNew/Skeleton.vue +18 -18
- package/components/common/browse/blocks/lib/models/types.ts +1 -1
- package/components/common/browse/lib/models/interfaces.ts +5 -5
- package/components/common/context/lib/models/interfaces.ts +30 -30
- package/components/common/context/recursion/Recursion.vue +86 -86
- package/components/common/context/recursion/RecursionOld.vue +213 -213
- package/components/common/diagramMain/Header.vue +211 -211
- package/components/common/diagramMain/adapter/AdapterItems.vue +61 -61
- package/components/common/diagramMain/lib/config/initial.ts +50 -50
- package/components/common/diagramMain/lib/models/types.ts +21 -21
- package/components/common/diagramMain/lib/utils/utils.ts +331 -331
- package/components/common/diagramMain/modals/ManagePhysicalAdaptersModal.vue +330 -330
- package/components/common/diagramMain/modals/editSettings/ConfirmTeamingSettingsModal.vue +40 -40
- package/components/common/diagramMain/modals/editSettings/EditSettings.vue +497 -497
- package/components/common/diagramMain/modals/editSettings/EditSettingsModal.vue +812 -812
- package/components/common/diagramMain/modals/editSettings/tabs/NetworkProperties.vue +214 -214
- package/components/common/diagramMain/modals/editSettings/tabs/Security.vue +189 -189
- package/components/common/diagramMain/modals/editSettings/tabs/SwitchProperties.vue +163 -163
- package/components/common/diagramMain/modals/editSettings/tabs/TeamingFailover.vue +175 -175
- package/components/common/diagramMain/modals/editSettings/tabs/TrafficShaping.vue +398 -398
- package/components/common/diagramMain/modals/editSettings/tabs/port/IpvFourSettings.vue +346 -346
- package/components/common/diagramMain/modals/editSettings/tabs/port/PortProperties.vue +205 -205
- package/components/common/diagramMain/modals/lib/config/diagramConfig.ts +23 -23
- package/components/common/diagramMain/modals/lib/config/initial.ts +180 -180
- package/components/common/diagramMain/modals/lib/config/vmKernelAdapter.ts +90 -90
- package/components/common/diagramMain/modals/lib/mappers/mappers.ts +87 -87
- package/components/common/diagramMain/modals/lib/utils/index.ts +24 -24
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/lib/config/steps.ts +114 -114
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/steps/ConnectionSettings.vue +169 -169
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/steps/SelectVmkernelAdapter.vue +159 -159
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/common.ts +14 -14
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/connectionSettings.ts +137 -137
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/selectVmkernelAdapter.ts +52 -52
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/validations.ts +19 -19
- package/components/common/diagramMain/port/Ports.vue +47 -47
- package/components/common/layout/theHeader/helpMenu/About.vue +82 -82
- package/components/common/layout/theHeader/helpMenu/aboutNew/AboutNew.vue +103 -103
- package/components/common/mainNavigationPanel/MainNavigationPanel.vue +150 -150
- package/components/common/modals/confirmByInput/ConfirmByInput.vue +206 -206
- package/components/common/modals/unsavedChanges/UnsavedChanges.vue +56 -56
- package/components/common/pages/home/StatusContent.vue +49 -49
- package/components/common/pages/home/headline/Headline.vue +44 -44
- package/components/common/pages/home/headline/HeadlineNew.vue +71 -71
- package/components/common/pages/home/lib/models/interfaces.ts +48 -48
- package/components/common/pages/home/widgets/Widgets.vue +49 -49
- package/components/common/pages/home/widgets/WidgetsNew.vue +86 -86
- package/components/common/pages/home/widgets/WidgetsOld.vue +34 -34
- package/components/common/pages/home/widgets/hosts/Hosts.vue +27 -27
- package/components/common/pages/home/widgets/hosts/HostsNew.vue +100 -100
- package/components/common/pages/home/widgets/hosts/lib/config/items.ts +23 -23
- package/components/common/pages/home/widgets/services/lib/config/config.ts +108 -108
- package/components/common/pages/home/widgets/vms/Vms.vue +26 -26
- package/components/common/pages/home/widgets/vms/VmsNew.vue +101 -101
- package/components/common/pages/home/widgets/vms/VmsOld.vue +35 -35
- package/components/common/pages/home/widgets/vms/lib/config/items.ts +19 -19
- package/components/common/select/button/ButtonDropdown.vue +108 -108
- package/components/common/spiceConsole/Drawer.vue +370 -370
- package/components/common/spiceConsole/lib/models/interfaces.ts +5 -5
- package/components/common/split/vertical/Vertical.vue +160 -160
- package/components/common/vm/actions/add/Add.vue +616 -616
- package/components/common/vm/actions/clone/lib/config/steps.ts +129 -129
- package/components/common/vm/actions/common/customizeHardware/CustomizeHardware.vue +267 -267
- package/components/common/vm/actions/common/customizeHardware/CustomizeHardwareNew.vue +269 -269
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/browseView/BrowseView.vue +219 -219
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/bus/BusNew.vue +117 -117
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/CdDvdDriveNew.vue +161 -161
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/CdDvdDriveOld.vue +165 -165
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/media/Media.vue +25 -25
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/media/MediaNew.vue +55 -55
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Cpu.vue +338 -338
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/config/dropdownItems.ts +147 -147
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/limit/Limit.vue +220 -220
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/mode/ModeOld.vue +56 -56
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/sharing/SharingNew.vue +44 -44
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/NewNetwork.vue +281 -281
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/NewNetworkNew.vue +124 -124
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/location/LocationOld.vue +134 -134
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/location/new/New.vue +63 -63
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/location/new/table/lib/config/config.ts +95 -95
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/MacAddress.vue +119 -119
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/MacAddressNew.vue +69 -69
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/MacAddressOld.vue +83 -83
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/NewPciDeviceNew.vue +85 -85
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/NewPciDeviceOld.vue +91 -91
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/directPathIo/DirectPathIoNew.vue +35 -35
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/DynamicDirectPathIoNew.vue +48 -48
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/note/Note.vue +15 -15
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/note/NoteNew.vue +42 -42
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/note/NoteOld.vue +30 -30
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/nvidiaGrid/NvidiaGridNew.vue +30 -30
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/typeSelection/TypeSelectionNew.vue +46 -46
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newUsbController/NewUsbControllerNew.vue +56 -56
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/Other.vue +16 -16
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/OtherNew.vue +30 -30
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/VideoCardNew.vue +104 -104
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/VideoCardOld.vue +112 -112
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/totalVideoMemory/TotalVideoMemoryNew.vue +54 -54
- package/components/common/vm/actions/common/customizeHardware/vmoptions/Vmoptions.vue +145 -145
- package/components/common/vm/actions/common/customizeHardware/vmoptions/VmoptionsNew.vue +102 -102
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/BootOptionsNew.vue +75 -75
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/delay/Delay.vue +26 -26
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/firmware/Firmware.vue +57 -57
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/firmware/FirmwareNew.vue +42 -42
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/menu/MenuNew.vue +25 -25
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/Order.vue +171 -171
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/OrderNew.vue +50 -50
- package/components/common/vm/actions/common/customizeHardware/vmoptions/generalOptions/GeneralOptionsNew.vue +141 -141
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/New.vue +140 -140
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/copyPaste/CopyPasteNew.vue +30 -30
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/fileTransfer/FileTransferNew.vue +30 -30
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/folderSharing/FolderSharingNew.vue +30 -30
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/Keymap.vue +32 -32
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/KeymapNew.vue +39 -39
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/Password.vue +103 -103
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/PasswordNew.vue +102 -102
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/PasswordOld.vue +94 -94
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/UsbRedirection.vue +28 -28
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/UsbRedirectionNew.vue +38 -38
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/UsbRedirectionOld.vue +44 -44
- package/components/common/vm/actions/common/select/storage/Storage.vue +130 -130
- package/components/common/vm/actions/common/select/storage/StorageOld.vue +129 -129
- package/components/common/vm/actions/editSettings/EditSettings.vue +232 -232
- package/components/common/vm/actions/editSettings/EditSettingsOld.vue +183 -183
- package/components/common/vm/actions/editSettings/new/New.vue +177 -177
- package/components/common/vm/actions/editSettings/new/Skeleton.vue +88 -88
- package/composables/productNameLocal.ts +30 -30
- package/composables/useAppVersion.ts +21 -21
- package/package.json +2 -2
- package/plugins/date.ts +233 -233
- package/plugins/recursion.ts +311 -311
- package/public/spice-console/lib/images/bitmap.js +203 -203
- package/public/spice-console/network/spicechannel.js +383 -383
- package/store/main/mutations.ts +7 -7
- package/store/main/state.ts +7 -7
- package/store/tasks/mappers/recentTasks.ts +64 -64
|
@@ -1,183 +1,183 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="edit-vm">
|
|
3
|
-
<atoms-modal
|
|
4
|
-
test-id="edit-vm-wizard"
|
|
5
|
-
:show="true"
|
|
6
|
-
:title="localization.common.editSettings"
|
|
7
|
-
:second-title="props.vmNameOld"
|
|
8
|
-
:disabled-submit="props.loading"
|
|
9
|
-
@submit="emits('validate')"
|
|
10
|
-
@hide="emits('hide')"
|
|
11
|
-
>
|
|
12
|
-
<template #modalBody>
|
|
13
|
-
<atoms-loader
|
|
14
|
-
v-show="!vmSettings || props.loading"
|
|
15
|
-
id="loader"
|
|
16
|
-
data-id="edit-vm-settings-spinner"
|
|
17
|
-
/>
|
|
18
|
-
<div v-if="vmSettings" class="vm-context">
|
|
19
|
-
<common-vm-actions-common-customize-hardware
|
|
20
|
-
v-model:vm-name="vmName"
|
|
21
|
-
v-model:guest-machine-type="vmSettings.guestMachineType"
|
|
22
|
-
v-model:guest-os-family="vmSettings.guestOsFamily"
|
|
23
|
-
v-model:guest-os-version="vmSettings.guestOsVersion"
|
|
24
|
-
:project="props.project"
|
|
25
|
-
:storage="vmSettings.storage"
|
|
26
|
-
:hard-disks-for-boot-options="props.virtualHardwareHardDisks"
|
|
27
|
-
:cd-dvd-drives-for-boot-options="props.virtualHardwareCdDvdDrives"
|
|
28
|
-
:networks-for-boot-options="props.virtualHardwareNetworks"
|
|
29
|
-
:cd-dvd-drives="vmSettings.cdDvdDrives"
|
|
30
|
-
:hard-disks="vmSettings.hardDisks"
|
|
31
|
-
:networks="vmSettings.networks"
|
|
32
|
-
:max-cpus="vmSettings.maxCpus"
|
|
33
|
-
:max-memory="vmSettings.maxMemory"
|
|
34
|
-
:cpu-models="vmSettings.cpuModels"
|
|
35
|
-
:cpu="vmSettings.cpu"
|
|
36
|
-
:memory="vmSettings.memory"
|
|
37
|
-
:video-card="vmSettings.videoCard"
|
|
38
|
-
:usb-controller="vmSettings.usbController"
|
|
39
|
-
:pci-devices="vmSettings.pciDevices"
|
|
40
|
-
:selected-nav-item="selectedNavItem"
|
|
41
|
-
:hard-disks-for-edit="vmSettings.hardDisks"
|
|
42
|
-
:options="vmSettings.options"
|
|
43
|
-
:nodes="props.nodes"
|
|
44
|
-
:files="props.files"
|
|
45
|
-
:networks-table="props.networksTable"
|
|
46
|
-
:error-validation-fields="props.errorValidationFields"
|
|
47
|
-
:vm-cpu-help-text-second="props.vmCpuHelpTextSecond"
|
|
48
|
-
:passthrough-devices="props.passthroughDevices"
|
|
49
|
-
:state="props.state"
|
|
50
|
-
:get-datastore-table-func="props.getDatastoreTableFunc"
|
|
51
|
-
:datastore="props.datastore"
|
|
52
|
-
:customize-hardware-submit="props.customizeHardwareSubmit"
|
|
53
|
-
is-edit
|
|
54
|
-
@get-storage="emits('get-storage', $event)"
|
|
55
|
-
@get-folders-or-files="emits('get-folders-or-files', $event)"
|
|
56
|
-
@get-active-device-child="emits('get-active-device-child', $event)"
|
|
57
|
-
@show-datastore-child="emits('show-datastore-child', $event)"
|
|
58
|
-
@get-networks-table="emits('get-networks-table', $event)"
|
|
59
|
-
@get-pci-devices="emits('get-pci-devices')"
|
|
60
|
-
@change-boot-order="emits('change-boot-order', $event)"
|
|
61
|
-
@send-data="emits('change-customize-hardware', $event)"
|
|
62
|
-
/>
|
|
63
|
-
</div>
|
|
64
|
-
</template>
|
|
65
|
-
</atoms-modal>
|
|
66
|
-
</div>
|
|
67
|
-
</template>
|
|
68
|
-
|
|
69
|
-
<script setup lang="ts">
|
|
70
|
-
import type { UI_T_Project } from '~/lib/models/types'
|
|
71
|
-
import type { UI_I_FileTreeNode } from '~/components/lib/models/interfaces'
|
|
72
|
-
import type { UI_I_NetworkTableItem } from '~/lib/models/store/network/interfaces'
|
|
73
|
-
import type {
|
|
74
|
-
UI_I_PciDevice,
|
|
75
|
-
UI_I_VmSettings,
|
|
76
|
-
} from '~/lib/models/store/vm/interfaces'
|
|
77
|
-
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
78
|
-
import type { UI_I_SendDataCustomizeHardware } from '~/components/common/vm/actions/common/customizeHardware/lib/models/interfaces'
|
|
79
|
-
import type {
|
|
80
|
-
UI_I_SendDataNewCdDvdDrive,
|
|
81
|
-
UI_I_SendDataNewHardDisk,
|
|
82
|
-
UI_I_SendDataNewNetwork,
|
|
83
|
-
} from '~/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/models/interfaces'
|
|
84
|
-
import type { UI_T_SelectedNavItem } from '~/components/common/vm/actions/common/lib/models/types'
|
|
85
|
-
import type { UI_I_ErrorValidationField } from '~/lib/models/store/interfaces'
|
|
86
|
-
import type { UI_I_TablePayload } from '~/lib/models/table/interfaces'
|
|
87
|
-
import type {
|
|
88
|
-
UI_I_DatastoreTableItem,
|
|
89
|
-
UI_I_FolderOrFileTreePayload,
|
|
90
|
-
} from '~/lib/models/store/storage/interfaces'
|
|
91
|
-
import type { UI_T_ChangeBootOrder } from '~/components/common/vm/actions/lib/models/types'
|
|
92
|
-
|
|
93
|
-
const vmName = defineModel<string>('vmName', { required: true })
|
|
94
|
-
|
|
95
|
-
const vmSettings = defineModel<UI_I_VmSettings | null>('vmSettings', {
|
|
96
|
-
required: true,
|
|
97
|
-
})
|
|
98
|
-
|
|
99
|
-
const props = defineProps<{
|
|
100
|
-
nodes: UI_I_FileTreeNode[]
|
|
101
|
-
files: UI_I_FileTreeNode[]
|
|
102
|
-
project: UI_T_Project
|
|
103
|
-
loading: boolean
|
|
104
|
-
datastore: UI_I_DatastoreTableItem[]
|
|
105
|
-
networksTable: UI_I_NetworkTableItem[]
|
|
106
|
-
selectedNavItem: UI_T_SelectedNavItem
|
|
107
|
-
vmCpuHelpTextSecond: string
|
|
108
|
-
errorValidationFields: UI_I_ErrorValidationField<string>[]
|
|
109
|
-
virtualHardwareNetworks: UI_I_SendDataNewNetwork[] | null
|
|
110
|
-
virtualHardwareHardDisks: UI_I_SendDataNewHardDisk[] | null
|
|
111
|
-
virtualHardwareCdDvdDrives: UI_I_SendDataNewCdDvdDrive[] | null
|
|
112
|
-
state?: string | number
|
|
113
|
-
vmNameOld?: string
|
|
114
|
-
passthroughDevices?: UI_I_PciDevice[]
|
|
115
|
-
getDatastoreTableFunc?: (payload: UI_I_TablePayload) => Promise<void>
|
|
116
|
-
customizeHardwareSubmit?: null | Function
|
|
117
|
-
}>()
|
|
118
|
-
|
|
119
|
-
const emits = defineEmits<{
|
|
120
|
-
(event: 'hide'): void
|
|
121
|
-
(event: 'validate'): void
|
|
122
|
-
(event: 'update-vm'): void
|
|
123
|
-
(event: 'get-storage', value: UI_I_TablePayload): void
|
|
124
|
-
(event: 'get-pci-devices'): void
|
|
125
|
-
(event: 'change-boot-order', value: UI_T_ChangeBootOrder): void
|
|
126
|
-
(event: 'get-networks-table', value: UI_I_TablePayload): void
|
|
127
|
-
(event: 'get-folders-or-files', value: UI_I_FolderOrFileTreePayload): void
|
|
128
|
-
(event: 'show-datastore-child', value: UI_I_FileTreeNode): void
|
|
129
|
-
(event: 'get-active-device-child', value: UI_I_FileTreeNode): void
|
|
130
|
-
(
|
|
131
|
-
event: 'change-customize-hardware',
|
|
132
|
-
value: UI_I_SendDataCustomizeHardware
|
|
133
|
-
): void
|
|
134
|
-
}>()
|
|
135
|
-
|
|
136
|
-
const localization = computed<UI_I_Localization>(() => useLocal())
|
|
137
|
-
</script>
|
|
138
|
-
|
|
139
|
-
<style scoped lang="scss">
|
|
140
|
-
.vm-context {
|
|
141
|
-
padding: 16px 15px 10px 10px;
|
|
142
|
-
height: 100%;
|
|
143
|
-
display: flex;
|
|
144
|
-
flex-direction: column;
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
:deep(.modal-dialog) {
|
|
148
|
-
width: 840px;
|
|
149
|
-
}
|
|
150
|
-
:deep(.modal .modal-dialog .modal-content .modal-footer) {
|
|
151
|
-
flex: unset;
|
|
152
|
-
height: unset;
|
|
153
|
-
min-height: unset;
|
|
154
|
-
}
|
|
155
|
-
:deep(.wizard-modal-titlebar h3) {
|
|
156
|
-
color: #000;
|
|
157
|
-
font-size: 24px;
|
|
158
|
-
font-weight: 200;
|
|
159
|
-
line-height: 27px;
|
|
160
|
-
margin: 0;
|
|
161
|
-
padding: 0;
|
|
162
|
-
}
|
|
163
|
-
:deep(.clr-wizard-stepnav-item) {
|
|
164
|
-
padding-left: 0;
|
|
165
|
-
}
|
|
166
|
-
:deep(.clr-wizard-stepnav
|
|
167
|
-
.clr-wizard-stepnav-item
|
|
168
|
-
button
|
|
169
|
-
.clr-wizard-stepnav-link-title) {
|
|
170
|
-
width: 189px;
|
|
171
|
-
font-weight: 700;
|
|
172
|
-
font-size: 13px;
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
.loading {
|
|
176
|
-
:deep(.spinner) {
|
|
177
|
-
width: 45px;
|
|
178
|
-
height: 45px;
|
|
179
|
-
min-width: 45px;
|
|
180
|
-
min-height: 45px;
|
|
181
|
-
}
|
|
182
|
-
}
|
|
183
|
-
</style>
|
|
1
|
+
<template>
|
|
2
|
+
<div class="edit-vm">
|
|
3
|
+
<atoms-modal
|
|
4
|
+
test-id="edit-vm-wizard"
|
|
5
|
+
:show="true"
|
|
6
|
+
:title="localization.common.editSettings"
|
|
7
|
+
:second-title="props.vmNameOld"
|
|
8
|
+
:disabled-submit="props.loading"
|
|
9
|
+
@submit="emits('validate')"
|
|
10
|
+
@hide="emits('hide')"
|
|
11
|
+
>
|
|
12
|
+
<template #modalBody>
|
|
13
|
+
<atoms-loader
|
|
14
|
+
v-show="!vmSettings || props.loading"
|
|
15
|
+
id="loader"
|
|
16
|
+
data-id="edit-vm-settings-spinner"
|
|
17
|
+
/>
|
|
18
|
+
<div v-if="vmSettings" class="vm-context">
|
|
19
|
+
<common-vm-actions-common-customize-hardware
|
|
20
|
+
v-model:vm-name="vmName"
|
|
21
|
+
v-model:guest-machine-type="vmSettings.guestMachineType"
|
|
22
|
+
v-model:guest-os-family="vmSettings.guestOsFamily"
|
|
23
|
+
v-model:guest-os-version="vmSettings.guestOsVersion"
|
|
24
|
+
:project="props.project"
|
|
25
|
+
:storage="vmSettings.storage"
|
|
26
|
+
:hard-disks-for-boot-options="props.virtualHardwareHardDisks"
|
|
27
|
+
:cd-dvd-drives-for-boot-options="props.virtualHardwareCdDvdDrives"
|
|
28
|
+
:networks-for-boot-options="props.virtualHardwareNetworks"
|
|
29
|
+
:cd-dvd-drives="vmSettings.cdDvdDrives"
|
|
30
|
+
:hard-disks="vmSettings.hardDisks"
|
|
31
|
+
:networks="vmSettings.networks"
|
|
32
|
+
:max-cpus="vmSettings.maxCpus"
|
|
33
|
+
:max-memory="vmSettings.maxMemory"
|
|
34
|
+
:cpu-models="vmSettings.cpuModels"
|
|
35
|
+
:cpu="vmSettings.cpu"
|
|
36
|
+
:memory="vmSettings.memory"
|
|
37
|
+
:video-card="vmSettings.videoCard"
|
|
38
|
+
:usb-controller="vmSettings.usbController"
|
|
39
|
+
:pci-devices="vmSettings.pciDevices"
|
|
40
|
+
:selected-nav-item="selectedNavItem"
|
|
41
|
+
:hard-disks-for-edit="vmSettings.hardDisks"
|
|
42
|
+
:options="vmSettings.options"
|
|
43
|
+
:nodes="props.nodes"
|
|
44
|
+
:files="props.files"
|
|
45
|
+
:networks-table="props.networksTable"
|
|
46
|
+
:error-validation-fields="props.errorValidationFields"
|
|
47
|
+
:vm-cpu-help-text-second="props.vmCpuHelpTextSecond"
|
|
48
|
+
:passthrough-devices="props.passthroughDevices"
|
|
49
|
+
:state="props.state"
|
|
50
|
+
:get-datastore-table-func="props.getDatastoreTableFunc"
|
|
51
|
+
:datastore="props.datastore"
|
|
52
|
+
:customize-hardware-submit="props.customizeHardwareSubmit"
|
|
53
|
+
is-edit
|
|
54
|
+
@get-storage="emits('get-storage', $event)"
|
|
55
|
+
@get-folders-or-files="emits('get-folders-or-files', $event)"
|
|
56
|
+
@get-active-device-child="emits('get-active-device-child', $event)"
|
|
57
|
+
@show-datastore-child="emits('show-datastore-child', $event)"
|
|
58
|
+
@get-networks-table="emits('get-networks-table', $event)"
|
|
59
|
+
@get-pci-devices="emits('get-pci-devices')"
|
|
60
|
+
@change-boot-order="emits('change-boot-order', $event)"
|
|
61
|
+
@send-data="emits('change-customize-hardware', $event)"
|
|
62
|
+
/>
|
|
63
|
+
</div>
|
|
64
|
+
</template>
|
|
65
|
+
</atoms-modal>
|
|
66
|
+
</div>
|
|
67
|
+
</template>
|
|
68
|
+
|
|
69
|
+
<script setup lang="ts">
|
|
70
|
+
import type { UI_T_Project } from '~/lib/models/types'
|
|
71
|
+
import type { UI_I_FileTreeNode } from '~/components/lib/models/interfaces'
|
|
72
|
+
import type { UI_I_NetworkTableItem } from '~/lib/models/store/network/interfaces'
|
|
73
|
+
import type {
|
|
74
|
+
UI_I_PciDevice,
|
|
75
|
+
UI_I_VmSettings,
|
|
76
|
+
} from '~/lib/models/store/vm/interfaces'
|
|
77
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
78
|
+
import type { UI_I_SendDataCustomizeHardware } from '~/components/common/vm/actions/common/customizeHardware/lib/models/interfaces'
|
|
79
|
+
import type {
|
|
80
|
+
UI_I_SendDataNewCdDvdDrive,
|
|
81
|
+
UI_I_SendDataNewHardDisk,
|
|
82
|
+
UI_I_SendDataNewNetwork,
|
|
83
|
+
} from '~/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/models/interfaces'
|
|
84
|
+
import type { UI_T_SelectedNavItem } from '~/components/common/vm/actions/common/lib/models/types'
|
|
85
|
+
import type { UI_I_ErrorValidationField } from '~/lib/models/store/interfaces'
|
|
86
|
+
import type { UI_I_TablePayload } from '~/lib/models/table/interfaces'
|
|
87
|
+
import type {
|
|
88
|
+
UI_I_DatastoreTableItem,
|
|
89
|
+
UI_I_FolderOrFileTreePayload,
|
|
90
|
+
} from '~/lib/models/store/storage/interfaces'
|
|
91
|
+
import type { UI_T_ChangeBootOrder } from '~/components/common/vm/actions/lib/models/types'
|
|
92
|
+
|
|
93
|
+
const vmName = defineModel<string>('vmName', { required: true })
|
|
94
|
+
|
|
95
|
+
const vmSettings = defineModel<UI_I_VmSettings | null>('vmSettings', {
|
|
96
|
+
required: true,
|
|
97
|
+
})
|
|
98
|
+
|
|
99
|
+
const props = defineProps<{
|
|
100
|
+
nodes: UI_I_FileTreeNode[]
|
|
101
|
+
files: UI_I_FileTreeNode[]
|
|
102
|
+
project: UI_T_Project
|
|
103
|
+
loading: boolean
|
|
104
|
+
datastore: UI_I_DatastoreTableItem[]
|
|
105
|
+
networksTable: UI_I_NetworkTableItem[]
|
|
106
|
+
selectedNavItem: UI_T_SelectedNavItem
|
|
107
|
+
vmCpuHelpTextSecond: string
|
|
108
|
+
errorValidationFields: UI_I_ErrorValidationField<string>[]
|
|
109
|
+
virtualHardwareNetworks: UI_I_SendDataNewNetwork[] | null
|
|
110
|
+
virtualHardwareHardDisks: UI_I_SendDataNewHardDisk[] | null
|
|
111
|
+
virtualHardwareCdDvdDrives: UI_I_SendDataNewCdDvdDrive[] | null
|
|
112
|
+
state?: string | number
|
|
113
|
+
vmNameOld?: string
|
|
114
|
+
passthroughDevices?: UI_I_PciDevice[]
|
|
115
|
+
getDatastoreTableFunc?: (payload: UI_I_TablePayload) => Promise<void>
|
|
116
|
+
customizeHardwareSubmit?: null | Function
|
|
117
|
+
}>()
|
|
118
|
+
|
|
119
|
+
const emits = defineEmits<{
|
|
120
|
+
(event: 'hide'): void
|
|
121
|
+
(event: 'validate'): void
|
|
122
|
+
(event: 'update-vm'): void
|
|
123
|
+
(event: 'get-storage', value: UI_I_TablePayload): void
|
|
124
|
+
(event: 'get-pci-devices'): void
|
|
125
|
+
(event: 'change-boot-order', value: UI_T_ChangeBootOrder): void
|
|
126
|
+
(event: 'get-networks-table', value: UI_I_TablePayload): void
|
|
127
|
+
(event: 'get-folders-or-files', value: UI_I_FolderOrFileTreePayload): void
|
|
128
|
+
(event: 'show-datastore-child', value: UI_I_FileTreeNode): void
|
|
129
|
+
(event: 'get-active-device-child', value: UI_I_FileTreeNode): void
|
|
130
|
+
(
|
|
131
|
+
event: 'change-customize-hardware',
|
|
132
|
+
value: UI_I_SendDataCustomizeHardware
|
|
133
|
+
): void
|
|
134
|
+
}>()
|
|
135
|
+
|
|
136
|
+
const localization = computed<UI_I_Localization>(() => useLocal())
|
|
137
|
+
</script>
|
|
138
|
+
|
|
139
|
+
<style scoped lang="scss">
|
|
140
|
+
.vm-context {
|
|
141
|
+
padding: 16px 15px 10px 10px;
|
|
142
|
+
height: 100%;
|
|
143
|
+
display: flex;
|
|
144
|
+
flex-direction: column;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
:deep(.modal-dialog) {
|
|
148
|
+
width: 840px;
|
|
149
|
+
}
|
|
150
|
+
:deep(.modal .modal-dialog .modal-content .modal-footer) {
|
|
151
|
+
flex: unset;
|
|
152
|
+
height: unset;
|
|
153
|
+
min-height: unset;
|
|
154
|
+
}
|
|
155
|
+
:deep(.wizard-modal-titlebar h3) {
|
|
156
|
+
color: #000;
|
|
157
|
+
font-size: 24px;
|
|
158
|
+
font-weight: 200;
|
|
159
|
+
line-height: 27px;
|
|
160
|
+
margin: 0;
|
|
161
|
+
padding: 0;
|
|
162
|
+
}
|
|
163
|
+
:deep(.clr-wizard-stepnav-item) {
|
|
164
|
+
padding-left: 0;
|
|
165
|
+
}
|
|
166
|
+
:deep(.clr-wizard-stepnav
|
|
167
|
+
.clr-wizard-stepnav-item
|
|
168
|
+
button
|
|
169
|
+
.clr-wizard-stepnav-link-title) {
|
|
170
|
+
width: 189px;
|
|
171
|
+
font-weight: 700;
|
|
172
|
+
font-size: 13px;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
.loading {
|
|
176
|
+
:deep(.spinner) {
|
|
177
|
+
width: 45px;
|
|
178
|
+
height: 45px;
|
|
179
|
+
min-width: 45px;
|
|
180
|
+
min-height: 45px;
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
</style>
|