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
|
@@ -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 memoryOptionsFunc = (
|
|
5
5
|
localization: UI_I_Localization,
|
|
@@ -13,12 +13,12 @@ export const memoryOptionsFunc = (
|
|
|
13
13
|
|
|
14
14
|
return [
|
|
15
15
|
{
|
|
16
|
-
text: `${localization.minimum}: ${minValueText}`,
|
|
16
|
+
text: `${localization.common.minimum}: ${minValueText}`,
|
|
17
17
|
value: { value: +value, type: type.toLowerCase() },
|
|
18
18
|
testId: 'option-minimum-memory',
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
|
-
text: `${localization.maximum}: ${maxValue} ${localization.gb}`,
|
|
21
|
+
text: `${localization.common.maximum}: ${maxValue} ${localization.common.gb}`,
|
|
22
22
|
value: { value: maxValue, type: 'gb' },
|
|
23
23
|
testId: 'option-minimum-memory',
|
|
24
24
|
},
|
|
@@ -29,7 +29,7 @@ export const memoryTypeOptionsFunc = (
|
|
|
29
29
|
localization: UI_I_Localization
|
|
30
30
|
): UI_I_OptionItem[] => {
|
|
31
31
|
return [
|
|
32
|
-
{ text: localization.mb, value: 'mb' },
|
|
33
|
-
{ text: localization.gb, value: 'gb' },
|
|
32
|
+
{ text: localization.common.mb, value: 'mb' },
|
|
33
|
+
{ text: localization.common.gb, value: 'gb' },
|
|
34
34
|
]
|
|
35
35
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<div class="">
|
|
3
3
|
<atoms-stack-block :has-children="false">
|
|
4
4
|
<template #stackBlockKey>
|
|
5
|
-
{{ localization.diskFile }}
|
|
5
|
+
{{ localization.common.diskFile }}
|
|
6
6
|
</template>
|
|
7
7
|
<template #stackBlockContent>
|
|
8
8
|
<span> {{ props.path }} </span>
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
</template>
|
|
13
13
|
|
|
14
14
|
<script setup lang="ts">
|
|
15
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
15
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
16
16
|
|
|
17
17
|
const localization = computed<UI_I_Localization>(() => useLocal())
|
|
18
18
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<div class="">
|
|
3
3
|
<atoms-stack-block :has-children="false">
|
|
4
4
|
<template #stackBlockKey>
|
|
5
|
-
{{ localization.location }}
|
|
5
|
+
{{ localization.common.location }}
|
|
6
6
|
</template>
|
|
7
7
|
<template #stackBlockContent>
|
|
8
8
|
<atoms-tooltip-error
|
|
@@ -38,13 +38,13 @@
|
|
|
38
38
|
<atoms-modal
|
|
39
39
|
class="storage-modal"
|
|
40
40
|
:show="storageModalIsShow"
|
|
41
|
-
:title="localization.selectStorage"
|
|
41
|
+
:title="localization.common.selectStorage"
|
|
42
42
|
@submit="onSubmitStorageModal"
|
|
43
43
|
@hide="onHideStorageModal"
|
|
44
44
|
>
|
|
45
45
|
<template #modalBody>
|
|
46
46
|
<span>{{
|
|
47
|
-
localization.followingDatastoresAccessibleDestinationResourceThatSelected
|
|
47
|
+
localization.common.followingDatastoresAccessibleDestinationResourceThatSelected
|
|
48
48
|
}}</span>
|
|
49
49
|
<common-vm-actions-common-select-storage
|
|
50
50
|
:storage-submit="storageSubmit"
|
|
@@ -60,14 +60,14 @@
|
|
|
60
60
|
</template>
|
|
61
61
|
|
|
62
62
|
<script setup lang="ts">
|
|
63
|
-
import { UI_I_DatastoreTableItem } from '~/lib/models/store/storage/interfaces'
|
|
64
|
-
import {
|
|
63
|
+
import type { UI_I_DatastoreTableItem } from '~/lib/models/store/storage/interfaces'
|
|
64
|
+
import type {
|
|
65
65
|
UI_I_Localization,
|
|
66
66
|
UI_I_HTMLSelectElement,
|
|
67
67
|
} from '~/lib/models/interfaces'
|
|
68
|
-
import { UI_I_ErrorValidationField } from '~/lib/models/store/interfaces'
|
|
69
|
-
import { UI_I_TablePayload } from '~/lib/models/table/interfaces'
|
|
70
|
-
import { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
68
|
+
import type { UI_I_ErrorValidationField } from '~/lib/models/store/interfaces'
|
|
69
|
+
import type { UI_I_TablePayload } from '~/lib/models/table/interfaces'
|
|
70
|
+
import type { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
71
71
|
|
|
72
72
|
const localization = computed<UI_I_Localization>(() => useLocal())
|
|
73
73
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<div class="">
|
|
3
3
|
<atoms-stack-block :has-children="false">
|
|
4
4
|
<template #stackBlockKey>
|
|
5
|
-
{{ localization.maximumSize }}
|
|
5
|
+
{{ localization.common.maximumSize }}
|
|
6
6
|
</template>
|
|
7
7
|
<template #stackBlockContent>
|
|
8
8
|
<span> {{ freeGb }} </span>
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
</template>
|
|
13
13
|
|
|
14
14
|
<script setup lang="ts">
|
|
15
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
15
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
16
16
|
|
|
17
17
|
const localization = computed<UI_I_Localization>(() => useLocal())
|
|
18
18
|
const { $binary } = useNuxtApp()
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
<template #stackBlockContent>
|
|
28
28
|
<div class="flex-align-center flex-space-between mr-1">
|
|
29
29
|
<template v-if="props.type === 'removed'">
|
|
30
|
-
<span>{{ localization.deviceWillRemoved }}</span>
|
|
30
|
+
<span>{{ localization.common.deviceWillRemoved }}</span>
|
|
31
31
|
<div @click.stop class="flex-align-center">
|
|
32
32
|
<input
|
|
33
33
|
:id="`hard-disk-delete-files-from-datastore-${props.index}`"
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
'label-text-normal pointer',
|
|
45
45
|
props.disabled && 'div-disabled',
|
|
46
46
|
]"
|
|
47
|
-
>{{ localization.deleteFilesFromDatastore }}</label
|
|
47
|
+
>{{ localization.common.deleteFilesFromDatastore }}</label
|
|
48
48
|
>
|
|
49
49
|
</div>
|
|
50
50
|
</template>
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
:index="props.index"
|
|
160
160
|
:error-validation-fields="props.errorValidationFields"
|
|
161
161
|
:disabled="isRunning"
|
|
162
|
-
:help-text="localization.busVirtioHelpDesc"
|
|
162
|
+
:help-text="localization.common.busVirtioHelpDesc"
|
|
163
163
|
:test-id="`vm-wizard-disk-bus-field-${props.index}`"
|
|
164
164
|
component-type="disk_devices"
|
|
165
165
|
@remove-error-by-title="emits('remove-error-by-title', $event)"
|
|
@@ -170,16 +170,16 @@
|
|
|
170
170
|
</template>
|
|
171
171
|
|
|
172
172
|
<script setup lang="ts">
|
|
173
|
-
import { UI_I_DatastoreTableItem } from '~/lib/models/store/storage/interfaces'
|
|
174
|
-
import {
|
|
173
|
+
import type { UI_I_DatastoreTableItem } from '~/lib/models/store/storage/interfaces'
|
|
174
|
+
import type {
|
|
175
175
|
UI_I_SendDataNewHardDisk,
|
|
176
176
|
UI_I_SendDataNewHardDiskStorage,
|
|
177
177
|
} from '~/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/models/interfaces'
|
|
178
|
-
import { UI_T_HardDiskType } from '~/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/models/types'
|
|
179
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
180
|
-
import { UI_I_ErrorValidationField } from '~/lib/models/store/interfaces'
|
|
181
|
-
import { UI_I_TablePayload } from '~/lib/models/table/interfaces'
|
|
182
|
-
import { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
178
|
+
import type { UI_T_HardDiskType } from '~/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/models/types'
|
|
179
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
180
|
+
import type { UI_I_ErrorValidationField } from '~/lib/models/store/interfaces'
|
|
181
|
+
import type { UI_I_TablePayload } from '~/lib/models/table/interfaces'
|
|
182
|
+
import type { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
183
183
|
import { binaryOptionsFunc } from '~/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/config/binaryOptions'
|
|
184
184
|
|
|
185
185
|
const props = defineProps<{
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<div class="">
|
|
3
3
|
<atoms-stack-block :has-children="false">
|
|
4
4
|
<template #stackBlockKey>
|
|
5
|
-
{{ localization.cache }}
|
|
5
|
+
{{ localization.common.cache }}
|
|
6
6
|
</template>
|
|
7
7
|
<template #stackBlockContent>
|
|
8
8
|
<atoms-tooltip-error
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
</template>
|
|
38
38
|
|
|
39
39
|
<script setup lang="ts">
|
|
40
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
41
|
-
import { UI_I_ErrorValidationField } from '~/lib/models/store/interfaces'
|
|
40
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
41
|
+
import type { UI_I_ErrorValidationField } from '~/lib/models/store/interfaces'
|
|
42
42
|
import { cacheOptions } from '~/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/cache/lib/config/options'
|
|
43
43
|
|
|
44
44
|
const localization = computed<UI_I_Localization>(() => useLocal())
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<div class="">
|
|
3
3
|
<atoms-stack-block :has-children="false">
|
|
4
4
|
<template #stackBlockKey>
|
|
5
|
-
{{ localization.limitIops }}
|
|
5
|
+
{{ localization.common.limitIops }}
|
|
6
6
|
</template>
|
|
7
7
|
<template #stackBlockContent>
|
|
8
8
|
<div class="flex-align-center">
|
|
@@ -62,13 +62,13 @@
|
|
|
62
62
|
</template>
|
|
63
63
|
|
|
64
64
|
<script setup lang="ts">
|
|
65
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
66
|
+
import type { UI_I_ErrorValidationField } from '~/lib/models/store/interfaces'
|
|
67
|
+
import type { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
65
68
|
import {
|
|
66
69
|
limitIopsOptionsFunc,
|
|
67
70
|
limitIopsTypeOptionsFunc,
|
|
68
71
|
} from '~/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/limitIops/lib/config/options'
|
|
69
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
70
|
-
import { UI_I_ErrorValidationField } from '~/lib/models/store/interfaces'
|
|
71
|
-
import { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
72
72
|
|
|
73
73
|
const localization = computed<UI_I_Localization>(() => useLocal())
|
|
74
74
|
|
|
@@ -1,12 +1,12 @@
|
|
|
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 limitIopsTypeOptionsFunc = (
|
|
5
5
|
localization: UI_I_Localization
|
|
6
6
|
): UI_I_OptionItem[] => {
|
|
7
7
|
return [
|
|
8
|
-
{ text: localization.unlimited, value: 'unlimited' },
|
|
9
|
-
{ text: localization.custom, value: 'custom' },
|
|
8
|
+
{ text: localization.common.unlimited, value: 'unlimited' },
|
|
9
|
+
{ text: localization.common.custom, value: 'custom' },
|
|
10
10
|
]
|
|
11
11
|
}
|
|
12
12
|
|
|
@@ -17,11 +17,11 @@ export const limitIopsOptionsFunc = (
|
|
|
17
17
|
): UI_I_OptionItem[] => {
|
|
18
18
|
return [
|
|
19
19
|
{
|
|
20
|
-
text: `${localization.minimum}: ${minLimitIops}`,
|
|
20
|
+
text: `${localization.common.minimum}: ${minLimitIops}`,
|
|
21
21
|
value: minLimitIops,
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
|
-
text: `${localization.maximum}: ${maxLimitIops}`,
|
|
24
|
+
text: `${localization.common.maximum}: ${maxLimitIops}`,
|
|
25
25
|
value: maxLimitIops,
|
|
26
26
|
},
|
|
27
27
|
]
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<div class="">
|
|
3
3
|
<atoms-stack-block :has-children="false">
|
|
4
4
|
<template #stackBlockKey>
|
|
5
|
-
{{ localization.diskMode }}
|
|
5
|
+
{{ localization.common.diskMode }}
|
|
6
6
|
</template>
|
|
7
7
|
<template #stackBlockContent>
|
|
8
8
|
<atoms-tooltip-error
|
|
@@ -37,10 +37,10 @@
|
|
|
37
37
|
</template>
|
|
38
38
|
|
|
39
39
|
<script setup lang="ts">
|
|
40
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
41
|
+
import type { UI_I_ErrorValidationField } from '~/lib/models/store/interfaces'
|
|
42
|
+
import type { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
40
43
|
import { diskModeOptionsFunc } from '~/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/mode/lib/config/options'
|
|
41
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
42
|
-
import { UI_I_ErrorValidationField } from '~/lib/models/store/interfaces'
|
|
43
|
-
import { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
44
44
|
|
|
45
45
|
const localization = computed<UI_I_Localization>(() => useLocal())
|
|
46
46
|
|
|
@@ -1,17 +1,17 @@
|
|
|
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 diskModeOptionsFunc = (
|
|
5
5
|
localization: UI_I_Localization
|
|
6
6
|
): UI_I_OptionItem[] => {
|
|
7
7
|
return [
|
|
8
|
-
{ text: localization.dependent, value: 'dependent' },
|
|
8
|
+
{ text: localization.common.dependent, value: 'dependent' },
|
|
9
9
|
{
|
|
10
|
-
text: localization.independentPersistent,
|
|
10
|
+
text: localization.common.independentPersistent,
|
|
11
11
|
value: 'independent_persistent',
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
|
-
text: localization.independentNonPersistent,
|
|
14
|
+
text: localization.common.independentNonPersistent,
|
|
15
15
|
value: 'independent_nonpersistent',
|
|
16
16
|
},
|
|
17
17
|
]
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<div class="">
|
|
3
3
|
<atoms-stack-block :has-children="false">
|
|
4
4
|
<template #stackBlockKey>
|
|
5
|
-
{{ localization.diskProvisioning }}
|
|
5
|
+
{{ localization.common.diskProvisioning }}
|
|
6
6
|
</template>
|
|
7
7
|
<template #stackBlockContent>
|
|
8
8
|
<atoms-tooltip-error
|
|
@@ -37,10 +37,10 @@
|
|
|
37
37
|
</template>
|
|
38
38
|
|
|
39
39
|
<script setup lang="ts">
|
|
40
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
41
|
+
import type { UI_I_ErrorValidationField } from '~/lib/models/store/interfaces'
|
|
42
|
+
import type { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
40
43
|
import { diskProvisioningOptionsFunc } from '~/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/provisioning/lib/config/options'
|
|
41
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
42
|
-
import { UI_I_ErrorValidationField } from '~/lib/models/store/interfaces'
|
|
43
|
-
import { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
44
44
|
|
|
45
45
|
const localization = computed<UI_I_Localization>(() => useLocal())
|
|
46
46
|
|
|
@@ -1,15 +1,15 @@
|
|
|
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 diskProvisioningOptionsFunc = (
|
|
5
5
|
localization: UI_I_Localization
|
|
6
6
|
): UI_I_OptionItem[] => {
|
|
7
7
|
return [
|
|
8
|
-
{ text: localization.thickProvisionLazyZeroed, value: 'thick' },
|
|
8
|
+
{ text: localization.common.thickProvisionLazyZeroed, value: 'thick' },
|
|
9
9
|
{
|
|
10
|
-
text: localization.thickProvisionEagerZeroed,
|
|
10
|
+
text: localization.common.thickProvisionEagerZeroed,
|
|
11
11
|
value: 'thickzero',
|
|
12
12
|
},
|
|
13
|
-
{ text: localization.thinProvision, value: 'thin' },
|
|
13
|
+
{ text: localization.common.thinProvision, value: 'thin' },
|
|
14
14
|
]
|
|
15
15
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<div class="">
|
|
3
3
|
<atoms-stack-block :has-children="false">
|
|
4
4
|
<template #stackBlockKey>
|
|
5
|
-
{{ localization.sharing }}
|
|
5
|
+
{{ localization.common.sharing }}
|
|
6
6
|
</template>
|
|
7
7
|
<template #stackBlockContent>
|
|
8
8
|
<atoms-tooltip-error
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
</template>
|
|
38
38
|
|
|
39
39
|
<script setup lang="ts">
|
|
40
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
41
|
-
import { UI_I_ErrorValidationField } from '~/lib/models/store/interfaces'
|
|
42
|
-
import { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
40
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
41
|
+
import type { UI_I_ErrorValidationField } from '~/lib/models/store/interfaces'
|
|
42
|
+
import type { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
43
43
|
import { sharingOptionsFunc } from '~/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/sharing/lib/config/options'
|
|
44
44
|
|
|
45
45
|
const localization = computed<UI_I_Localization>(() => useLocal())
|
|
@@ -1,12 +1,12 @@
|
|
|
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 sharingOptionsFunc = (
|
|
5
5
|
localization: UI_I_Localization
|
|
6
6
|
): UI_I_OptionItem[] => {
|
|
7
7
|
return [
|
|
8
|
-
{ text: localization.unspecified, value: '' },
|
|
9
|
-
{ text: localization.noSharing, value: 'no' },
|
|
10
|
-
{ text: localization.multiWriter, value: 'yes' },
|
|
8
|
+
{ text: localization.common.unspecified, value: '' },
|
|
9
|
+
{ text: localization.common.noSharing, value: 'no' },
|
|
10
|
+
{ text: localization.common.multiWriter, value: 'yes' },
|
|
11
11
|
]
|
|
12
12
|
}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<atoms-modal
|
|
5
5
|
class="network-modal"
|
|
6
6
|
:show="props.locationModalIsShow"
|
|
7
|
-
:title="localization.selectNetwork"
|
|
7
|
+
:title="localization.common.selectNetwork"
|
|
8
8
|
test-id="select-network-modal"
|
|
9
9
|
@submit="onSubmitLocationModal"
|
|
10
10
|
@hide="onHideLocationModal"
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
v-model="locationFilter"
|
|
37
37
|
data-id="location-filter-input"
|
|
38
38
|
type="text"
|
|
39
|
-
:placeholder="localization.filter"
|
|
39
|
+
:placeholder="localization.common.filter"
|
|
40
40
|
/>
|
|
41
41
|
</div>
|
|
42
42
|
</div>
|
|
@@ -54,9 +54,9 @@
|
|
|
54
54
|
</template>
|
|
55
55
|
|
|
56
56
|
<script setup lang="ts">
|
|
57
|
-
import { UI_I_NetworkTableItem } from '~/lib/models/store/network/interfaces'
|
|
58
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
59
|
-
import {
|
|
57
|
+
import type { UI_I_NetworkTableItem } from '~/lib/models/store/network/interfaces'
|
|
58
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
59
|
+
import type {
|
|
60
60
|
UI_I_TableHeadItem,
|
|
61
61
|
UI_I_TableBodyItem,
|
|
62
62
|
} from '~/components/atoms/table/simpleTable/lib/models/interfaces'
|
|
@@ -84,17 +84,17 @@
|
|
|
84
84
|
</template>
|
|
85
85
|
|
|
86
86
|
<script setup lang="ts">
|
|
87
|
-
import { UI_T_Project } from '~/lib/models/types'
|
|
88
|
-
import { UI_I_TablePayload } from '~/lib/models/table/interfaces'
|
|
89
|
-
import { UI_I_NetworkTableItem } from '~/lib/models/store/network/interfaces'
|
|
90
|
-
import { UI_I_ErrorValidationField } from '~/lib/models/store/interfaces'
|
|
91
|
-
import { UI_I_SendDataNewNetwork } from '~/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/models/interfaces'
|
|
92
|
-
import { UI_T_NetworkType } from '~/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/models/types'
|
|
93
|
-
import {
|
|
87
|
+
import type { UI_T_Project } from '~/lib/models/types'
|
|
88
|
+
import type { UI_I_TablePayload } from '~/lib/models/table/interfaces'
|
|
89
|
+
import type { UI_I_NetworkTableItem } from '~/lib/models/store/network/interfaces'
|
|
90
|
+
import type { UI_I_ErrorValidationField } from '~/lib/models/store/interfaces'
|
|
91
|
+
import type { UI_I_SendDataNewNetwork } from '~/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/models/interfaces'
|
|
92
|
+
import type { UI_T_NetworkType } from '~/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/models/types'
|
|
93
|
+
import type {
|
|
94
94
|
UI_I_Localization,
|
|
95
95
|
UI_I_HTMLSelectElement,
|
|
96
96
|
} from '~/lib/models/interfaces'
|
|
97
|
-
import { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
97
|
+
import type { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
98
98
|
|
|
99
99
|
const props = defineProps<{
|
|
100
100
|
project: UI_T_Project
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<div class="">
|
|
3
3
|
<atoms-stack-block :has-children="false">
|
|
4
4
|
<template #stackBlockKey>
|
|
5
|
-
{{ localization.adapterType }}
|
|
5
|
+
{{ localization.common.adapterType }}
|
|
6
6
|
</template>
|
|
7
7
|
<template #stackBlockContent>
|
|
8
8
|
<atoms-tooltip-error
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
</template>
|
|
39
39
|
|
|
40
40
|
<script setup lang="ts">
|
|
41
|
-
import { UI_I_ErrorValidationField } from '~/lib/models/store/interfaces'
|
|
42
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
43
|
-
import { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
41
|
+
import type { UI_I_ErrorValidationField } from '~/lib/models/store/interfaces'
|
|
42
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
43
|
+
import type { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
44
44
|
import { adapterTypeOptionsConfig } from '~/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/adapterType/lib/config/options'
|
|
45
45
|
|
|
46
46
|
const localization = computed<UI_I_Localization>(() => useLocal())
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<div>
|
|
3
3
|
<atoms-stack-block :has-children="false">
|
|
4
4
|
<template #stackBlockKey>
|
|
5
|
-
{{ localization.macAddress }}
|
|
5
|
+
{{ localization.common.macAddress }}
|
|
6
6
|
</template>
|
|
7
7
|
<template #stackBlockContent>
|
|
8
8
|
<div class="flex-align-center">
|
|
@@ -56,12 +56,12 @@
|
|
|
56
56
|
</template>
|
|
57
57
|
|
|
58
58
|
<script setup lang="ts">
|
|
59
|
-
import {
|
|
59
|
+
import type {
|
|
60
60
|
UI_I_Localization,
|
|
61
61
|
UI_I_HTMLSelectElement,
|
|
62
62
|
} from '~/lib/models/interfaces'
|
|
63
|
-
import { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
64
|
-
import { UI_I_ErrorValidationField } from '~/lib/models/store/interfaces'
|
|
63
|
+
import type { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
64
|
+
import type { UI_I_ErrorValidationField } from '~/lib/models/store/interfaces'
|
|
65
65
|
import { macAddressOptionsFunc } from '~/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/lib/config/options'
|
|
66
66
|
|
|
67
67
|
const localization = computed<UI_I_Localization>(() => useLocal())
|
|
@@ -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 macAddressOptionsFunc = (
|
|
5
5
|
localization: UI_I_Localization
|
|
6
6
|
): UI_I_OptionItem[] => {
|
|
7
7
|
return [
|
|
8
|
-
{ text: localization.manual, value: 'manual' },
|
|
9
|
-
{ text: localization.automatic, value: 'automatic' },
|
|
8
|
+
{ text: localization.common.manual, value: 'manual' },
|
|
9
|
+
{ text: localization.common.automatic, value: 'automatic' },
|
|
10
10
|
]
|
|
11
11
|
}
|
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
<div>
|
|
3
3
|
<atoms-stack-block :has-children="false">
|
|
4
4
|
<template #stackBlockKey>
|
|
5
|
-
{{ localization.pciDevice }}
|
|
5
|
+
{{ localization.common.pciDevice }}
|
|
6
6
|
</template>
|
|
7
7
|
<template #stackBlockContent>
|
|
8
|
-
<div>{{ localization.connectAnyFollowing }}:</div>
|
|
8
|
+
<div>{{ localization.common.connectAnyFollowing }}:</div>
|
|
9
9
|
<atoms-select-the-select
|
|
10
10
|
v-model="localValue"
|
|
11
11
|
:options="options"
|
|
12
12
|
test-id="dynamic-direct-path-io-select"
|
|
13
13
|
>
|
|
14
|
-
<span class="text-uppercase">{{ localization.selectHardware }}</span>
|
|
14
|
+
<span class="text-uppercase">{{ localization.common.selectHardware }}</span>
|
|
15
15
|
</atoms-select-the-select>
|
|
16
16
|
</template>
|
|
17
17
|
</atoms-stack-block>
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
</template>
|
|
20
20
|
|
|
21
21
|
<script lang="ts" setup>
|
|
22
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
23
|
-
import { UI_I_Option } from '~/components/atoms/select/lib/models/interfaces'
|
|
22
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
23
|
+
import type { UI_I_Option } from '~/components/atoms/select/lib/models/interfaces'
|
|
24
24
|
import { optionsConfig } from '~/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/lib/config/options'
|
|
25
25
|
|
|
26
26
|
const props = defineProps<{
|
|
@@ -9,13 +9,13 @@
|
|
|
9
9
|
class="note-icon"
|
|
10
10
|
/>
|
|
11
11
|
</span>
|
|
12
|
-
<span>{{ localization.note }}: {{ localization.pciDeviceNote }}</span>
|
|
12
|
+
<span>{{ localization.common.note }}: {{ localization.common.pciDeviceNote }}</span>
|
|
13
13
|
</template>
|
|
14
14
|
</atoms-stack-block>
|
|
15
15
|
</template>
|
|
16
16
|
|
|
17
17
|
<script lang="ts" setup>
|
|
18
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
18
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
19
19
|
|
|
20
20
|
const localization = computed<UI_I_Localization>(() => useLocal())
|
|
21
21
|
</script>
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<div>
|
|
3
3
|
<atoms-stack-block :has-children="false">
|
|
4
4
|
<template #stackBlockKey>
|
|
5
|
-
{{ localization.nvidiaGridGpuProfile }}
|
|
5
|
+
{{ localization.common.nvidiaGridGpuProfile }}
|
|
6
6
|
</template>
|
|
7
7
|
<template #stackBlockContent>
|
|
8
8
|
<input
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
</template>
|
|
18
18
|
|
|
19
19
|
<script lang="ts" setup>
|
|
20
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
20
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
21
21
|
|
|
22
22
|
const props = defineProps<{
|
|
23
23
|
modelValue: string
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
</template>
|
|
29
29
|
|
|
30
30
|
<script setup lang="ts">
|
|
31
|
-
import { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
31
|
+
import type { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
32
32
|
|
|
33
33
|
const props = defineProps<{
|
|
34
34
|
modelValue: UI_I_OptionItem
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
data-id="vm-wizard-toggle-block-usb-controller"
|
|
8
8
|
class="flex-align-center"
|
|
9
9
|
>
|
|
10
|
-
<span>{{ localization.newUsbController }}</span>
|
|
10
|
+
<span>{{ localization.common.newUsbController }}</span>
|
|
11
11
|
</div>
|
|
12
12
|
</template>
|
|
13
13
|
<template #stackBlockContent>
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
</template>
|
|
38
38
|
|
|
39
39
|
<script setup lang="ts">
|
|
40
|
-
import { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
41
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
40
|
+
import type { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
41
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
42
42
|
import { usbControllerOptionsConfig } from '~/components/common/vm/actions/common/customizeHardware/virtualHardware/newUsbController/lib/config/options'
|
|
43
43
|
|
|
44
44
|
const props = withDefaults(
|