bfg-common 1.3.643 → 1.3.645
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/lib/models/interfaces.ts +1 -1
- package/components/atoms/collapse/CollapseNav.vue +1 -1
- package/components/atoms/collapse/CollapseNavItem.vue +2 -2
- package/components/atoms/combobox/Combobox.vue +1 -1
- package/components/atoms/datepicker/Datepicker.vue +2 -2
- package/components/atoms/datepicker/lib/config/allShortMonths.ts +1 -1
- package/components/atoms/datepicker/lib/config/datapicker.ts +1 -1
- package/components/atoms/dropdown/dropdown/Dropdown.vue +1 -1
- package/components/atoms/list/SelectList.vue +1 -1
- package/components/atoms/list/dragDropList/DragDropList.vue +1 -1
- package/components/atoms/loader/PreLoader.vue +1 -1
- package/components/atoms/modal/Modal.vue +1 -1
- package/components/atoms/modal/bySteps/BySteps.vue +253 -252
- package/components/atoms/nav/NavBar.vue +1 -1
- package/components/atoms/nav/VerticalNavBar.vue +1 -1
- package/components/atoms/notificationBar/NotificationBar.vue +2 -2
- package/components/atoms/perPage/PerPage.vue +2 -2
- package/components/atoms/select/TheSelect.vue +1 -1
- package/components/atoms/table/compact/Compact.vue +1 -1
- package/components/atoms/table/dataGrid/DataGrid.vue +2 -2
- package/components/atoms/table/dataGrid/DataGridColumnSwitch.vue +1 -1
- package/components/atoms/table/dataGrid/DataGridPage.vue +1 -1
- package/components/atoms/table/dataGrid/DataGridPagination.vue +2 -2
- package/components/atoms/table/dataGrid/lib/config/itemsPerPage.ts +1 -1
- package/components/atoms/table/dataGrid/lib/models/types.ts +1 -1
- package/components/atoms/table/dataGrid/lib/utils/constructDataTable.ts +1 -1
- package/components/atoms/table/info/Info.vue +1 -1
- package/components/atoms/table/simpleInfo/SimpleInfo.vue +1 -1
- package/components/atoms/table/simpleTable/SimpleTable.vue +1 -1
- package/components/atoms/tabs/Tabs.vue +2 -2
- package/components/atoms/tabs/VerticalTabs.vue +1 -1
- package/components/atoms/tooltip/Signpost.vue +1 -1
- package/components/atoms/tooltip/Tooltip.vue +1 -1
- package/components/atoms/tooltip/TooltipError.vue +1 -1
- package/components/common/BadBrowser.vue +3 -3
- package/components/common/adapterManager/AdapterManager.vue +10 -10
- package/components/common/adapterManager/AddAdapterModal.vue +1 -1
- package/components/common/adapterManager/AddAdapterWarningModal.vue +3 -3
- package/components/common/adapterManager/NoActiveAdaptersModal.vue +4 -4
- package/components/common/adapterManager/NoConnectedActiveAdaptersModal.vue +4 -4
- package/components/common/adapterManager/lib/config/index.ts +1 -1
- package/components/common/adapterManager/ui/NoSelectedAdapter.vue +3 -3
- package/components/common/adapterManager/ui/SecondTitle.vue +3 -3
- package/components/common/adapterManager/ui/actions/AddAdapterButton.vue +2 -2
- package/components/common/adapterManager/ui/actions/MoveDownAdapterButton.vue +2 -2
- package/components/common/adapterManager/ui/actions/MoveUpAdapterButton.vue +2 -2
- package/components/common/adapterManager/ui/actions/RemoveAdapterButton.vue +2 -2
- package/components/common/adapterManager/ui/table/Header.vue +1 -1
- package/components/common/browse/Browse.vue +5 -5
- package/components/common/countdownTimer/CountdownTimer.vue +1 -1
- package/components/common/details/DetailsList.vue +1 -1
- package/components/common/diagramMain/DiagramMain.vue +6 -8
- package/components/common/diagramMain/Header.vue +6 -6
- package/components/common/diagramMain/adapter/AdapterItem.vue +1 -1
- package/components/common/diagramMain/adapter/Contents.vue +4 -4
- package/components/common/diagramMain/lib/config/index.ts +2 -2
- package/components/common/diagramMain/lib/config/initial.ts +1 -1
- package/components/common/diagramMain/lib/models/interfaces.ts +1 -1
- package/components/common/diagramMain/lib/models/types.ts +1 -1
- package/components/common/diagramMain/lib/utils/utils.ts +3 -3
- package/components/common/diagramMain/modals/ManagePhysicalAdaptersModal.vue +3 -3
- package/components/common/diagramMain/modals/Modals.vue +8 -8
- package/components/common/diagramMain/modals/editSettings/ConfirmTeamingSettingsModal.vue +4 -4
- package/components/common/diagramMain/modals/editSettings/EditSettings.vue +1 -1
- package/components/common/diagramMain/modals/editSettings/EditSettingsModal.vue +2 -2
- package/components/common/diagramMain/modals/editSettings/tabs/NetworkProperties.vue +7 -7
- package/components/common/diagramMain/modals/editSettings/tabs/Security.vue +14 -14
- package/components/common/diagramMain/modals/editSettings/tabs/SwitchProperties.vue +6 -6
- package/components/common/diagramMain/modals/editSettings/tabs/TeamingFailover.vue +7 -7
- package/components/common/diagramMain/modals/editSettings/tabs/TrafficShaping.vue +20 -20
- package/components/common/diagramMain/modals/editSettings/tabs/port/IpvFourSettings.vue +15 -15
- package/components/common/diagramMain/modals/editSettings/tabs/port/PortProperties.vue +7 -7
- package/components/common/diagramMain/modals/lib/config/adapterModal.ts +20 -20
- package/components/common/diagramMain/modals/lib/config/diagramConfig.ts +5 -5
- package/components/common/diagramMain/modals/lib/config/networkModal.ts +52 -52
- package/components/common/diagramMain/modals/lib/config/portModal.ts +48 -48
- package/components/common/diagramMain/modals/lib/config/switchModal.ts +41 -41
- package/components/common/diagramMain/modals/lib/config/vCenterModal.ts +5 -5
- package/components/common/diagramMain/modals/lib/config/vmKernelAdapter.ts +24 -24
- package/components/common/diagramMain/modals/lib/mappers/mappers.ts +1 -1
- package/components/common/diagramMain/modals/lib/utils/index.ts +4 -4
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/MigrateVmkernelAdapter.vue +5 -5
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/lib/config/steps.ts +17 -17
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/steps/ConnectionSettings.vue +5 -5
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/steps/SelectVmkernelAdapter.vue +4 -4
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/steps/VmkernelAdapterReadyComplete.vue +2 -2
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/connectionSettings.ts +13 -13
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/selectVmkernelAdapter.ts +5 -5
- package/components/common/diagramMain/modals/remove/RemoveModal.vue +8 -8
- package/components/common/diagramMain/modals/viewSettings/ViewSettings.vue +3 -3
- package/components/common/diagramMain/network/Block.vue +1 -1
- package/components/common/diagramMain/network/Contents.vue +3 -3
- package/components/common/diagramMain/network/Lines.vue +1 -1
- package/components/common/diagramMain/network/NoNetwork.vue +2 -2
- package/components/common/diagramMain/network/SecondBlock.vue +1 -1
- package/components/common/diagramMain/port/Port.vue +4 -4
- package/components/common/diagramMain/port/Ports.vue +1 -1
- package/components/common/diagramMain/switch/Switch.vue +1 -1
- package/components/common/diagramMain/switch/SwitchSelected.vue +1 -1
- package/components/common/feedback/Buttons.vue +6 -6
- package/components/common/feedback/Feedback.vue +5 -5
- package/components/common/feedback/Message.vue +16 -16
- package/components/common/feedback/VisitPortal.vue +3 -3
- package/components/common/feedback/lib/config/drawingPanel.ts +5 -5
- package/components/common/feedback/lib/config/feedbackTabs.ts +5 -5
- package/components/common/graph/Graph.vue +1 -1
- package/components/common/graph/lib/utils/renderGraph.ts +13 -13
- package/components/common/help/navbar/left/Left.vue +2 -2
- package/components/common/home/ResourceBlock.vue +5 -5
- package/components/common/home/StatusContent.vue +1 -1
- package/components/common/home/alertsTable/lib/config/config.ts +3 -3
- package/components/common/home/servicesTable/lib/config/config.ts +2 -2
- package/components/common/layout/theHeader/feedback/Feedback.vue +2 -2
- package/components/common/layout/theHeader/helpMenu/helpMenuNew/lib/config/dropMenu.ts +1 -1
- package/components/common/layout/theHeader/modals/Reconnect.vue +4 -4
- package/components/common/layout/theHeader/modals/RedirectLogin.vue +3 -3
- package/components/common/layout/theHeader/userMenu/modals/changePassword/ChangePassword.vue +6 -6
- package/components/common/layout/theHeader/userMenu/modals/changePassword/lib/config/form.ts +2 -2
- package/components/common/layout/theHeader/userMenu/modals/preferences/PreferencesNew.vue +1 -3
- package/components/common/layout/theHeader/userMenu/modals/preferences/PreferencesOld.vue +3 -3
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguage.vue +1 -1
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguageNew.vue +1 -1
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/lib/config/radioOptions.ts +2 -2
- package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/DefaultConsoleNew.vue +2 -2
- package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/DefaultConsoleOld.vue +1 -1
- package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/lib/config/consoleOptions.ts +2 -2
- package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/Inventory.vue +0 -4
- package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/InventoryNew.vue +2 -2
- package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/InventoryOld.vue +2 -2
- package/components/common/layout/theHeader/userMenu/modals/preferences/lib/config/preferencesTabs.ts +4 -4
- package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/TimeFormat.vue +1 -1
- package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/TimeFormatNew.vue +1 -1
- package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/lib/config/formatOptions.ts +3 -3
- package/components/common/layout/theHeader/userMenu/modals/preferences/view/View.vue +1 -1
- package/components/common/layout/theHeader/userMenu/modals/preferences/view/ViewNew.vue +2 -2
- package/components/common/layout/theHeader/userMenu/modals/preferences/view/ViewOld.vue +1 -1
- package/components/common/layout/theHeader/userMenu/userMenuNew/lib/config/dropMenu.ts +3 -3
- package/components/common/layout/theHeader/userMenu/userMenuOld/lib/config/dropMenu.ts +4 -4
- package/components/common/mainNavigationPanel/MainNavigationPanelNew.vue +5 -5
- package/components/common/mainNavigationPanel/MainNavigationPanelOld.vue +4 -4
- package/components/common/modals/Confirmation.vue +3 -3
- package/components/common/modals/Rename.vue +5 -5
- package/components/common/modals/lib/config/defaultForm.ts +3 -3
- package/components/common/modals/lib/models/interfaces.ts +1 -1
- package/components/common/monitor/advanced/Advanced.vue +3 -3
- package/components/common/monitor/advanced/GraphView.vue +1 -1
- package/components/common/monitor/advanced/table/Table.vue +1 -1
- package/components/common/monitor/advanced/table/lib/config/performanceDatatable.ts +8 -8
- package/components/common/monitor/advanced/tools/Tools.vue +3 -3
- package/components/common/monitor/advanced/tools/chartOptionsModal/ChartOptionsModal.vue +1 -1
- package/components/common/monitor/advanced/tools/chartOptionsModal/actions/Actions.vue +4 -4
- package/components/common/monitor/advanced/tools/chartOptionsModal/actions/lib/utils/optionsActions.ts +2 -2
- package/components/common/monitor/advanced/tools/chartOptionsModal/actions/saveOptionsModal/SaveOptionsModal.vue +2 -2
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/Table.vue +1 -1
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/lib/config/tableConfig.ts +2 -2
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/lib/config/utils.ts +285 -285
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/form/Form.vue +5 -5
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/form/lib/config/dateForm.ts +13 -13
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/Object.vue +1 -1
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/lib/config/objectTable.ts +1 -1
- package/components/common/monitor/advanced/tools/chartOptionsModal/metrics/Metrics.vue +1 -1
- package/components/common/monitor/advanced/tools/chartOptionsModal/metrics/lib/config/optionsMetrics.ts +31 -31
- package/components/common/monitor/advanced/tools/lib/config/advancedToolbar.ts +32 -32
- package/components/common/monitor/overview/Overview.vue +3 -3
- package/components/common/monitor/overview/filters/Filters.vue +3 -3
- package/components/common/monitor/overview/filters/customIntervalModal/CustomIntervalModal.vue +3 -3
- package/components/common/monitor/overview/filters/customIntervalModal/lib/config/dateChecker.ts +5 -5
- package/components/common/monitor/overview/filters/lib/config/filterOptions.ts +21 -21
- package/components/common/pages/Tasks.vue +1 -1
- package/components/common/pages/hardwareHealth/HardwareHealth.vue +3 -3
- package/components/common/pages/hardwareHealth/lib/config/tabsPannel.ts +5 -5
- package/components/common/pages/hardwareHealth/tableView/TableView.vue +1 -1
- package/components/common/pages/hardwareHealth/tableView/lib/config/alertWarningTable.ts +3 -3
- package/components/common/pages/hardwareHealth/tableView/lib/config/sensorTable.ts +5 -5
- package/components/common/pages/hardwareHealth/tableView/lib/config/storageSensorTable.ts +1 -1
- package/components/common/pages/hardwareHealth/tableView/lib/config/systemLogTable.ts +1 -1
- package/components/common/pages/hardwareHealth/tableView/modal/sensorWarning.vue +2 -2
- package/components/common/pages/hardwareHealth/toolsPanel/lib/config/actionsPanel.ts +3 -3
- package/components/common/perPage/PerPage.vue +3 -3
- package/components/common/recursionTree/RecursionTree.vue +1 -1
- package/components/common/resource/lib/models/interfaces.ts +2 -2
- package/components/common/resource/progressBlock/ProgressBlock.vue +6 -6
- package/components/common/resource/simple/Simple.vue +3 -3
- package/components/common/select/button/ButtonDropdown.vue +1 -1
- package/components/common/select/input/Input.vue +0 -3
- package/components/common/select/radio/RadioGroup.vue +1 -1
- package/components/common/shortcuts/Shortcuts.vue +1 -1
- package/components/common/spiceConsole/Drawer.vue +5 -5
- package/components/common/split/vertical/Vertical.vue +1 -1
- package/components/common/vm/actions/add/Add.vue +1 -1
- package/components/common/vm/actions/add/FolderTreeView.vue +1 -1
- package/components/common/vm/actions/add/lib/config/steps.ts +9 -9
- package/components/common/vm/actions/add/lib/utils.ts +28 -28
- package/components/common/vm/actions/clone/Clone.vue +1 -1
- package/components/common/vm/actions/clone/lib/models/interfaces.ts +1 -1
- package/components/common/vm/actions/clone/lib/utils.ts +3 -3
- package/components/common/vm/actions/common/customizeHardware/CustomizeHardware.vue +16 -16
- package/components/common/vm/actions/common/customizeHardware/lib/config/navItems.ts +2 -2
- package/components/common/vm/actions/common/customizeHardware/lib/models/interfaces.ts +2 -2
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/VirtualHardware.vue +14 -14
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/browseView/lib/models/interfaces.ts +1 -1
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/bus/Bus.vue +5 -5
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/bus/lib/config/options.ts +8 -8
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/CdDvdDrive.vue +11 -11
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/lib/config/fileTypes.ts +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/lib/config/options.ts +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/media/Media.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CoresPerSocket.vue +5 -5
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Cpu.vue +6 -6
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CpuHotPlug.vue +52 -50
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CpuModel.vue +6 -6
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Hv.vue +99 -95
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Iommu.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/MaxCpu.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Pc.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Sa.vue +9 -9
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/lib/config/cpuOptions.ts +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/shares/Shares.vue +7 -7
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/shares/lib/config/options.ts +8 -8
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/tooltip/Tooltip.vue +5 -5
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/config/binaryOptions.ts +5 -5
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/config/dropdownItems.ts +9 -9
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/limit/Limit.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/limit/lib/config/options.ts +6 -6
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/Memory.vue +6 -6
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/MemoryHotPlug.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/lib/config/memoryOptions.ts +6 -6
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/DiskFile.vue +2 -2
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/Location.vue +8 -8
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/MaximumSize.vue +2 -2
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/NewHardDisk.vue +10 -10
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/cache/Cache.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/limitIops/LimitIops.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/limitIops/lib/config/options.ts +6 -6
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/mode/Mode.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/mode/lib/config/options.ts +5 -5
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/provisioning/Provisioning.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/provisioning/lib/config/options.ts +5 -5
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/sharing/Sharing.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/sharing/lib/config/options.ts +5 -5
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/Location.vue +5 -5
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/NewNetwork.vue +8 -8
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/adapterType/AdapterType.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/adapterType/lib/config/options.ts +1 -1
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/MacAddress.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/lib/config/options.ts +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/DynamicDirectPathIo.vue +5 -5
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/lib/config/options.ts +1 -1
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/note/Note.vue +2 -2
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/nvidiaGrid/NvidiaGrid.vue +2 -2
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/typeSelection/TypeSelection.vue +1 -1
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newUsbController/NewUsbController.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newUsbController/lib/config/options.ts +1 -1
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/InputDevices.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/Other.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/reservation/Reservation.vue +5 -5
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/reservation/lib/config/options.ts +8 -8
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/Graphics.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/TotalVideoMemory.vue +5 -5
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/VideoCard.vue +6 -6
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/lib/config/options.ts +2 -2
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/model/Model.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/numberDisplays/NumberDisplays.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/numberDisplays/lib/config/options.ts +1 -1
- package/components/common/vm/actions/common/customizeHardware/vmoptions/Vmoptions.vue +6 -6
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/BootOptions.vue +6 -6
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/Menu.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/Secure.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/delay/Delay.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/delay/lib/config/config.ts +1 -1
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/firmware/Firmware.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/firmware/lib/config/config.ts +3 -3
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/Order.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/vmoptions/generalOptions/GeneralOptions.vue +8 -8
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/CopyPaste.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/FileTransfer.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/FolderSharing.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/PlaybackCompression.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/PowerControl.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/RemoteConsoleOptions.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/imgCompression/ImgCompression.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/imgCompression/lib/config/config.ts +4 -4
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/jpegCompression/JpegCompression.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/jpegCompression/lib/config/config.ts +5 -5
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/Keymap.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/lib/config/config.ts +1 -1
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/mouseMode/MouseMode.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/mouseMode/lib/config/config.ts +1 -1
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/Password.vue +5 -5
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/lib/models/interfaces.ts +1 -1
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/sharePolicy/SharePolicy.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/sharePolicy/lib/config/config.ts +4 -4
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/streamingMode/StreamingMode.vue +85 -85
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/streamingMode/lib/config/config.ts +2 -2
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/type/Type.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/type/lib/config/config.ts +1 -1
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/UsbRedirection.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/lib/config/config.ts +1 -1
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/zlibCompression/ZlibCompression.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/zlibCompression/lib/config/config.ts +5 -5
- package/components/common/vm/actions/common/customizeHardware/vmoptions/tools/Tools.vue +5 -5
- package/components/common/vm/actions/common/lib/config/capabilities.ts +1 -1
- package/components/common/vm/actions/common/lib/models/interfaces.ts +3 -3
- package/components/common/vm/actions/common/lib/models/types.ts +3 -3
- package/components/common/vm/actions/common/select/compatibility/Compatibility.vue +3 -3
- package/components/common/vm/actions/common/select/computeResource/ComputeResource.vue +2 -2
- package/components/common/vm/actions/common/select/computeResource/TreeView.vue +1 -3
- package/components/common/vm/actions/common/select/createType/lib/config/items.ts +2 -2
- package/components/common/vm/actions/common/select/lib/models/interfaces.ts +2 -2
- package/components/common/vm/actions/common/select/name/Name.vue +3 -3
- package/components/common/vm/actions/common/select/storage/lib/config/config.ts +2 -2
- package/components/common/vm/actions/editSettings/EditSettings.vue +1 -1
- package/components/common/vm/actions/editSettings/lib/models/types.ts +3 -3
- package/components/common/vm/actions/editSettings/lib/utils.ts +2 -2
- package/components/common/vm/actions/lib/models/interfaces.ts +1 -1
- package/components/common/vm/actions/lib/utils.ts +6 -6
- package/components/common/weekSelect/lib/config/options.ts +3 -3
- package/components/common/wizards/datastore/add/Add.vue +6 -6
- package/components/common/wizards/datastore/add/lib/config/stepItems.ts +13 -13
- package/components/common/wizards/datastore/add/lib/models/interfaces.ts +1 -1
- package/components/common/wizards/datastore/add/lib/utils.ts +2 -2
- package/components/common/wizards/datastore/add/local/Local.vue +4 -4
- package/components/common/wizards/datastore/add/local/createName/CreateName.vue +4 -4
- package/components/common/wizards/datastore/add/local/createName/lib/config/defaultForm.ts +2 -2
- package/components/common/wizards/datastore/add/nfs/Nfs.vue +3 -3
- package/components/common/wizards/datastore/add/nfs/accessibility/Accessibility.vue +4 -4
- package/components/common/wizards/datastore/add/nfs/accessibility/lib/config/tabsPannel.ts +4 -4
- package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/TablesView.vue +6 -6
- package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/config/compatibleTable.ts +5 -5
- package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/config/hostsTableItems.ts +3 -3
- package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/config/incompatibleTable.ts +6 -6
- package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/config/tableKeys.ts +1 -1
- package/components/common/wizards/datastore/add/nfs/configuration/Configuration.vue +10 -10
- package/components/common/wizards/datastore/add/nfs/configuration/lib/config/defaultForm.ts +4 -4
- package/components/common/wizards/datastore/add/nfs/configuration/lib/models/interfaces.ts +1 -1
- package/components/common/wizards/datastore/add/nfs/configuration/serversList/DeletePopover.vue +2 -2
- package/components/common/wizards/datastore/add/nfs/configuration/serversList/ServersList.vue +4 -4
- package/components/common/wizards/datastore/add/nfs/configuration/serversList/lib/config/serversListConfig.ts +3 -4
- package/components/common/wizards/datastore/add/nfs/configuration/serversList/lib/config/tableKeys.ts +1 -1
- package/components/common/wizards/datastore/add/nfs/configuration/serversList/lib/models/interfaces.ts +1 -1
- package/components/common/wizards/datastore/add/nfs/kerberosAuthentication/KerberosAuthentication.vue +4 -4
- package/components/common/wizards/datastore/add/nfs/kerberosAuthentication/lib/config/radioOptions.ts +5 -5
- package/components/common/wizards/datastore/add/nfs/version/Version.vue +3 -3
- package/components/common/wizards/datastore/add/nfs/version/lib/config/versionOptions.ts +4 -4
- package/components/common/wizards/datastore/add/readyComplete/ReadyComplete.vue +4 -4
- package/components/common/wizards/datastore/add/readyComplete/lib/config/propertiesDetails.ts +22 -22
- package/components/common/wizards/datastore/add/sharedStorm/SharedStorm.vue +1 -1
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/DeviceSelection.vue +11 -11
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/hostTable/HostTable.vue +5 -5
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/hostTable/lib/config/hostsTable.ts +9 -9
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/hostTable/lib/config/tableKeys.ts +1 -1
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/lib/config/defaultForm.ts +3 -3
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/lib/config/selectOptions.ts +3 -3
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/lib/models/interfaces.ts +2 -2
- package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/PartitionConfiguration.vue +9 -9
- package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/lib/config/selectOptions.ts +8 -8
- package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/sizeGraphic/sizeGraphic.vue +2 -2
- package/components/common/wizards/datastore/add/sharedStorm/version/Version.vue +3 -3
- package/components/common/wizards/datastore/add/sharedStorm/version/lib/config/versionOptions.ts +4 -4
- package/components/common/wizards/datastore/add/types/Types.vue +2 -2
- package/components/common/wizards/datastore/add/types/lib/config/typeOptions.ts +6 -6
- package/components/common/wizards/network/add/Add.vue +1 -1
- package/components/common/wizards/network/add/lib/config/initialData.ts +1 -2
- package/components/common/wizards/network/add/lib/config/portPropertiesStep.ts +11 -11
- package/components/common/wizards/network/add/lib/config/selectSwitch.ts +7 -7
- package/components/common/wizards/network/add/lib/config/sendData.ts +2 -2
- package/components/common/wizards/network/add/lib/config/steps.ts +77 -77
- package/components/common/wizards/network/add/lib/models/interfaces.ts +1 -1
- package/components/common/wizards/network/add/modals/SelectNetwork.vue +5 -5
- package/components/common/wizards/network/add/modals/SelectStandardSwitch.vue +5 -5
- package/components/common/wizards/network/add/modals/SelectSwitch.vue +5 -5
- package/components/common/wizards/network/add/steps/ConnectionSettings.vue +5 -5
- package/components/common/wizards/network/add/steps/CreateStandardSwitch.vue +4 -4
- package/components/common/wizards/network/add/steps/IpFourSettings.vue +9 -9
- package/components/common/wizards/network/add/steps/PortProperties.vue +19 -19
- package/components/common/wizards/network/add/steps/ReadyComplete.vue +1 -1
- package/components/common/wizards/network/add/steps/SelectConnectionType.vue +7 -7
- package/components/common/wizards/network/add/steps/SelectedTargetDevice.vue +12 -12
- package/components/common/wizards/network/add/validations/connectionSettings.ts +9 -9
- package/components/common/wizards/network/add/validations/createStandardSwitch.ts +3 -3
- package/components/common/wizards/network/add/validations/ipFourSettings.ts +21 -21
- package/components/common/wizards/network/add/validations/networkValidation.ts +4 -4
- package/components/common/wizards/network/add/validations/physicalAdapter.ts +1 -1
- package/components/common/wizards/network/add/validations/portProperties.ts +13 -13
- package/components/common/wizards/network/add/validations/targetDevice.ts +13 -13
- package/components/common/wizards/vm/common/tooltip/Tooltip.vue +1 -1
- package/components/common/wizards/vm/common/validation/compatibility/Compatibility.vue +1 -1
- package/components/common/wizards/vm/migrate/lib/config/constructDataReady.ts +7 -7
- package/components/common/wizards/vm/migrate/lib/utils.ts +14 -14
- package/components/common/wizards/vm/migrate/select/computeResource/lib/config/tabsPannel.ts +3 -3
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/clusterTable.ts +13 -13
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/hostTable.ts +12 -12
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/resourcePoolTable.ts +11 -11
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/vappsTable.ts +6 -6
- package/components/common/wizards/vm/migrate/select/network/Network.vue +2 -2
- package/components/common/wizards/vm/migrate/select/network/table/network/lib/config/advancedTable.ts +4 -4
- package/components/common/wizards/vm/migrate/select/network/table/network/lib/config/basicTable.ts +3 -3
- package/components/common/wizards/vm/migrate/select/network/table/useAt/lib/config/useAtTable.ts +3 -3
- package/components/common/wizards/vm/migrate/select/priority/lib/config/typeOptions.ts +4 -4
- package/components/common/wizards/vm/migrate/select/storage/Storage.vue +1 -1
- package/components/common/wizards/vm/migrate/select/storage/configure/batch/Batch.vue +1 -4
- package/components/common/wizards/vm/migrate/select/storage/configure/disk/Disk.vue +1 -1
- package/components/common/wizards/vm/migrate/select/storage/diskFormat/DiskFormat.vue +1 -1
- package/components/common/wizards/vm/migrate/select/storage/lib/config/tabsPannel.ts +2 -2
- package/components/common/wizards/vm/migrate/select/storage/policy/Policy.vue +1 -1
- package/components/common/wizards/vm/migrate/select/storage/selectedPerDisk/SelectedPerDisk.vue +1 -1
- package/components/common/wizards/vm/migrate/select/storage/table/datastore/lib/config/config.ts +11 -11
- package/components/common/wizards/vm/migrate/select/storage/table/disk/lib/config/config.ts +10 -10
- package/components/common/wizards/vm/migrate/select/targetServer/lib/config/tabsPannel.ts +2 -2
- package/components/common/wizards/vm/migrate/select/targetServer/new/New.vue +5 -5
- package/components/common/wizards/vm/migrate/select/type/lib/config/typeOptions.ts +9 -9
- package/lib/models/plugins/date/interfaces.ts +1 -1
- package/lib/models/plugins/validation/interfaces.ts +1 -1
- package/lib/models/store/interfaces.ts +1 -1
- package/lib/models/store/vm/interfaces.ts +3 -3
- package/package.json +1 -1
- package/plugins/date.ts +2 -2
- package/plugins/validation.ts +1 -1
|
@@ -71,13 +71,13 @@
|
|
|
71
71
|
</template>
|
|
72
72
|
|
|
73
73
|
<script setup lang="ts">
|
|
74
|
-
import { UI_T_Project } from '~/lib/models/types'
|
|
75
|
-
import { UI_I_DatastoreTableItem } from '~/lib/models/store/storage/interfaces'
|
|
76
|
-
import { UI_I_NetworkTableItem } from '~/lib/models/store/network/interfaces'
|
|
77
|
-
import { UI_I_TablePayload } from '~/lib/models/table/interfaces'
|
|
78
|
-
import { UI_I_FolderOrFileTreePayload } from '~/lib/models/store/storage/interfaces'
|
|
79
|
-
import { UI_I_FileTreeNode } from '~/components/lib/models/interfaces'
|
|
80
|
-
import {
|
|
74
|
+
import type { UI_T_Project } from '~/lib/models/types'
|
|
75
|
+
import type { UI_I_DatastoreTableItem } from '~/lib/models/store/storage/interfaces'
|
|
76
|
+
import type { UI_I_NetworkTableItem } from '~/lib/models/store/network/interfaces'
|
|
77
|
+
import type { UI_I_TablePayload } from '~/lib/models/table/interfaces'
|
|
78
|
+
import type { UI_I_FolderOrFileTreePayload } from '~/lib/models/store/storage/interfaces'
|
|
79
|
+
import type { UI_I_FileTreeNode } from '~/components/lib/models/interfaces'
|
|
80
|
+
import type {
|
|
81
81
|
UI_I_SendDataNewPciDevice,
|
|
82
82
|
UI_I_SendDataNewCdDvdDrive,
|
|
83
83
|
UI_I_SendDataNewHardDisk,
|
|
@@ -85,15 +85,15 @@ import {
|
|
|
85
85
|
UI_I_SendDataVideoCard,
|
|
86
86
|
UI_I_SendDataVirtualHardware,
|
|
87
87
|
} from '~/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/models/interfaces'
|
|
88
|
-
import { UI_I_SendDataCustomizeHardware } from '~/components/common/vm/actions/common/customizeHardware/lib/models/interfaces'
|
|
89
|
-
import { UI_I_SendDataVmoptions } from '~/components/common/vm/actions/common/customizeHardware/vmoptions/lib/models/interfaces'
|
|
90
|
-
import { UI_T_SelectedNavItem } from '~/components/common/vm/actions/common/lib/models/types'
|
|
91
|
-
import { UI_I_ErrorValidationField } from '~/lib/models/store/interfaces'
|
|
92
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
93
|
-
import { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
94
|
-
import { UI_I_CollapseNavItem } from '~/components/atoms/collapse/lib/models/interfaces'
|
|
95
|
-
import { UI_T_ChangeBootOrder } from '~/components/common/vm/actions/lib/models/types'
|
|
96
|
-
import {
|
|
88
|
+
import type { UI_I_SendDataCustomizeHardware } from '~/components/common/vm/actions/common/customizeHardware/lib/models/interfaces'
|
|
89
|
+
import type { UI_I_SendDataVmoptions } from '~/components/common/vm/actions/common/customizeHardware/vmoptions/lib/models/interfaces'
|
|
90
|
+
import type { UI_T_SelectedNavItem } from '~/components/common/vm/actions/common/lib/models/types'
|
|
91
|
+
import type { UI_I_ErrorValidationField } from '~/lib/models/store/interfaces'
|
|
92
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
93
|
+
import type { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
94
|
+
import type { UI_I_CollapseNavItem } from '~/components/atoms/collapse/lib/models/interfaces'
|
|
95
|
+
import type { UI_T_ChangeBootOrder } from '~/components/common/vm/actions/lib/models/types'
|
|
96
|
+
import type {
|
|
97
97
|
API_UI_I_VmEditCpu,
|
|
98
98
|
API_UI_I_VmEditMemory,
|
|
99
99
|
UI_I_PciDevice,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
2
|
-
import { UI_I_CollapseNavItem } from '~/components/atoms/collapse/lib/models/interfaces'
|
|
1
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
2
|
+
import type { UI_I_CollapseNavItem } from '~/components/atoms/collapse/lib/models/interfaces'
|
|
3
3
|
|
|
4
4
|
export const navItemsFunc = (
|
|
5
5
|
localization: UI_I_Localization
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { UI_I_SendDataVirtualHardware } from '~/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/models/interfaces'
|
|
2
|
-
import { UI_I_SendDataVmoptions } from '~/components/common/vm/actions/common/customizeHardware/vmoptions/lib/models/interfaces'
|
|
1
|
+
import type { UI_I_SendDataVirtualHardware } from '~/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/models/interfaces'
|
|
2
|
+
import type { UI_I_SendDataVmoptions } from '~/components/common/vm/actions/common/customizeHardware/vmoptions/lib/models/interfaces'
|
|
3
3
|
|
|
4
4
|
export interface UI_I_SendDataCustomizeHardware {
|
|
5
5
|
virtualHardware: UI_I_SendDataVirtualHardware | null
|
package/components/common/vm/actions/common/customizeHardware/virtualHardware/VirtualHardware.vue
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<div class="virtual-hardware">
|
|
3
3
|
<div class="clr-row clr-justify-content-end">
|
|
4
4
|
<atoms-dropdown-tree
|
|
5
|
-
:title="localization.addNewDevice"
|
|
5
|
+
:title="localization.common.addNewDevice"
|
|
6
6
|
:items="dropdownItems"
|
|
7
7
|
test-id="add-device-dropdown"
|
|
8
8
|
@select="onAddDevice"
|
|
@@ -147,13 +147,13 @@
|
|
|
147
147
|
</template>
|
|
148
148
|
|
|
149
149
|
<script setup lang="ts">
|
|
150
|
-
import { UI_T_Project } from '~/lib/models/types'
|
|
151
|
-
import { UI_I_DatastoreTableItem } from '~/lib/models/store/storage/interfaces'
|
|
152
|
-
import { UI_I_NetworkTableItem } from '~/lib/models/store/network/interfaces'
|
|
153
|
-
import { UI_I_TablePayload } from '~/lib/models/table/interfaces'
|
|
154
|
-
import { UI_I_FolderOrFileTreePayload } from '~/lib/models/store/storage/interfaces'
|
|
155
|
-
import { UI_I_FileTreeNode } from '~/components/lib/models/interfaces'
|
|
156
|
-
import {
|
|
150
|
+
import type { UI_T_Project } from '~/lib/models/types'
|
|
151
|
+
import type { UI_I_DatastoreTableItem } from '~/lib/models/store/storage/interfaces'
|
|
152
|
+
import type { UI_I_NetworkTableItem } from '~/lib/models/store/network/interfaces'
|
|
153
|
+
import type { UI_I_TablePayload } from '~/lib/models/table/interfaces'
|
|
154
|
+
import type { UI_I_FolderOrFileTreePayload } from '~/lib/models/store/storage/interfaces'
|
|
155
|
+
import type { UI_I_FileTreeNode } from '~/components/lib/models/interfaces'
|
|
156
|
+
import type {
|
|
157
157
|
UI_I_SendDataCpu,
|
|
158
158
|
UI_I_SendDataMemory,
|
|
159
159
|
UI_I_SendDataNewHardDisk,
|
|
@@ -165,19 +165,19 @@ import {
|
|
|
165
165
|
// UI_I_HardDisk,
|
|
166
166
|
UI_I_SendDataNewPciDevice,
|
|
167
167
|
} from '~/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/models/interfaces'
|
|
168
|
-
import { UI_I_ErrorValidationField } from '~/lib/models/store/interfaces'
|
|
169
|
-
import {
|
|
168
|
+
import type { UI_I_ErrorValidationField } from '~/lib/models/store/interfaces'
|
|
169
|
+
import type {
|
|
170
170
|
UI_T_HardDiskType,
|
|
171
171
|
UI_T_NetworkType,
|
|
172
172
|
UI_T_CdDvdType,
|
|
173
173
|
} from '~/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/models/types'
|
|
174
|
-
import { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
175
|
-
import {
|
|
174
|
+
import type { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
175
|
+
import type {
|
|
176
176
|
UI_I_DropdownTreeItem,
|
|
177
177
|
UI_I_DropdownTreeItemChild,
|
|
178
178
|
} from '~/components/atoms/dropdown/tree/lib/models/interfaces'
|
|
179
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
180
|
-
import {
|
|
179
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
180
|
+
import type {
|
|
181
181
|
API_UI_I_VmEditCpu,
|
|
182
182
|
API_UI_I_VmEditMemory,
|
|
183
183
|
UI_I_PciDevice,
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<div class="">
|
|
3
3
|
<atoms-stack-block :has-children="false">
|
|
4
4
|
<template #stackBlockKey>
|
|
5
|
-
{{ localization.bus }}
|
|
5
|
+
{{ localization.common.bus }}
|
|
6
6
|
</template>
|
|
7
7
|
<template #stackBlockContent>
|
|
8
8
|
<div class="select-row">
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
@hide="isShowHelp = false"
|
|
55
55
|
>
|
|
56
56
|
<p>
|
|
57
|
-
<!-- {{ localization.busVirtioHelpDesc }}-->
|
|
57
|
+
<!-- {{ localization.common.busVirtioHelpDesc }}-->
|
|
58
58
|
{{ props.helpText }}
|
|
59
59
|
</p>
|
|
60
60
|
</atoms-tooltip-signpost>
|
|
@@ -67,9 +67,9 @@
|
|
|
67
67
|
</template>
|
|
68
68
|
|
|
69
69
|
<script setup lang="ts">
|
|
70
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
71
|
-
import { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
72
|
-
import { UI_I_ErrorValidationField } from '~/lib/models/store/interfaces'
|
|
70
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
71
|
+
import type { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
72
|
+
import type { UI_I_ErrorValidationField } from '~/lib/models/store/interfaces'
|
|
73
73
|
import { busOptionsFunc } from '~/components/common/vm/actions/common/customizeHardware/virtualHardware/bus/lib/config/options'
|
|
74
74
|
|
|
75
75
|
const localization = computed<UI_I_Localization>(() => useLocal())
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
2
|
-
import { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
1
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
2
|
+
import type { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
3
3
|
|
|
4
4
|
export const busOptionsFunc = (
|
|
5
5
|
localization: UI_I_Localization,
|
|
@@ -7,14 +7,14 @@ export const busOptionsFunc = (
|
|
|
7
7
|
): UI_I_OptionItem[] => {
|
|
8
8
|
if (shortOptions) {
|
|
9
9
|
return [
|
|
10
|
-
{ text: localization.ide, value: 'ide' },
|
|
11
|
-
{ text: localization.sata, value: 'sata' },
|
|
10
|
+
{ text: localization.common.ide, value: 'ide' },
|
|
11
|
+
{ text: localization.common.sata, value: 'sata' },
|
|
12
12
|
]
|
|
13
13
|
}
|
|
14
14
|
return [
|
|
15
|
-
{ text: localization.ide, value: 'ide' },
|
|
16
|
-
{ text: localization.scsi, value: 'scsi' },
|
|
17
|
-
{ text: localization.sata, value: 'sata' },
|
|
18
|
-
{ text: localization.virtio, value: 'virtio' },
|
|
15
|
+
{ text: localization.common.ide, value: 'ide' },
|
|
16
|
+
{ text: localization.common.scsi, value: 'scsi' },
|
|
17
|
+
{ text: localization.common.sata, value: 'sata' },
|
|
18
|
+
{ text: localization.common.virtio, value: 'virtio' },
|
|
19
19
|
]
|
|
20
20
|
}
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
<template #stackBlockContent>
|
|
21
21
|
<div class="flex-align-center flex-space-between">
|
|
22
22
|
<template v-if="props.type === 'removed'">
|
|
23
|
-
<span>{{ localization.deviceWillRemoved }}</span>
|
|
23
|
+
<span>{{ localization.common.deviceWillRemoved }}</span>
|
|
24
24
|
<div class="flex-align-center" @click.stop>
|
|
25
25
|
<input
|
|
26
26
|
:id="`cd-dvd-delete-files-from-datastore-${props.index}`"
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
'label-text-normal pointer',
|
|
38
38
|
props.disabled && 'div-disabled',
|
|
39
39
|
]"
|
|
40
|
-
>{{ localization.deleteFilesFromDatastore }}</label
|
|
40
|
+
>{{ localization.common.deleteFilesFromDatastore }}</label
|
|
41
41
|
>
|
|
42
42
|
</div>
|
|
43
43
|
</template>
|
|
@@ -104,18 +104,18 @@
|
|
|
104
104
|
</template>
|
|
105
105
|
|
|
106
106
|
<script lang="ts" setup>
|
|
107
|
-
import { UI_I_FileTreeNode } from '~/components/lib/models/interfaces'
|
|
108
|
-
import { UI_I_TablePayload } from '~/lib/models/table/interfaces'
|
|
109
|
-
import { UI_T_CdDvdDrive } from '~/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/lib/models/types'
|
|
110
|
-
import { UI_I_SendDataNewCdDvdDrive } from '~/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/models/interfaces'
|
|
111
|
-
import {
|
|
107
|
+
import type { UI_I_FileTreeNode } from '~/components/lib/models/interfaces'
|
|
108
|
+
import type { UI_I_TablePayload } from '~/lib/models/table/interfaces'
|
|
109
|
+
import type { UI_T_CdDvdDrive } from '~/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/lib/models/types'
|
|
110
|
+
import type { UI_I_SendDataNewCdDvdDrive } from '~/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/models/interfaces'
|
|
111
|
+
import type {
|
|
112
112
|
UI_I_Localization,
|
|
113
113
|
UI_I_HTMLSelectElement,
|
|
114
114
|
} from '~/lib/models/interfaces'
|
|
115
|
-
import { UI_I_ErrorValidationField } from '~/lib/models/store/interfaces'
|
|
116
|
-
import { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
117
|
-
import { UI_I_FolderOrFileTreePayload } from '~/lib/models/store/storage/interfaces'
|
|
118
|
-
import { UI_T_CdDvdType } from '~/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/models/types'
|
|
115
|
+
import type { UI_I_ErrorValidationField } from '~/lib/models/store/interfaces'
|
|
116
|
+
import type { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
117
|
+
import type { UI_I_FolderOrFileTreePayload } from '~/lib/models/store/storage/interfaces'
|
|
118
|
+
import type { UI_T_CdDvdType } from '~/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/models/types'
|
|
119
119
|
import { cdDvdDriveOptionsFunc } from '~/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/lib/config/options'
|
|
120
120
|
import { fileTypesFunc } from '~/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/lib/config/fileTypes'
|
|
121
121
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
2
|
-
import { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
1
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
2
|
+
import type { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
3
3
|
|
|
4
4
|
export const fileTypesFunc = (
|
|
5
5
|
localization: UI_I_Localization
|
|
6
6
|
): UI_I_OptionItem[] => [
|
|
7
|
-
{ text: `${localization.isoImage} (*.iso)`, value: 'iso' },
|
|
8
|
-
{ text: `${localization.allFiles} (*.*)`, value: 'all' },
|
|
7
|
+
{ text: `${localization.common.isoImage} (*.iso)`, value: 'iso' },
|
|
8
|
+
{ text: `${localization.common.allFiles} (*.*)`, value: 'all' },
|
|
9
9
|
]
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
2
|
-
import { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
1
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
2
|
+
import type { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
3
3
|
|
|
4
4
|
export const cdDvdDriveOptionsFunc = (
|
|
5
5
|
localization: UI_I_Localization
|
|
6
6
|
): UI_I_OptionItem[] => {
|
|
7
7
|
return [
|
|
8
|
-
{ text: localization.clientDevice, value: 'clientDevice' },
|
|
9
|
-
{ text: localization.datastoreIsoFile, value: 'datastoreIsoFile' },
|
|
8
|
+
{ text: localization.common.clientDevice, value: 'clientDevice' },
|
|
9
|
+
{ text: localization.common.datastoreIsoFile, value: 'datastoreIsoFile' },
|
|
10
10
|
]
|
|
11
11
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<div class="">
|
|
3
3
|
<atoms-stack-block :has-children="false">
|
|
4
4
|
<template #stackBlockKey>
|
|
5
|
-
{{ localization.cdDvdMedia }}
|
|
5
|
+
{{ localization.common.cdDvdMedia }}
|
|
6
6
|
</template>
|
|
7
7
|
<template #stackBlockContent>
|
|
8
8
|
<div class="flex-align-center">
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
class="button btn btn-default btn-sm"
|
|
20
20
|
@click="onBrowse"
|
|
21
21
|
>
|
|
22
|
-
{{ localization.browse }}...
|
|
22
|
+
{{ localization.common.browse }}...
|
|
23
23
|
</button>
|
|
24
24
|
</div>
|
|
25
25
|
</template>
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
</template>
|
|
29
29
|
|
|
30
30
|
<script setup lang="ts">
|
|
31
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
31
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
32
32
|
|
|
33
33
|
const props = defineProps<{
|
|
34
34
|
cdDvdMedia: string
|
package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CoresPerSocket.vue
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<div class="">
|
|
3
3
|
<atoms-stack-block :has-children="false">
|
|
4
4
|
<template #stackBlockKey>
|
|
5
|
-
{{ localization.coresPerSocket }}
|
|
5
|
+
{{ localization.common.coresPerSocket }}
|
|
6
6
|
</template>
|
|
7
7
|
<template #stackBlockContent>
|
|
8
8
|
<div class="clr-control-container">
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
</atoms-tooltip-error>
|
|
33
33
|
</div>
|
|
34
34
|
<div class="clr-subtext">
|
|
35
|
-
{{ localization.sockets }}: {{ socketsCount }}
|
|
35
|
+
{{ localization.common.sockets }}: {{ socketsCount }}
|
|
36
36
|
</div>
|
|
37
37
|
</div>
|
|
38
38
|
</template>
|
|
@@ -41,9 +41,9 @@
|
|
|
41
41
|
</template>
|
|
42
42
|
|
|
43
43
|
<script setup lang="ts">
|
|
44
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
45
|
-
import { UI_I_ErrorValidationField } from '~/lib/models/store/interfaces'
|
|
46
|
-
import { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
44
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
45
|
+
import type { UI_I_ErrorValidationField } from '~/lib/models/store/interfaces'
|
|
46
|
+
import type { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
47
47
|
|
|
48
48
|
const localization = computed<UI_I_Localization>(() => useLocal())
|
|
49
49
|
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
data-id="vm-wizard-toggle-block-cpu"
|
|
8
8
|
class="flex-align-center"
|
|
9
9
|
>
|
|
10
|
-
<span>{{ localization.cpu }}</span>
|
|
10
|
+
<span>{{ localization.common.cpu }}</span>
|
|
11
11
|
<atoms-the-icon
|
|
12
12
|
v-show="cpuInvalid"
|
|
13
13
|
width="24px"
|
|
@@ -124,11 +124,11 @@
|
|
|
124
124
|
</template>
|
|
125
125
|
|
|
126
126
|
<script setup lang="ts">
|
|
127
|
-
import { UI_I_SendDataCpu } from '~/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/models/interfaces'
|
|
128
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
129
|
-
import { UI_I_ErrorValidationField } from '~/lib/models/store/interfaces'
|
|
130
|
-
import { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
131
|
-
import { API_UI_I_VmEditCpu } from '~/lib/models/store/vm/interfaces'
|
|
127
|
+
import type { UI_I_SendDataCpu } from '~/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/models/interfaces'
|
|
128
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
129
|
+
import type { UI_I_ErrorValidationField } from '~/lib/models/store/interfaces'
|
|
130
|
+
import type { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
131
|
+
import type { API_UI_I_VmEditCpu } from '~/lib/models/store/vm/interfaces'
|
|
132
132
|
import { cpuOptionsFunc } from '~/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/lib/config/cpuOptions'
|
|
133
133
|
|
|
134
134
|
const props = defineProps<{
|
package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CpuHotPlug.vue
CHANGED
|
@@ -1,50 +1,52 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="">
|
|
3
|
-
<atoms-stack-block :has-children="false">
|
|
4
|
-
<template #stackBlockKey>
|
|
5
|
-
{{ localization.cpuHotPlug }}
|
|
6
|
-
</template>
|
|
7
|
-
<template #stackBlockContent>
|
|
8
|
-
<input
|
|
9
|
-
id="enable-cpu-hot-add"
|
|
10
|
-
v-model="enableCpuHotAddLocal"
|
|
11
|
-
data-id="enable-cpu-hot-add"
|
|
12
|
-
type="checkbox"
|
|
13
|
-
:disabled="props.disabled"
|
|
14
|
-
/>
|
|
15
|
-
<label
|
|
16
|
-
for="enable-cpu-hot-add"
|
|
17
|
-
:class="['label-text-normal', props.disabled && 'div-disabled']"
|
|
18
|
-
>{{ localization.enableCpuHotAdd }}</label
|
|
19
|
-
>
|
|
20
|
-
</template>
|
|
21
|
-
</atoms-stack-block>
|
|
22
|
-
</div>
|
|
23
|
-
</template>
|
|
24
|
-
|
|
25
|
-
<script setup lang="ts">
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
1
|
+
<template>
|
|
2
|
+
<div class="">
|
|
3
|
+
<atoms-stack-block :has-children="false">
|
|
4
|
+
<template #stackBlockKey>
|
|
5
|
+
{{ localization.common.cpuHotPlug }}
|
|
6
|
+
</template>
|
|
7
|
+
<template #stackBlockContent>
|
|
8
|
+
<input
|
|
9
|
+
id="enable-cpu-hot-add"
|
|
10
|
+
v-model="enableCpuHotAddLocal"
|
|
11
|
+
data-id="enable-cpu-hot-add"
|
|
12
|
+
type="checkbox"
|
|
13
|
+
:disabled="props.disabled"
|
|
14
|
+
/>
|
|
15
|
+
<label
|
|
16
|
+
for="enable-cpu-hot-add"
|
|
17
|
+
:class="['label-text-normal', props.disabled && 'div-disabled']"
|
|
18
|
+
>{{ localization.common.enableCpuHotAdd }}</label
|
|
19
|
+
>
|
|
20
|
+
</template>
|
|
21
|
+
</atoms-stack-block>
|
|
22
|
+
</div>
|
|
23
|
+
</template>
|
|
24
|
+
|
|
25
|
+
<script setup lang="ts">
|
|
26
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
27
|
+
|
|
28
|
+
const localization = computed<UI_I_Localization>(() => useLocal())
|
|
29
|
+
|
|
30
|
+
const props = defineProps<{
|
|
31
|
+
enableCpuHotAdd: boolean
|
|
32
|
+
disabled: boolean
|
|
33
|
+
}>()
|
|
34
|
+
const emits = defineEmits<{
|
|
35
|
+
(event: 'update:enable-cpu-hot-add', value: boolean): void
|
|
36
|
+
}>()
|
|
37
|
+
|
|
38
|
+
const enableCpuHotAddLocal = computed<boolean>({
|
|
39
|
+
get() {
|
|
40
|
+
return props.enableCpuHotAdd
|
|
41
|
+
},
|
|
42
|
+
set(newValue) {
|
|
43
|
+
emits('update:enable-cpu-hot-add', newValue)
|
|
44
|
+
},
|
|
45
|
+
})
|
|
46
|
+
</script>
|
|
47
|
+
|
|
48
|
+
<style scoped lang="scss">
|
|
49
|
+
#enable-cpu-hot-add {
|
|
50
|
+
margin: 4px 4px 0 0;
|
|
51
|
+
}
|
|
52
|
+
</style>
|
package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CpuModel.vue
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<div class="">
|
|
3
3
|
<atoms-stack-block :has-children="false">
|
|
4
4
|
<template #stackBlockKey>
|
|
5
|
-
{{ localization.cpuModel }}
|
|
5
|
+
{{ localization.common.cpuModel }}
|
|
6
6
|
</template>
|
|
7
7
|
<template #stackBlockContent>
|
|
8
8
|
<div class="flex-align-center">
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
@change="changePassthroughHostCpu"
|
|
44
44
|
/>
|
|
45
45
|
<label for="passthrough-host-cpu" class="label-text-normal">{{
|
|
46
|
-
localization.passthroughHostCpu
|
|
46
|
+
localization.common.passthroughHostCpu
|
|
47
47
|
}}</label>
|
|
48
48
|
<div id="passthrough-help-icon" class="flex-align-center relative">
|
|
49
49
|
<atoms-the-icon
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
@change="changeHostModelCpu"
|
|
87
87
|
/>
|
|
88
88
|
<label for="host-model-cpu" class="label-text-normal">{{
|
|
89
|
-
localization.hostModelCpu
|
|
89
|
+
localization.common.hostModelCpu
|
|
90
90
|
}}</label>
|
|
91
91
|
<div id="host-model-help-icon" class="flex-align-center relative">
|
|
92
92
|
<atoms-the-icon
|
|
@@ -125,12 +125,12 @@
|
|
|
125
125
|
</template>
|
|
126
126
|
|
|
127
127
|
<script setup lang="ts">
|
|
128
|
-
import {
|
|
128
|
+
import type {
|
|
129
129
|
UI_I_Localization,
|
|
130
130
|
UI_I_HTMLSelectElement,
|
|
131
131
|
} from '~/lib/models/interfaces'
|
|
132
|
-
import { UI_I_ErrorValidationField } from '~/lib/models/store/interfaces'
|
|
133
|
-
import { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
132
|
+
import type { UI_I_ErrorValidationField } from '~/lib/models/store/interfaces'
|
|
133
|
+
import type { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
134
134
|
const localization = computed<UI_I_Localization>(() => useLocal())
|
|
135
135
|
|
|
136
136
|
const props = defineProps<{
|