bfg-common 1.2.46 → 1.2.48
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/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 +8 -9
- package/components/common/vm/actions/{add → common}/config/capabilities.ts +1 -1
- package/components/common/vm/actions/{add → common}/customizeHardware/CustomizeHardware.vue +8 -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 +17 -16
- 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/Cpu.vue +14 -14
- 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 +1 -1
- package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/memory/Memory.vue +5 -5
- 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 +13 -12
- 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 +5 -5
- 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 +1 -1
- package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/videoCard/VideoCard.vue +6 -6
- 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 +2 -2
- package/components/common/vm/actions/{add → common}/customizeHardware/vmoptions/generalOptions/GeneralOptions.vue +1 -1
- package/components/common/vm/actions/{add → common}/customizeHardware/vmoptions/remoteConsoleOptions/RemoteConsoleOptions.vue +16 -16
- 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 +1 -1
- 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/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 +1 -1
- 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/models/store/vm/interfaces.ts +2 -2
- package/package.json +1 -1
- 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/CoresPerSocket.vue +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/limit/config/options.ts +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/memory/config/memoryOptions.ts +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/CopyPaste.vue +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/models/types.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
|
@@ -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 { imgCompressionOptionsFunc } from '~/components/common/vm/actions/
|
|
43
|
+
import { imgCompressionOptionsFunc } from '~/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/imgCompression/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 { jpegCompressionOptionsFunc } from '~/components/common/vm/actions/
|
|
43
|
+
import { jpegCompressionOptionsFunc } from '~/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/jpegCompression/config/config'
|
|
44
44
|
|
|
45
45
|
const localization = computed<UI_I_Localization>(() => useLocal())
|
|
46
46
|
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
</template>
|
|
27
27
|
|
|
28
28
|
<script setup lang="ts">
|
|
29
|
-
import { keymapOptionsConfig } from '~/components/common/vm/actions/
|
|
29
|
+
import { keymapOptionsConfig } from '~/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/config/config'
|
|
30
30
|
import { UI_I_OptionItem } from '~/components/atoms/models/interfaces'
|
|
31
31
|
import { UI_I_Localization } from '~/models/interfaces'
|
|
32
32
|
|
|
@@ -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 { mouseModeOptionsFunc } from '~/components/common/vm/actions/
|
|
27
|
+
import { mouseModeOptionsFunc } from '~/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/mouseMode/config/config'
|
|
28
28
|
|
|
29
29
|
const localization = computed<UI_I_Localization>(() => useLocal())
|
|
30
30
|
|
|
@@ -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,
|
|
@@ -5,7 +5,7 @@ import type {
|
|
|
5
5
|
UI_I_BodyItem,
|
|
6
6
|
} from '~/components/atoms/table/dataGrid/models/interfaces'
|
|
7
7
|
import type { UI_I_Localization } from '~/models/interfaces'
|
|
8
|
-
import { UI_T_StorageColumnKeys } from '~/components/common/vm/actions/
|
|
8
|
+
import { UI_T_StorageColumnKeys } from '~/components/common/vm/actions/common/select/storage/models/types'
|
|
9
9
|
import {
|
|
10
10
|
constructColumnKey,
|
|
11
11
|
constructHeadItem,
|
|
@@ -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,
|
|
@@ -6,8 +6,8 @@ import {
|
|
|
6
6
|
UI_I_SendDataNewNetwork,
|
|
7
7
|
UI_I_SendDataNewPciDevice,
|
|
8
8
|
UI_I_SendDataVideoCard,
|
|
9
|
-
} from '~/components/common/vm/actions/
|
|
10
|
-
import { UI_I_CreateVmData } from '~/components/common/vm/actions/
|
|
9
|
+
} from '~/components/common/vm/actions/common/customizeHardware/virtualHardware/models/interfaces'
|
|
10
|
+
import { UI_I_CreateVmData } from '~/components/common/vm/actions/common/models/interfaces'
|
|
11
11
|
|
|
12
12
|
export interface API_UI_I_VmEditCpu {
|
|
13
13
|
core_per_socket: number
|
package/package.json
CHANGED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div>
|
|
3
|
-
<atoms-table-info :items="props.readyCompleteTableInfo" />
|
|
4
|
-
</div>
|
|
5
|
-
</template>
|
|
6
|
-
|
|
7
|
-
<script lang="ts" setup>
|
|
8
|
-
import { UI_I_TableInfoItem } from '~/components/atoms/table/info/models/interfaces'
|
|
9
|
-
|
|
10
|
-
const props = defineProps<{
|
|
11
|
-
readyCompleteTableInfo: UI_I_TableInfoItem[]
|
|
12
|
-
}>()
|
|
13
|
-
</script>
|
|
14
|
-
|
|
15
|
-
<style lang="scss" scoped></style>
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/cpu/Hv.vue
RENAMED
|
File without changes
|
/package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/cpu/Iommu.vue
RENAMED
|
File without changes
|
|
File without changes
|
/package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/cpu/Pc.vue
RENAMED
|
File without changes
|
/package/components/common/vm/actions/{add → common}/customizeHardware/virtualHardware/cpu/Sa.vue
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/components/common/vm/actions/{add → common}/select/computeResource/ComputeResource.spec.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|