bfg-common 1.2.45 → 1.2.47
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/components/atoms/alert/Notification.vue +167 -167
- package/components/atoms/autocomplete/Autocomplete.vue +236 -236
- package/components/atoms/datepicker/Datepicker.vue +612 -612
- package/components/atoms/list/SelectList.vue +62 -62
- package/components/atoms/nav/NavBar.vue +116 -116
- package/components/atoms/nav/VerticalNavBar.vue +89 -89
- package/components/atoms/notificationBar/NotificationBar.vue +175 -175
- package/components/atoms/perPage/PerPage.vue +52 -52
- package/components/atoms/popup/SimplePopup.vue +90 -90
- package/components/atoms/step/VerticalStep.vue +104 -104
- package/components/atoms/switch/Switch.vue +107 -107
- package/components/atoms/table/dataGrid/DataGridColumnSwitch.vue +206 -206
- package/components/atoms/table/dataGrid/DataGridPage.vue +189 -189
- package/components/atoms/tabs/Tabs.vue +189 -189
- package/components/atoms/tooltip/Signpost.vue +224 -224
- package/components/common/BadBrowser.vue +114 -114
- package/components/common/adapterManager/AddAdapterWarningModal.vue +82 -82
- package/components/common/adapterManager/NoActiveAdaptersModal.vue +62 -62
- package/components/common/adapterManager/NoConnectedActiveAdaptersModal.vue +62 -62
- package/components/common/browse/Browse.vue +182 -182
- package/components/common/browse/blocks/Title.vue +66 -66
- package/components/common/diagramMain/Diagram.vue +186 -186
- package/components/common/diagramMain/DiagramMain.vue +986 -986
- package/components/common/diagramMain/adapter/AdapterItem.vue +227 -227
- package/components/common/diagramMain/adapter/AdapterItems.vue +57 -57
- package/components/common/diagramMain/modals/editSettings/tabs/port/IpvFourSettings.vue +339 -339
- package/components/common/diagramMain/modals/editSettings/tabs/port/PortProperties.vue +202 -202
- package/components/common/diagramMain/modals/remove/RemoveModal.vue +226 -226
- package/components/common/diagramMain/network/Contents.vue +238 -238
- package/components/common/feedback/Buttons.vue +232 -232
- package/components/common/feedback/Message.vue +468 -468
- package/components/common/feedback/VisitPortal.vue +54 -54
- package/components/common/help/navbar/left/Left.vue +159 -159
- package/components/common/help/navbar/left/utils/constructAccordion.ts +27 -27
- package/components/common/mainNavigationPanel/MainNavigationPanel.vue +359 -359
- package/components/common/modals/Rename.vue +165 -165
- package/components/common/perPage/PerPage.vue +51 -51
- package/components/common/recursionTree/RecursionTree.vue +201 -201
- package/components/common/vm/actions/add/Add.vue +14 -14
- package/components/common/vm/actions/add/utils.ts +2 -2
- package/components/common/vm/actions/clone/Clone.vue +544 -545
- package/components/common/vm/actions/clone/select/options/Options.vue +65 -65
- package/components/common/vm/actions/clone/utils.ts +43 -43
- package/components/common/vm/actions/{add → common}/config/capabilities.ts +338 -338
- package/components/common/vm/actions/{add → common}/customizeHardware/CustomizeHardware.vue +7 -7
- package/components/common/vm/actions/{add → common}/customizeHardware/models/interfaces.ts +2 -2
- package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/VirtualHardware.vue +657 -657
- package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/browseView/BrowseView.vue +1 -1
- package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/bus/Bus.vue +1 -1
- package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/cdDvdDrive/CdDvdDrive.vue +8 -8
- package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/cpu/CoresPerSocket.vue +109 -109
- package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/cpu/Cpu.vue +383 -383
- package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/cpu/shares/Shares.vue +1 -1
- package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/limit/Limit.vue +234 -234
- package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/limit/config/options.ts +28 -28
- package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/memory/Memory.vue +316 -316
- package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/memory/config/memoryOptions.ts +35 -35
- package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/newHardDisk/Location.vue +1 -1
- package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/newHardDisk/NewHardDisk.vue +445 -445
- package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/newHardDisk/cache/Cache.vue +1 -1
- package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/newHardDisk/limitIops/LimitIops.vue +1 -1
- package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/newHardDisk/mode/Mode.vue +1 -1
- package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/newHardDisk/provisioning/Provisioning.vue +1 -1
- package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/newHardDisk/sharing/Sharing.vue +1 -1
- package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/newNetwork/NewNetwork.vue +288 -288
- package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/newNetwork/adapterType/AdapterType.vue +1 -1
- package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/newNetwork/macAddress/MacAddress.vue +1 -1
- package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/newPciDevice/NewPciDevice.vue +8 -8
- package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/DynamicDirectPathIo.vue +1 -1
- package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/newUsbController/NewUsbController.vue +1 -1
- package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/other/Other.vue +1 -1
- package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/reservation/Reservation.vue +235 -235
- package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/videoCard/VideoCard.vue +177 -177
- package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/videoCard/model/Model.vue +1 -1
- package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/videoCard/numberDisplays/NumberDisplays.vue +1 -1
- package/components/common/vm/actions/{add → common}/customizeHardware/vmoptions/Vmoptions.vue +6 -6
- package/components/common/vm/actions/{add → common}/customizeHardware/vmoptions/bootOptions/BootOptions.vue +7 -7
- package/components/common/vm/actions/{add → common}/customizeHardware/vmoptions/bootOptions/delay/Delay.vue +1 -1
- package/components/common/vm/actions/{add → common}/customizeHardware/vmoptions/bootOptions/firmware/Firmware.vue +1 -1
- package/components/common/vm/actions/{add → common}/customizeHardware/vmoptions/bootOptions/order/Order.vue +197 -197
- package/components/common/vm/actions/{add → common}/customizeHardware/vmoptions/generalOptions/GeneralOptions.vue +181 -181
- package/components/common/vm/actions/{add → common}/customizeHardware/vmoptions/remoteConsoleOptions/CopyPaste.vue +51 -51
- package/components/common/vm/actions/{add → common}/customizeHardware/vmoptions/remoteConsoleOptions/RemoteConsoleOptions.vue +253 -253
- package/components/common/vm/actions/{add → common}/customizeHardware/vmoptions/remoteConsoleOptions/imgCompression/ImgCompression.vue +1 -1
- package/components/common/vm/actions/{add → common}/customizeHardware/vmoptions/remoteConsoleOptions/jpegCompression/JpegCompression.vue +1 -1
- package/components/common/vm/actions/{add → common}/customizeHardware/vmoptions/remoteConsoleOptions/keymap/Keymap.vue +55 -55
- package/components/common/vm/actions/{add → common}/customizeHardware/vmoptions/remoteConsoleOptions/mouseMode/MouseMode.vue +1 -1
- package/components/common/vm/actions/{add → common}/customizeHardware/vmoptions/remoteConsoleOptions/password/Password.vue +2 -2
- package/components/common/vm/actions/{add → common}/customizeHardware/vmoptions/remoteConsoleOptions/sharePolicy/SharePolicy.vue +1 -1
- package/components/common/vm/actions/{add → common}/customizeHardware/vmoptions/remoteConsoleOptions/streamingMode/StreamingMode.vue +1 -1
- package/components/common/vm/actions/{add → common}/customizeHardware/vmoptions/remoteConsoleOptions/type/Type.vue +1 -1
- package/components/common/vm/actions/{add → common}/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/UsbRedirection.vue +1 -1
- package/components/common/vm/actions/{add → common}/customizeHardware/vmoptions/remoteConsoleOptions/zlibCompression/ZlibCompression.vue +1 -1
- package/components/common/vm/actions/{add → common}/customizeHardware/vmoptions/tools/Tools.vue +1 -1
- package/components/common/vm/actions/{add → common}/models/interfaces.ts +2 -2
- package/components/common/vm/actions/{add → common}/models/types.ts +3 -3
- package/components/common/vm/actions/{add → common}/select/computeResource/ComputeResource.vue +1 -1
- package/components/common/vm/actions/{add → common}/select/createType/CreateType.vue +1 -1
- package/components/common/vm/actions/{add → common}/select/models/types.ts +2 -0
- package/components/common/vm/actions/{add → common}/select/os/os.vue +1 -1
- package/components/common/vm/actions/{add → common}/select/storage/Storage.vue +1 -1
- package/components/common/vm/actions/{add → common}/select/storage/config/config.ts +154 -154
- package/components/common/vm/actions/editSettings/EditSettings.vue +4 -4
- package/components/common/vm/actions/editSettings/models/types.ts +2 -2
- package/components/common/vm/actions/editSettings/utils.ts +2 -5
- package/components/common/vm/actions/models/interfaces.ts +1 -1
- package/components/common/vm/actions/models/types.ts +1 -1
- package/components/common/vm/actions/utils.ts +5 -5
- package/components/common/wizards/datastore/add/nfs/Nfs.vue +94 -94
- package/components/common/wizards/datastore/add/nfs/configuration/Configuration.vue +377 -377
- package/components/common/wizards/datastore/add/nfs/configuration/serversList/ServersList.vue +123 -123
- package/components/common/wizards/datastore/add/nfs/kerberosAuthentication/KerberosAuthentication.vue +54 -54
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/hostTable/HostTable.vue +131 -131
- package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/PartitionConfiguration.vue +230 -230
- package/composables/useLocal.ts +38 -38
- package/minify.js +146 -146
- package/models/store/interfaces.ts +37 -37
- package/models/store/storage/interfaces.ts +32 -32
- package/models/store/types.ts +32 -32
- package/models/store/vm/interfaces.ts +2 -2
- package/modules/fixContentBuild/utils/methods.ts +114 -114
- package/package.json +1 -1
- package/public/spice-console/application/codec.js +257 -257
- package/public/spice-console/lib/rasterEngine.js +907 -907
- package/public/spice-console/network/spicechannel.js +369 -369
- package/utils/contentBuild.ts +34 -34
- package/components/common/vm/actions/clone/readyToComplete/ReadyToComplete.vue +0 -15
- /package/components/common/vm/actions/{add → common}/customizeHardware/config/navItems.ts +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/browseView/models/interfaces.ts +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/bus/config/options.ts +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/cdDvdDrive/config/fileTypes.ts +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/cdDvdDrive/config/options.ts +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/cdDvdDrive/media/Media.vue +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/cdDvdDrive/models/types.ts +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/config/binaryOptions.ts +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/config/dropdownItems.ts +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/cpu/CpuHotPlug.vue +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/cpu/CpuModel.vue +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/cpu/Hv.vue +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/cpu/Iommu.vue +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/cpu/MaxCpu.vue +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/cpu/Pc.vue +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/cpu/Sa.vue +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/cpu/config/cpuOptions.ts +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/cpu/shares/config/options.ts +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/cpu/tooltip/Tooltip.vue +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/memory/MemoryHotPlug.vue +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/models/interfaces.ts +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/models/types.ts +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/newHardDisk/DiskFile.vue +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/newHardDisk/MaximumSize.vue +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/newHardDisk/cache/config/options.ts +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/newHardDisk/limitIops/config/options.ts +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/newHardDisk/mode/config/options.ts +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/newHardDisk/provisioning/config/options.ts +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/newHardDisk/sharing/config/options.ts +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/newNetwork/Location.vue +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/newNetwork/adapterType/config/options.ts +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/newNetwork/macAddress/config/options.ts +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/newPciDevice/config/options.ts +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/newPciDevice/directPathIo/DirectPathIo.vue +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/config/options.ts +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/newPciDevice/note/Note.vue +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/newPciDevice/nvidiaGrid/NvidiaGrid.vue +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/newPciDevice/typeSelection/TypeSelection.vue +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/newUsbController/config/options.ts +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/other/InputDevices.vue +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/reservation/config/options.ts +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/videoCard/Graphics.vue +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/videoCard/TotalVideoMemory.vue +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/videoCard/config/options.ts +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/videoCard/model/config/options.ts +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/videoCard/numberDisplays/config/options.ts +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/vmoptions/bootOptions/Menu.vue +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/vmoptions/bootOptions/Secure.vue +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/vmoptions/bootOptions/delay/config/config.ts +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/vmoptions/bootOptions/firmware/config/config.ts +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/vmoptions/bootOptions/order/models/interfaces.ts +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/vmoptions/models/interfaces.ts +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/vmoptions/remoteConsoleOptions/FileTransfer.vue +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/vmoptions/remoteConsoleOptions/FolderSharing.vue +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/vmoptions/remoteConsoleOptions/PlaybackCompression.vue +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/vmoptions/remoteConsoleOptions/PowerControl.vue +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/vmoptions/remoteConsoleOptions/imgCompression/config/config.ts +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/vmoptions/remoteConsoleOptions/jpegCompression/config/config.ts +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/vmoptions/remoteConsoleOptions/keymap/config/config.ts +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/vmoptions/remoteConsoleOptions/mouseMode/config/config.ts +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/vmoptions/remoteConsoleOptions/password/models/interfaces.ts +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/vmoptions/remoteConsoleOptions/password/utils.ts +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/vmoptions/remoteConsoleOptions/sharePolicy/config/config.ts +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/vmoptions/remoteConsoleOptions/streamingMode/config/config.ts +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/vmoptions/remoteConsoleOptions/type/config/config.ts +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/config/config.ts +0 -0
- /package/components/common/vm/actions/{add → common}/customizeHardware/vmoptions/remoteConsoleOptions/zlibCompression/config/config.ts +0 -0
- /package/components/common/vm/actions/{add → common}/models/enums.ts +0 -0
- /package/components/common/vm/actions/{add → common}/readyToComplete/ReadyToComplete.vue +0 -0
- /package/components/common/vm/actions/{add → common}/select/compatibility/Compatibility.vue +0 -0
- /package/components/common/vm/actions/{add → common}/select/computeResource/ComputeResource.spec.ts +0 -0
- /package/components/common/vm/actions/{add → common}/select/computeResource/TreeView.vue +0 -0
- /package/components/common/vm/actions/{add → common}/select/createType/config/items.ts +0 -0
- /package/components/common/vm/actions/{add → common}/select/models/interfaces.ts +0 -0
- /package/components/common/vm/actions/{add → common}/select/name/Name.vue +0 -0
- /package/components/common/vm/actions/{add → common}/select/storage/models/types.ts +0 -0
|
@@ -49,9 +49,9 @@
|
|
|
49
49
|
</template>
|
|
50
50
|
|
|
51
51
|
<script setup lang="ts">
|
|
52
|
-
import { UI_I_DefaultForm } from '~/components/common/vm/actions/
|
|
52
|
+
import { UI_I_DefaultForm } from '~/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/models/interfaces'
|
|
53
53
|
import { UI_I_Localization, UI_I_HTMLSelectElement } from '~/models/interfaces'
|
|
54
|
-
import { generatePassword } from '~/components/common/vm/actions/
|
|
54
|
+
import { generatePassword } from '~/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/utils'
|
|
55
55
|
|
|
56
56
|
const localization = computed<UI_I_Localization>(() => useLocal())
|
|
57
57
|
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
<script setup lang="ts">
|
|
25
25
|
import { UI_I_Localization } from '~/models/interfaces'
|
|
26
26
|
import { UI_I_OptionItem } from '~/components/atoms/models/interfaces'
|
|
27
|
-
import { sharePolicyOptionsFunc } from '~/components/common/vm/actions/
|
|
27
|
+
import { sharePolicyOptionsFunc } from '~/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/sharePolicy/config/config'
|
|
28
28
|
|
|
29
29
|
const localization = computed<UI_I_Localization>(() => useLocal())
|
|
30
30
|
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
import { UI_I_Localization } from '~/models/interfaces'
|
|
41
41
|
import { UI_I_ErrorValidationField } from '~/models/store/interfaces'
|
|
42
42
|
import { UI_I_OptionItem } from '~/components/atoms/models/interfaces'
|
|
43
|
-
import { streamingModeOptionsFunc } from '~/components/common/vm/actions/
|
|
43
|
+
import { streamingModeOptionsFunc } from '~/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/streamingMode/config/config'
|
|
44
44
|
|
|
45
45
|
const localization = computed<UI_I_Localization>(() => useLocal())
|
|
46
46
|
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
import { UI_I_Localization } from '~/models/interfaces'
|
|
41
41
|
import { UI_I_ErrorValidationField } from '~/models/store/interfaces'
|
|
42
42
|
import { UI_I_OptionItem } from '~/components/atoms/models/interfaces'
|
|
43
|
-
import { remoteConsoleTypeOptionsConfig } from '~/components/common/vm/actions/
|
|
43
|
+
import { remoteConsoleTypeOptionsConfig } from '~/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/type/config/config'
|
|
44
44
|
|
|
45
45
|
const localization = computed<UI_I_Localization>(() => useLocal())
|
|
46
46
|
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
<script setup lang="ts">
|
|
29
29
|
import { UI_I_Localization } from '~/models/interfaces'
|
|
30
30
|
import { UI_I_OptionItem } from '~/components/atoms/models/interfaces'
|
|
31
|
-
import { usbRedirectionOptionsConfig } from '~/components/common/vm/actions/
|
|
31
|
+
import { usbRedirectionOptionsConfig } from '~/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/config/config'
|
|
32
32
|
|
|
33
33
|
const localization = computed<UI_I_Localization>(() => useLocal())
|
|
34
34
|
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
import { UI_I_Localization } from '~/models/interfaces'
|
|
41
41
|
import { UI_I_ErrorValidationField } from '~/models/store/interfaces'
|
|
42
42
|
import { UI_I_OptionItem } from '~/components/atoms/models/interfaces'
|
|
43
|
-
import { zlibCompressionOptionsFunc } from '~/components/common/vm/actions/
|
|
43
|
+
import { zlibCompressionOptionsFunc } from '~/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/zlibCompression/config/config'
|
|
44
44
|
|
|
45
45
|
const localization = computed<UI_I_Localization>(() => useLocal())
|
|
46
46
|
|
package/components/common/vm/actions/{add → common}/customizeHardware/vmoptions/tools/Tools.vue
RENAMED
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
</template>
|
|
25
25
|
|
|
26
26
|
<script setup lang="ts">
|
|
27
|
-
import { UI_I_SendDataTools } from '~/components/common/vm/actions/
|
|
27
|
+
import { UI_I_SendDataTools } from '~/components/common/vm/actions/common/customizeHardware/vmoptions/models/interfaces'
|
|
28
28
|
import { UI_I_Localization } from '~/models/interfaces'
|
|
29
29
|
|
|
30
30
|
const props = withDefaults(
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
UI_I_SendDataNewNetwork,
|
|
5
5
|
UI_I_SendDataNewPciDevice,
|
|
6
6
|
UI_I_SendDataVideoCard,
|
|
7
|
-
} from '~/components/common/vm/actions/
|
|
8
|
-
import { UI_I_SendDataVmoptions } from '~/components/common/vm/actions/
|
|
7
|
+
} from '~/components/common/vm/actions/common/customizeHardware/virtualHardware/models/interfaces'
|
|
8
|
+
import { UI_I_SendDataVmoptions } from '~/components/common/vm/actions/common/customizeHardware/vmoptions/models/interfaces'
|
|
9
9
|
import {UI_I_TreeNode} from "~/components/common/recursionTree/models/interfaces";
|
|
10
10
|
|
|
11
11
|
export interface UI_I_VmForm {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { UI_I_VmForm } from '~/components/common/vm/actions/
|
|
1
|
+
import { UI_I_VmForm } from '~/components/common/vm/actions/common/models/interfaces'
|
|
2
2
|
import {
|
|
3
3
|
UI_I_SendDataCpu,
|
|
4
4
|
UI_I_SendDataMemory,
|
|
5
5
|
UI_I_SendDataNewCdDvdDrive,
|
|
6
6
|
UI_I_SendDataNewHardDisk,
|
|
7
7
|
UI_I_SendDataNewNetwork,
|
|
8
|
-
} from '~/components/common/vm/actions/
|
|
9
|
-
import { UI_I_SendDataCustomizeHardware } from '~/components/common/vm/actions/
|
|
8
|
+
} from '~/components/common/vm/actions/common/customizeHardware/virtualHardware/models/interfaces'
|
|
9
|
+
import { UI_I_SendDataCustomizeHardware } from '~/components/common/vm/actions/common/customizeHardware/models/interfaces'
|
|
10
10
|
import { UI_I_Localization } from '~/models/interfaces'
|
|
11
11
|
|
|
12
12
|
export type UI_T_Field =
|
package/components/common/vm/actions/{add → common}/select/computeResource/ComputeResource.vue
RENAMED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
/>
|
|
10
10
|
|
|
11
11
|
<div class="tree-view-wrap mt-1">
|
|
12
|
-
<common-vm-actions-
|
|
12
|
+
<common-vm-actions-common-select-compute-resource-tree-view
|
|
13
13
|
v-model="selectedNode"
|
|
14
14
|
:data-center="props.dataCenter"
|
|
15
15
|
:compute-resource="props.computeResource"
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
<script setup lang="ts">
|
|
15
15
|
import { UI_I_Localization } from '~/models/interfaces'
|
|
16
16
|
import { UI_I_OptionItem } from '~/components/atoms/models/interfaces'
|
|
17
|
-
import { itemsFunc } from '~/components/common/vm/actions/
|
|
17
|
+
import { itemsFunc } from '~/components/common/vm/actions/common/select/createType/config/items'
|
|
18
18
|
|
|
19
19
|
const props = defineProps<{
|
|
20
20
|
importFromVMWarevSphere: string
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
</template>
|
|
89
89
|
|
|
90
90
|
<script setup lang="ts">
|
|
91
|
-
import { UI_I_OsChange } from '~/components/common/vm/actions/
|
|
91
|
+
import { UI_I_OsChange } from '~/components/common/vm/actions/common/select/models/interfaces'
|
|
92
92
|
import { UI_I_Localization, UI_I_ArbitraryObject } from '~/models/interfaces'
|
|
93
93
|
import { UI_I_ErrorValidationField } from '~/models/store/interfaces'
|
|
94
94
|
import { UI_I_OptionItem } from '~/components/atoms/models/interfaces'
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
import { UI_I_Pagination } from '~/models/interfaces'
|
|
53
53
|
import { UI_I_TablePayload } from '~/models/store/interfaces'
|
|
54
54
|
import { UI_I_DatastoreTableItem } from '~/models/store/storage/interfaces'
|
|
55
|
-
import * as table from '~/components/common/vm/actions/
|
|
55
|
+
import * as table from '~/components/common/vm/actions/common/select/storage/config/config'
|
|
56
56
|
import { UI_I_Localization } from '~/models/interfaces'
|
|
57
57
|
import {
|
|
58
58
|
UI_I_ColumnKey,
|
|
@@ -1,154 +1,154 @@
|
|
|
1
|
-
import { UI_I_DatastoreTableItem } from '~/models/store/storage/interfaces'
|
|
2
|
-
import type {
|
|
3
|
-
UI_I_ColumnKey,
|
|
4
|
-
UI_I_HeadItem,
|
|
5
|
-
UI_I_BodyItem,
|
|
6
|
-
} from '~/components/atoms/table/dataGrid/models/interfaces'
|
|
7
|
-
import type { UI_I_Localization } from '~/models/interfaces'
|
|
8
|
-
import { UI_T_StorageColumnKeys } from '~/components/common/vm/actions/
|
|
9
|
-
import {
|
|
10
|
-
constructColumnKey,
|
|
11
|
-
constructHeadItem,
|
|
12
|
-
} from '~/components/atoms/table/dataGrid/utils/constructDataTable'
|
|
13
|
-
import {
|
|
14
|
-
datastoreIconByState,
|
|
15
|
-
datastoreLocalizationByState,
|
|
16
|
-
} from '~/components/common/config/states'
|
|
17
|
-
|
|
18
|
-
export const storageTableKeys: UI_T_StorageColumnKeys = [
|
|
19
|
-
'name',
|
|
20
|
-
'state',
|
|
21
|
-
'capacity_mb',
|
|
22
|
-
'provisioned_mb',
|
|
23
|
-
'free_mb',
|
|
24
|
-
'used_mb',
|
|
25
|
-
'type_text',
|
|
26
|
-
'thin_provisioning',
|
|
27
|
-
'access_mode',
|
|
28
|
-
'hardware_acceleration',
|
|
29
|
-
'drive_type',
|
|
30
|
-
'device',
|
|
31
|
-
'storage_io_control',
|
|
32
|
-
]
|
|
33
|
-
|
|
34
|
-
const getItems = (
|
|
35
|
-
localization: UI_I_Localization
|
|
36
|
-
): [string, boolean, string, string][] => {
|
|
37
|
-
return [
|
|
38
|
-
[localization.name, true, '96px', storageTableKeys[0]],
|
|
39
|
-
[localization.state, true, '138px', storageTableKeys[1]],
|
|
40
|
-
[localization.capacity, true, '110px', storageTableKeys[2]],
|
|
41
|
-
[localization.provisioned, true, '128px', storageTableKeys[3]],
|
|
42
|
-
[localization.free, true, '110px', storageTableKeys[4]],
|
|
43
|
-
[localization.used, true, '110px', storageTableKeys[5]],
|
|
44
|
-
[localization.type, true, '110px', storageTableKeys[6]],
|
|
45
|
-
[localization.thinProvisioning, true, '132px', storageTableKeys[7]],
|
|
46
|
-
[localization.access, true, '110px', storageTableKeys[8]],
|
|
47
|
-
[localization.hardwareAcceleration, true, '134px', storageTableKeys[9]],
|
|
48
|
-
[localization.driverType, true, '110px', storageTableKeys[10]],
|
|
49
|
-
[localization.device, true, '110px', storageTableKeys[11]],
|
|
50
|
-
[localization.storageIoControl, true, '110px', storageTableKeys[12]],
|
|
51
|
-
]
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
export const columnKeys = (
|
|
55
|
-
localization: UI_I_Localization
|
|
56
|
-
): UI_I_ColumnKey[] => {
|
|
57
|
-
const result: UI_I_ColumnKey[] = []
|
|
58
|
-
getItems(localization).forEach((item, i) => {
|
|
59
|
-
const col = i === 0 ? 'icon' : `col${i}`
|
|
60
|
-
result.push(constructColumnKey(col, item[0], item[1]))
|
|
61
|
-
})
|
|
62
|
-
return result
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
export const headItems = (localization: UI_I_Localization): UI_I_HeadItem[] => {
|
|
66
|
-
const result: UI_I_HeadItem[] = []
|
|
67
|
-
getItems(localization).forEach((item, i) => {
|
|
68
|
-
const col = i === 0 ? 'icon' : `col${i}`
|
|
69
|
-
result.push(constructHeadItem(col, item[0], item[3], true, item[2]))
|
|
70
|
-
})
|
|
71
|
-
return result
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
export const bodyItems = (
|
|
75
|
-
data: UI_I_DatastoreTableItem[],
|
|
76
|
-
localization: UI_I_Localization
|
|
77
|
-
): UI_I_BodyItem[][] => {
|
|
78
|
-
const bodyItems: UI_I_BodyItem[][] = []
|
|
79
|
-
const { $binary } = useNuxtApp()
|
|
80
|
-
|
|
81
|
-
data.forEach((storage: UI_I_DatastoreTableItem, key: number) => {
|
|
82
|
-
const state =
|
|
83
|
-
localization[datastoreLocalizationByState[storage[storageTableKeys[1]]]]
|
|
84
|
-
bodyItems.push([
|
|
85
|
-
{
|
|
86
|
-
key: 'icon',
|
|
87
|
-
text: storage[storageTableKeys[0]].toString(),
|
|
88
|
-
data: `vsphere-icon-${datastoreIconByState[storage.state]}`,
|
|
89
|
-
id: key,
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
key: 'col1',
|
|
93
|
-
text: state,
|
|
94
|
-
id: key,
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
key: 'col2',
|
|
98
|
-
text: $binary.round(storage.capacity[storageTableKeys[2]]),
|
|
99
|
-
id: key,
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
key: 'col3',
|
|
103
|
-
text: $binary.round(storage.capacity[storageTableKeys[3]].toString()),
|
|
104
|
-
id: key,
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
key: 'col4',
|
|
108
|
-
text: $binary.round(storage.capacity[storageTableKeys[4]].toString()),
|
|
109
|
-
id: key,
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
key: 'col5',
|
|
113
|
-
text: $binary.round(storage.capacity[storageTableKeys[5]].toString()),
|
|
114
|
-
id: key,
|
|
115
|
-
},
|
|
116
|
-
{
|
|
117
|
-
key: 'col6',
|
|
118
|
-
text: storage[storageTableKeys[6]].toString(),
|
|
119
|
-
id: key,
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
key: 'col7',
|
|
123
|
-
text: storage[storageTableKeys[7]] ? localization.yes : localization.no,
|
|
124
|
-
id: key,
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
key: 'col8',
|
|
128
|
-
text: storage[storageTableKeys[8]].toString(),
|
|
129
|
-
id: key,
|
|
130
|
-
},
|
|
131
|
-
{
|
|
132
|
-
key: 'col9',
|
|
133
|
-
text: storage[storageTableKeys[9]].toString(),
|
|
134
|
-
id: key,
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
key: 'col10',
|
|
138
|
-
text: storage[storageTableKeys[10]].toString(),
|
|
139
|
-
id: key,
|
|
140
|
-
},
|
|
141
|
-
{
|
|
142
|
-
key: 'col11',
|
|
143
|
-
text: storage[storageTableKeys[11]].toString(),
|
|
144
|
-
id: key,
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
key: 'col12',
|
|
148
|
-
text: storage[storageTableKeys[12]].toString(),
|
|
149
|
-
id: key,
|
|
150
|
-
},
|
|
151
|
-
])
|
|
152
|
-
})
|
|
153
|
-
return bodyItems
|
|
154
|
-
}
|
|
1
|
+
import { UI_I_DatastoreTableItem } from '~/models/store/storage/interfaces'
|
|
2
|
+
import type {
|
|
3
|
+
UI_I_ColumnKey,
|
|
4
|
+
UI_I_HeadItem,
|
|
5
|
+
UI_I_BodyItem,
|
|
6
|
+
} from '~/components/atoms/table/dataGrid/models/interfaces'
|
|
7
|
+
import type { UI_I_Localization } from '~/models/interfaces'
|
|
8
|
+
import { UI_T_StorageColumnKeys } from '~/components/common/vm/actions/common/select/storage/models/types'
|
|
9
|
+
import {
|
|
10
|
+
constructColumnKey,
|
|
11
|
+
constructHeadItem,
|
|
12
|
+
} from '~/components/atoms/table/dataGrid/utils/constructDataTable'
|
|
13
|
+
import {
|
|
14
|
+
datastoreIconByState,
|
|
15
|
+
datastoreLocalizationByState,
|
|
16
|
+
} from '~/components/common/config/states'
|
|
17
|
+
|
|
18
|
+
export const storageTableKeys: UI_T_StorageColumnKeys = [
|
|
19
|
+
'name',
|
|
20
|
+
'state',
|
|
21
|
+
'capacity_mb',
|
|
22
|
+
'provisioned_mb',
|
|
23
|
+
'free_mb',
|
|
24
|
+
'used_mb',
|
|
25
|
+
'type_text',
|
|
26
|
+
'thin_provisioning',
|
|
27
|
+
'access_mode',
|
|
28
|
+
'hardware_acceleration',
|
|
29
|
+
'drive_type',
|
|
30
|
+
'device',
|
|
31
|
+
'storage_io_control',
|
|
32
|
+
]
|
|
33
|
+
|
|
34
|
+
const getItems = (
|
|
35
|
+
localization: UI_I_Localization
|
|
36
|
+
): [string, boolean, string, string][] => {
|
|
37
|
+
return [
|
|
38
|
+
[localization.name, true, '96px', storageTableKeys[0]],
|
|
39
|
+
[localization.state, true, '138px', storageTableKeys[1]],
|
|
40
|
+
[localization.capacity, true, '110px', storageTableKeys[2]],
|
|
41
|
+
[localization.provisioned, true, '128px', storageTableKeys[3]],
|
|
42
|
+
[localization.free, true, '110px', storageTableKeys[4]],
|
|
43
|
+
[localization.used, true, '110px', storageTableKeys[5]],
|
|
44
|
+
[localization.type, true, '110px', storageTableKeys[6]],
|
|
45
|
+
[localization.thinProvisioning, true, '132px', storageTableKeys[7]],
|
|
46
|
+
[localization.access, true, '110px', storageTableKeys[8]],
|
|
47
|
+
[localization.hardwareAcceleration, true, '134px', storageTableKeys[9]],
|
|
48
|
+
[localization.driverType, true, '110px', storageTableKeys[10]],
|
|
49
|
+
[localization.device, true, '110px', storageTableKeys[11]],
|
|
50
|
+
[localization.storageIoControl, true, '110px', storageTableKeys[12]],
|
|
51
|
+
]
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
export const columnKeys = (
|
|
55
|
+
localization: UI_I_Localization
|
|
56
|
+
): UI_I_ColumnKey[] => {
|
|
57
|
+
const result: UI_I_ColumnKey[] = []
|
|
58
|
+
getItems(localization).forEach((item, i) => {
|
|
59
|
+
const col = i === 0 ? 'icon' : `col${i}`
|
|
60
|
+
result.push(constructColumnKey(col, item[0], item[1]))
|
|
61
|
+
})
|
|
62
|
+
return result
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
export const headItems = (localization: UI_I_Localization): UI_I_HeadItem[] => {
|
|
66
|
+
const result: UI_I_HeadItem[] = []
|
|
67
|
+
getItems(localization).forEach((item, i) => {
|
|
68
|
+
const col = i === 0 ? 'icon' : `col${i}`
|
|
69
|
+
result.push(constructHeadItem(col, item[0], item[3], true, item[2]))
|
|
70
|
+
})
|
|
71
|
+
return result
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
export const bodyItems = (
|
|
75
|
+
data: UI_I_DatastoreTableItem[],
|
|
76
|
+
localization: UI_I_Localization
|
|
77
|
+
): UI_I_BodyItem[][] => {
|
|
78
|
+
const bodyItems: UI_I_BodyItem[][] = []
|
|
79
|
+
const { $binary } = useNuxtApp()
|
|
80
|
+
|
|
81
|
+
data.forEach((storage: UI_I_DatastoreTableItem, key: number) => {
|
|
82
|
+
const state =
|
|
83
|
+
localization[datastoreLocalizationByState[storage[storageTableKeys[1]]]]
|
|
84
|
+
bodyItems.push([
|
|
85
|
+
{
|
|
86
|
+
key: 'icon',
|
|
87
|
+
text: storage[storageTableKeys[0]].toString(),
|
|
88
|
+
data: `vsphere-icon-${datastoreIconByState[storage.state]}`,
|
|
89
|
+
id: key,
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
key: 'col1',
|
|
93
|
+
text: state,
|
|
94
|
+
id: key,
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
key: 'col2',
|
|
98
|
+
text: $binary.round(storage.capacity[storageTableKeys[2]]),
|
|
99
|
+
id: key,
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
key: 'col3',
|
|
103
|
+
text: $binary.round(storage.capacity[storageTableKeys[3]].toString()),
|
|
104
|
+
id: key,
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
key: 'col4',
|
|
108
|
+
text: $binary.round(storage.capacity[storageTableKeys[4]].toString()),
|
|
109
|
+
id: key,
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
key: 'col5',
|
|
113
|
+
text: $binary.round(storage.capacity[storageTableKeys[5]].toString()),
|
|
114
|
+
id: key,
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
key: 'col6',
|
|
118
|
+
text: storage[storageTableKeys[6]].toString(),
|
|
119
|
+
id: key,
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
key: 'col7',
|
|
123
|
+
text: storage[storageTableKeys[7]] ? localization.yes : localization.no,
|
|
124
|
+
id: key,
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
key: 'col8',
|
|
128
|
+
text: storage[storageTableKeys[8]].toString(),
|
|
129
|
+
id: key,
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
key: 'col9',
|
|
133
|
+
text: storage[storageTableKeys[9]].toString(),
|
|
134
|
+
id: key,
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
key: 'col10',
|
|
138
|
+
text: storage[storageTableKeys[10]].toString(),
|
|
139
|
+
id: key,
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
key: 'col11',
|
|
143
|
+
text: storage[storageTableKeys[11]].toString(),
|
|
144
|
+
id: key,
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
key: 'col12',
|
|
148
|
+
text: storage[storageTableKeys[12]].toString(),
|
|
149
|
+
id: key,
|
|
150
|
+
},
|
|
151
|
+
])
|
|
152
|
+
})
|
|
153
|
+
return bodyItems
|
|
154
|
+
}
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
id="loader"
|
|
16
16
|
/>
|
|
17
17
|
<div v-if="vmSettings" class="vm-context">
|
|
18
|
-
<common-vm-actions-
|
|
18
|
+
<common-vm-actions-common-customize-hardware
|
|
19
19
|
v-model:vm-name="vmName"
|
|
20
20
|
v-model:guest-machine-type="vmSettings.guestMachineType"
|
|
21
21
|
v-model:guest-os-family="vmSettings.guestOsFamily"
|
|
@@ -69,15 +69,15 @@ import { UI_I_FileTreeNode } from '~/components/models/interfaces'
|
|
|
69
69
|
import { UI_I_NetworkTableItem } from '~/models/store/network/interfaces'
|
|
70
70
|
import { UI_I_EditVmPayload } from '~/models/store/vm/interfaces'
|
|
71
71
|
import { UI_I_Localization } from '~/models/interfaces'
|
|
72
|
-
import { UI_I_SendDataCustomizeHardware } from '~/components/common/vm/actions/
|
|
72
|
+
import { UI_I_SendDataCustomizeHardware } from '~/components/common/vm/actions/common/customizeHardware/models/interfaces'
|
|
73
73
|
import {
|
|
74
74
|
UI_I_SendDataCpu,
|
|
75
75
|
UI_I_SendDataMemory,
|
|
76
76
|
UI_I_SendDataNewCdDvdDrive,
|
|
77
77
|
UI_I_SendDataNewHardDisk,
|
|
78
78
|
UI_I_SendDataNewNetwork,
|
|
79
|
-
} from '~/components/common/vm/actions/
|
|
80
|
-
import { UI_T_SelectedNavItem } from '~/components/common/vm/actions/
|
|
79
|
+
} from '~/components/common/vm/actions/common/customizeHardware/virtualHardware/models/interfaces'
|
|
80
|
+
import { UI_T_SelectedNavItem } from '~/components/common/vm/actions/common/models/types'
|
|
81
81
|
import {
|
|
82
82
|
UI_I_ErrorValidationField,
|
|
83
83
|
UI_I_TablePayload,
|
|
@@ -5,8 +5,8 @@ import {
|
|
|
5
5
|
UI_I_SendDataNewCdDvdDrive,
|
|
6
6
|
UI_I_SendDataNewHardDisk,
|
|
7
7
|
UI_I_SendDataNewNetwork,
|
|
8
|
-
} from '~/components/common/vm/actions/
|
|
9
|
-
import { UI_I_SendDataCustomizeHardware } from '~/components/common/vm/actions/
|
|
8
|
+
} from '~/components/common/vm/actions/common/customizeHardware/virtualHardware/models/interfaces'
|
|
9
|
+
import { UI_I_SendDataCustomizeHardware } from '~/components/common/vm/actions/common/customizeHardware/models/interfaces'
|
|
10
10
|
import { UI_I_Localization } from '~/models/interfaces'
|
|
11
11
|
|
|
12
12
|
export type UI_T_EditVmFinishFunc = (
|
|
@@ -1,13 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
|
-
// UI_I_CreateVmDataCdDvdDevice,
|
|
3
|
-
// UI_I_CreateVmDataExistDiskDevice,
|
|
4
|
-
// UI_I_CreateVmDataNewDiskDevice,
|
|
5
2
|
UI_I_EditVmDataDiskDevice,
|
|
6
|
-
} from '~/components/common/vm/actions/
|
|
3
|
+
} from '~/components/common/vm/actions/common/models/interfaces'
|
|
7
4
|
import {
|
|
8
5
|
UI_I_SendDataNewCdDvdDrive,
|
|
9
6
|
UI_I_SendDataNewHardDisk,
|
|
10
|
-
} from '~/components/common/vm/actions/
|
|
7
|
+
} from '~/components/common/vm/actions/common/customizeHardware/virtualHardware/models/interfaces'
|
|
11
8
|
|
|
12
9
|
export const constructDiskDevicesFunc = (
|
|
13
10
|
virtualHardwareHardDisks: UI_I_SendDataNewHardDisk[] | null,
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
UI_I_SendDataNewCdDvdDrive,
|
|
3
3
|
UI_I_SendDataNewHardDisk,
|
|
4
4
|
UI_I_SendDataNewNetwork,
|
|
5
|
-
} from '~/components/common/vm/actions/
|
|
5
|
+
} from '~/components/common/vm/actions/common/customizeHardware/virtualHardware/models/interfaces'
|
|
6
6
|
|
|
7
7
|
export type UI_T_ChangeBootOrder = [
|
|
8
8
|
UI_I_SendDataNewHardDisk[],
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
UI_I_CreateVmDataExistDiskDevice,
|
|
6
6
|
UI_I_CreateVmDataNewDiskDevice,
|
|
7
7
|
UI_I_VmForm,
|
|
8
|
-
} from '~/components/common/vm/actions/
|
|
8
|
+
} from '~/components/common/vm/actions/common/models/interfaces'
|
|
9
9
|
import {
|
|
10
10
|
UI_I_SendDataCpu,
|
|
11
11
|
UI_I_SendDataMemory,
|
|
@@ -14,13 +14,13 @@ import {
|
|
|
14
14
|
UI_I_SendDataNewNetwork,
|
|
15
15
|
UI_I_SendDataNewPciDevice,
|
|
16
16
|
UI_I_SendDataVideoCard,
|
|
17
|
-
} from '~/components/common/vm/actions/
|
|
18
|
-
import { UI_I_SendDataVmoptions } from '~/components/common/vm/actions/
|
|
19
|
-
import { UI_E_GetToggleBlockElemByField } from '~/components/common/vm/actions/
|
|
17
|
+
} from '~/components/common/vm/actions/common/customizeHardware/virtualHardware/models/interfaces'
|
|
18
|
+
import { UI_I_SendDataVmoptions } from '~/components/common/vm/actions/common/customizeHardware/vmoptions/models/interfaces'
|
|
19
|
+
import { UI_E_GetToggleBlockElemByField } from '~/components/common/vm/actions/common/models/enums'
|
|
20
20
|
import {
|
|
21
21
|
UI_T_AllField,
|
|
22
22
|
UI_T_CustomizeHardwareField,
|
|
23
|
-
} from '~/components/common/vm/actions/
|
|
23
|
+
} from '~/components/common/vm/actions/common/select/models/types'
|
|
24
24
|
|
|
25
25
|
export const constructDiskDevicesFunc = (
|
|
26
26
|
virtualHardwareHardDisks: UI_I_SendDataNewHardDisk[] | null,
|