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 {
|
|
1
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
2
|
+
import type {
|
|
3
3
|
UI_I_ConnectionSettings,
|
|
4
4
|
UI_I_IpFourSettings,
|
|
5
5
|
UI_I_PortProperties,
|
|
@@ -7,13 +7,13 @@ import {
|
|
|
7
7
|
UI_I_ReadyCompleteFirstColumn,
|
|
8
8
|
UI_I_TargetDevice,
|
|
9
9
|
} from '~/components/common/wizards/network/add/lib/models/interfaces'
|
|
10
|
-
import {
|
|
10
|
+
import type {
|
|
11
11
|
UI_I_DiagramData,
|
|
12
12
|
UI_I_AdapterStatus,
|
|
13
13
|
UI_I_Adapter,
|
|
14
14
|
} from '~/components/common/diagramMain/lib/models/interfaces'
|
|
15
15
|
import { UI_E_ValidationFields } from '~/components/common/wizards/network/add/lib/models/enums'
|
|
16
|
-
import { UI_I_WizardStep } from '~/components/atoms/wizard/lib/models/interfaces'
|
|
16
|
+
import type { UI_I_WizardStep } from '~/components/atoms/wizard/lib/models/interfaces'
|
|
17
17
|
import { UI_E_WIZARD_STATUS } from '~/components/atoms/wizard/lib/models/enums'
|
|
18
18
|
|
|
19
19
|
export const stepsFunc = (
|
|
@@ -21,8 +21,8 @@ export const stepsFunc = (
|
|
|
21
21
|
): UI_I_WizardStep[] => [
|
|
22
22
|
{
|
|
23
23
|
id: 0,
|
|
24
|
-
title: localization.selectConnectionType,
|
|
25
|
-
subTitle: localization.selectConnectionTypeToCreate,
|
|
24
|
+
title: localization.common.selectConnectionType,
|
|
25
|
+
subTitle: localization.common.selectConnectionTypeToCreate,
|
|
26
26
|
status: UI_E_WIZARD_STATUS.SELECTED,
|
|
27
27
|
fields: {},
|
|
28
28
|
isValid: true,
|
|
@@ -30,8 +30,8 @@ export const stepsFunc = (
|
|
|
30
30
|
},
|
|
31
31
|
{
|
|
32
32
|
id: 1,
|
|
33
|
-
title: localization.selectTargetDevice,
|
|
34
|
-
subTitle: localization.selectTargetDeviceForNewConnection,
|
|
33
|
+
title: localization.common.selectTargetDevice,
|
|
34
|
+
subTitle: localization.common.selectTargetDeviceForNewConnection,
|
|
35
35
|
status: UI_E_WIZARD_STATUS.INACTIVE,
|
|
36
36
|
fields: {
|
|
37
37
|
[UI_E_ValidationFields.TARGET_DEVICE_STANDARD_SWITCH]: {
|
|
@@ -56,8 +56,8 @@ export const stepsFunc = (
|
|
|
56
56
|
},
|
|
57
57
|
{
|
|
58
58
|
id: 2,
|
|
59
|
-
title: localization.createStandardSwitch,
|
|
60
|
-
subTitle: localization.assignFreePhysicalNetworkAdaptersToTheNewSwitch,
|
|
59
|
+
title: localization.common.createStandardSwitch,
|
|
60
|
+
subTitle: localization.common.assignFreePhysicalNetworkAdaptersToTheNewSwitch,
|
|
61
61
|
status: UI_E_WIZARD_STATUS.INACTIVE,
|
|
62
62
|
fields: {},
|
|
63
63
|
isValid: true,
|
|
@@ -65,8 +65,8 @@ export const stepsFunc = (
|
|
|
65
65
|
},
|
|
66
66
|
{
|
|
67
67
|
id: 3,
|
|
68
|
-
title: localization.portProperties,
|
|
69
|
-
subTitle: localization.specifyVMkernelPortSettings,
|
|
68
|
+
title: localization.common.portProperties,
|
|
69
|
+
subTitle: localization.common.specifyVMkernelPortSettings,
|
|
70
70
|
status: UI_E_WIZARD_STATUS.INACTIVE,
|
|
71
71
|
fields: {
|
|
72
72
|
[UI_E_ValidationFields.PORT_PROPERTIES_NETWORK]: {
|
|
@@ -87,8 +87,8 @@ export const stepsFunc = (
|
|
|
87
87
|
},
|
|
88
88
|
{
|
|
89
89
|
id: 4,
|
|
90
|
-
title: localization.ipV4Settings,
|
|
91
|
-
subTitle: localization.specifyVMkernelIPv4Settings,
|
|
90
|
+
title: localization.common.ipV4Settings,
|
|
91
|
+
subTitle: localization.common.specifyVMkernelIPv4Settings,
|
|
92
92
|
status: UI_E_WIZARD_STATUS.INACTIVE,
|
|
93
93
|
fields: {
|
|
94
94
|
[UI_E_ValidationFields.IPV_SETTINGS_IPV]: {
|
|
@@ -109,9 +109,9 @@ export const stepsFunc = (
|
|
|
109
109
|
},
|
|
110
110
|
{
|
|
111
111
|
id: 5,
|
|
112
|
-
title: localization.connectionSettings,
|
|
112
|
+
title: localization.common.connectionSettings,
|
|
113
113
|
subTitle:
|
|
114
|
-
|
|
114
|
+
localization.common.useNetworkLabelsToIdentifyMigrationCompatibleTwoHosts,
|
|
115
115
|
status: UI_E_WIZARD_STATUS.INACTIVE,
|
|
116
116
|
fields: {
|
|
117
117
|
[UI_E_ValidationFields.CONNECTION_SETTINGS_NETWORK]: {
|
|
@@ -128,8 +128,8 @@ export const stepsFunc = (
|
|
|
128
128
|
},
|
|
129
129
|
{
|
|
130
130
|
id: 6,
|
|
131
|
-
title: localization.addPhysicalNetworkAdapter,
|
|
132
|
-
subTitle: localization.assignPhysicalNetworkAdaptersToTheSwitch,
|
|
131
|
+
title: localization.common.addPhysicalNetworkAdapter,
|
|
132
|
+
subTitle: localization.common.assignPhysicalNetworkAdaptersToTheSwitch,
|
|
133
133
|
status: UI_E_WIZARD_STATUS.INACTIVE,
|
|
134
134
|
fields: {},
|
|
135
135
|
isValid: true,
|
|
@@ -137,8 +137,8 @@ export const stepsFunc = (
|
|
|
137
137
|
},
|
|
138
138
|
{
|
|
139
139
|
id: 7,
|
|
140
|
-
title: localization.readyComplete,
|
|
141
|
-
subTitle: localization.reviewYourSettingsSelectionsWizard,
|
|
140
|
+
title: localization.common.readyComplete,
|
|
141
|
+
subTitle: localization.common.reviewYourSettingsSelectionsWizard,
|
|
142
142
|
status: UI_E_WIZARD_STATUS.INACTIVE,
|
|
143
143
|
fields: {},
|
|
144
144
|
isValid: true,
|
|
@@ -165,15 +165,15 @@ export const createSecondSchemeReadyCompleteFunc = (
|
|
|
165
165
|
type: 0,
|
|
166
166
|
rows: [
|
|
167
167
|
{
|
|
168
|
-
name: localization.virtualMachinePortGroup,
|
|
168
|
+
name: localization.common.virtualMachinePortGroup,
|
|
169
169
|
value: connectionSettingsValues.networkLabel,
|
|
170
170
|
},
|
|
171
171
|
{
|
|
172
|
-
name: localization.standardSwitch,
|
|
172
|
+
name: localization.common.standardSwitch,
|
|
173
173
|
value: targetDeviceValues.standardSwitch,
|
|
174
174
|
},
|
|
175
175
|
{
|
|
176
|
-
name: localization.vlanId,
|
|
176
|
+
name: localization.common.vlanId,
|
|
177
177
|
value: connectionSettingsValues.vlanId,
|
|
178
178
|
},
|
|
179
179
|
],
|
|
@@ -191,23 +191,23 @@ export const createThirdSchemeReadyCompleteFunc = (
|
|
|
191
191
|
type: 0,
|
|
192
192
|
rows: [
|
|
193
193
|
{
|
|
194
|
-
name: localization.newStandardSwitch,
|
|
194
|
+
name: localization.common.newStandardSwitch,
|
|
195
195
|
value: '--',
|
|
196
196
|
},
|
|
197
197
|
{
|
|
198
|
-
name: localization.virtualMachinePortGroup,
|
|
198
|
+
name: localization.common.virtualMachinePortGroup,
|
|
199
199
|
value: connectionSettingsValues.networkLabel,
|
|
200
200
|
},
|
|
201
201
|
{
|
|
202
|
-
name: localization.assignedAdapters,
|
|
202
|
+
name: localization.common.assignedAdapters,
|
|
203
203
|
value: addedAdapters.join(', '),
|
|
204
204
|
},
|
|
205
205
|
{
|
|
206
|
-
name: localization.switchMTU,
|
|
206
|
+
name: localization.common.switchMTU,
|
|
207
207
|
value: targetDeviceValues.mtu?.toString(),
|
|
208
208
|
},
|
|
209
209
|
{
|
|
210
|
-
name: localization.vlanId,
|
|
210
|
+
name: localization.common.vlanId,
|
|
211
211
|
value: connectionSettingsValues.vlanId,
|
|
212
212
|
},
|
|
213
213
|
],
|
|
@@ -223,91 +223,91 @@ const makeFirstColumnOfZeroAndFirstScheme = (
|
|
|
223
223
|
): UI_I_ReadyCompleteFirstColumn[] => {
|
|
224
224
|
let zero: UI_I_ReadyCompleteFirstColumn[] = [
|
|
225
225
|
{
|
|
226
|
-
name: localization.newPortGroup,
|
|
226
|
+
name: localization.common.newPortGroup,
|
|
227
227
|
value: portProperties.networkLabel,
|
|
228
228
|
},
|
|
229
229
|
{
|
|
230
|
-
name: localization.standardSwitch,
|
|
230
|
+
name: localization.common.standardSwitch,
|
|
231
231
|
value: targetDevice.standardSwitch,
|
|
232
232
|
},
|
|
233
233
|
{
|
|
234
|
-
name: localization.vlanId,
|
|
234
|
+
name: localization.common.vlanId,
|
|
235
235
|
value: portProperties.vlanId,
|
|
236
236
|
},
|
|
237
237
|
{
|
|
238
|
-
name: localization.vMotion,
|
|
238
|
+
name: localization.common.vMotion,
|
|
239
239
|
value: portProperties.services.vMotion
|
|
240
|
-
? localization.enabled
|
|
241
|
-
: localization.disabled,
|
|
240
|
+
? localization.common.enabled
|
|
241
|
+
: localization.common.disabled,
|
|
242
242
|
},
|
|
243
243
|
{
|
|
244
|
-
name: localization.provisioning,
|
|
244
|
+
name: localization.common.provisioning,
|
|
245
245
|
value: portProperties.services.provisioning
|
|
246
|
-
? localization.enabled
|
|
247
|
-
: localization.disabled,
|
|
246
|
+
? localization.common.enabled
|
|
247
|
+
: localization.common.disabled,
|
|
248
248
|
},
|
|
249
249
|
// {
|
|
250
|
-
// name: localization.faultToleranceLogging,
|
|
250
|
+
// name: localization.common.faultToleranceLogging,
|
|
251
251
|
// value: portProperties.services.faultToleranceLogging
|
|
252
|
-
// ? localization.enabled
|
|
253
|
-
// : localization.disabled,
|
|
252
|
+
// ? localization.common.enabled
|
|
253
|
+
// : localization.common.disabled,
|
|
254
254
|
// },
|
|
255
255
|
{
|
|
256
|
-
name: localization.management,
|
|
256
|
+
name: localization.common.management,
|
|
257
257
|
value: portProperties.services.management
|
|
258
|
-
? localization.enabled
|
|
259
|
-
: localization.disabled,
|
|
258
|
+
? localization.common.enabled
|
|
259
|
+
: localization.common.disabled,
|
|
260
260
|
},
|
|
261
261
|
// {
|
|
262
|
-
// name: localization.procuratorReplication,
|
|
262
|
+
// name: localization.common.procuratorReplication,
|
|
263
263
|
// value: portProperties.services.replication
|
|
264
|
-
// ? localization.enabled
|
|
265
|
-
// : localization.disabled,
|
|
264
|
+
// ? localization.common.enabled
|
|
265
|
+
// : localization.common.disabled,
|
|
266
266
|
// },
|
|
267
267
|
// {
|
|
268
|
-
// name: localization.procuratorReplicationNFC,
|
|
268
|
+
// name: localization.common.procuratorReplicationNFC,
|
|
269
269
|
// value: portProperties.services.replicationNFC
|
|
270
|
-
// ? localization.enabled
|
|
271
|
-
// : localization.disabled,
|
|
270
|
+
// ? localization.common.enabled
|
|
271
|
+
// : localization.common.disabled,
|
|
272
272
|
// },
|
|
273
273
|
{
|
|
274
|
-
name: localization.vSAN,
|
|
274
|
+
name: localization.common.vSAN,
|
|
275
275
|
value: portProperties.services.vSAN
|
|
276
|
-
? localization.enabled
|
|
277
|
-
: localization.disabled,
|
|
276
|
+
? localization.common.enabled
|
|
277
|
+
: localization.common.disabled,
|
|
278
278
|
},
|
|
279
279
|
// {
|
|
280
|
-
// name: localization.procuratorBackupNFC,
|
|
280
|
+
// name: localization.common.procuratorBackupNFC,
|
|
281
281
|
// value: portProperties.services.backupNFC
|
|
282
|
-
// ? localization.enabled
|
|
283
|
-
// : localization.disabled,
|
|
282
|
+
// ? localization.common.enabled
|
|
283
|
+
// : localization.common.disabled,
|
|
284
284
|
// },
|
|
285
285
|
// {
|
|
286
|
-
// name: localization.nvmEOverTCP,
|
|
286
|
+
// name: localization.common.nvmEOverTCP,
|
|
287
287
|
// value: portProperties.services.nVMeOverTCP
|
|
288
|
-
// ? localization.enabled
|
|
289
|
-
// : localization.disabled,
|
|
288
|
+
// ? localization.common.enabled
|
|
289
|
+
// : localization.common.disabled,
|
|
290
290
|
// },
|
|
291
291
|
// {
|
|
292
|
-
// name: localization.nvmEOverRDMA,
|
|
292
|
+
// name: localization.common.nvmEOverRDMA,
|
|
293
293
|
// value: portProperties.services.nVMeOverRDMA
|
|
294
|
-
// ? localization.enabled
|
|
295
|
-
// : localization.disabled,
|
|
294
|
+
// ? localization.common.enabled
|
|
295
|
+
// : localization.common.disabled,
|
|
296
296
|
// },
|
|
297
297
|
]
|
|
298
298
|
if (isNewSwitch) {
|
|
299
299
|
zero.splice(1, 1)
|
|
300
300
|
const newSwitchFields = [
|
|
301
301
|
{
|
|
302
|
-
name: localization.newStandardSwitch,
|
|
302
|
+
name: localization.common.newStandardSwitch,
|
|
303
303
|
value: '--',
|
|
304
304
|
},
|
|
305
305
|
{
|
|
306
|
-
name: localization.assignedAdapters,
|
|
306
|
+
name: localization.common.assignedAdapters,
|
|
307
307
|
value: addedAdapters.join(', '),
|
|
308
308
|
},
|
|
309
309
|
{
|
|
310
|
-
name: localization.switchMTU,
|
|
310
|
+
name: localization.common.switchMTU,
|
|
311
311
|
value: targetDevice.mtu?.toString(),
|
|
312
312
|
},
|
|
313
313
|
]
|
|
@@ -340,14 +340,14 @@ export const createZeroSchemeReadyCompleteFunc = (
|
|
|
340
340
|
{
|
|
341
341
|
id: 1,
|
|
342
342
|
type: 0,
|
|
343
|
-
title: localization.nicSettings,
|
|
343
|
+
title: localization.common.nicSettings,
|
|
344
344
|
rows: [
|
|
345
345
|
{
|
|
346
|
-
name: localization.mtu,
|
|
346
|
+
name: localization.common.mtu,
|
|
347
347
|
value: portProperties.mtu.size.toString(),
|
|
348
348
|
},
|
|
349
349
|
{
|
|
350
|
-
name: localization.tcpIpStack,
|
|
350
|
+
name: localization.common.tcpIpStack,
|
|
351
351
|
value: localization[portProperties.tcp],
|
|
352
352
|
},
|
|
353
353
|
],
|
|
@@ -355,37 +355,37 @@ export const createZeroSchemeReadyCompleteFunc = (
|
|
|
355
355
|
{
|
|
356
356
|
id: 2,
|
|
357
357
|
type: 0,
|
|
358
|
-
title: localization.ipV4Settings,
|
|
358
|
+
title: localization.common.ipV4Settings,
|
|
359
359
|
rows:
|
|
360
360
|
ipFourSettings.ipSettings === '0'
|
|
361
361
|
? [
|
|
362
362
|
{
|
|
363
|
-
name: localization.dhcp,
|
|
364
|
-
value: localization.enabled,
|
|
363
|
+
name: localization.common.dhcp,
|
|
364
|
+
value: localization.common.enabled,
|
|
365
365
|
},
|
|
366
366
|
]
|
|
367
367
|
: ipFourSettings.static.defaultGateway.override
|
|
368
368
|
? [
|
|
369
369
|
{
|
|
370
|
-
name: localization.ipv4address,
|
|
370
|
+
name: localization.common.ipv4address,
|
|
371
371
|
value: ipFourSettings.static.ipFourAddress,
|
|
372
372
|
},
|
|
373
373
|
{
|
|
374
|
-
name: localization.subnetMask,
|
|
374
|
+
name: localization.common.subnetMask,
|
|
375
375
|
value: ipFourSettings.static.subnetMask,
|
|
376
376
|
},
|
|
377
377
|
{
|
|
378
|
-
name: localization.defaultGatewayForIPv4,
|
|
378
|
+
name: localization.common.defaultGatewayForIPv4,
|
|
379
379
|
value: ipFourSettings.static.defaultGateway.value,
|
|
380
380
|
},
|
|
381
381
|
]
|
|
382
382
|
: [
|
|
383
383
|
{
|
|
384
|
-
name: localization.ipv4address,
|
|
384
|
+
name: localization.common.ipv4address,
|
|
385
385
|
value: ipFourSettings.static.ipFourAddress,
|
|
386
386
|
},
|
|
387
387
|
{
|
|
388
|
-
name: localization.subnetMask,
|
|
388
|
+
name: localization.common.subnetMask,
|
|
389
389
|
value: ipFourSettings.static.subnetMask,
|
|
390
390
|
},
|
|
391
391
|
],
|
|
@@ -443,11 +443,11 @@ export const createFourthSchemeReadyCompleteFunc = (
|
|
|
443
443
|
type: 0,
|
|
444
444
|
rows: [
|
|
445
445
|
{
|
|
446
|
-
name: localization.standardSwitch,
|
|
446
|
+
name: localization.common.standardSwitch,
|
|
447
447
|
value: switchId,
|
|
448
448
|
},
|
|
449
449
|
{
|
|
450
|
-
name: localization.assignedAdapters,
|
|
450
|
+
name: localization.common.assignedAdapters,
|
|
451
451
|
value: assignedAdapters.join(', '),
|
|
452
452
|
},
|
|
453
453
|
],
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
UI_I_ListIndex,
|
|
4
4
|
UI_I_State,
|
|
5
5
|
} from '~/lib/models/interfaces'
|
|
6
|
-
import { UI_T_TCP } from '~/components/common/wizards/network/add/lib/models/types'
|
|
6
|
+
import type { UI_T_TCP } from '~/components/common/wizards/network/add/lib/models/types'
|
|
7
7
|
import {
|
|
8
8
|
UI_I_AdapterStatus,
|
|
9
9
|
API_UI_I_SwitchItem,
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
<atoms-alert
|
|
13
13
|
v-if="isShowErrorMessageAlert"
|
|
14
14
|
status="alert-danger"
|
|
15
|
-
:items="[localization.noSwitchIsSelectedSelectSwitchToContinue]"
|
|
15
|
+
:items="[localization.common.noSwitchIsSelectedSelectSwitchToContinue]"
|
|
16
16
|
test-id="select-network-alert"
|
|
17
17
|
@remove="onHideErrorMessageAlert"
|
|
18
18
|
/>
|
|
@@ -46,14 +46,14 @@
|
|
|
46
46
|
class="btn btn-outline"
|
|
47
47
|
@click="onHideModal"
|
|
48
48
|
>
|
|
49
|
-
{{ localization.cancel }}
|
|
49
|
+
{{ localization.common.cancel }}
|
|
50
50
|
</button>
|
|
51
51
|
<button
|
|
52
52
|
data-id="select-network-submit-button"
|
|
53
53
|
class="btn btn-primary"
|
|
54
54
|
@click="onSelectNetwork"
|
|
55
55
|
>
|
|
56
|
-
{{ localization.ok }}
|
|
56
|
+
{{ localization.common.ok }}
|
|
57
57
|
</button>
|
|
58
58
|
</template>
|
|
59
59
|
</atoms-modal>
|
|
@@ -61,8 +61,8 @@
|
|
|
61
61
|
</template>
|
|
62
62
|
|
|
63
63
|
<script setup lang="ts">
|
|
64
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
65
|
-
import {
|
|
64
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
65
|
+
import type {
|
|
66
66
|
UI_I_BodyItems,
|
|
67
67
|
UI_I_NetworkForAdding,
|
|
68
68
|
UI_I_SelectedNetwork,
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
<atoms-alert
|
|
12
12
|
v-if="isShowErrorMessageAlert"
|
|
13
13
|
status="alert-danger"
|
|
14
|
-
:items="[localization.noSwitchIsSelectedSelectSwitchToContinue]"
|
|
14
|
+
:items="[localization.common.noSwitchIsSelectedSelectSwitchToContinue]"
|
|
15
15
|
test-id="select-standard-switch-alert"
|
|
16
16
|
@remove="onHideErrorMessageAlert"
|
|
17
17
|
/>
|
|
@@ -30,14 +30,14 @@
|
|
|
30
30
|
class="btn btn-outline"
|
|
31
31
|
@click="onHideModal"
|
|
32
32
|
>
|
|
33
|
-
{{ localization.cancel }}
|
|
33
|
+
{{ localization.common.cancel }}
|
|
34
34
|
</button>
|
|
35
35
|
<button
|
|
36
36
|
data-id="select-standard-switch-submit-button"
|
|
37
37
|
class="btn btn-primary"
|
|
38
38
|
@click="onSelectSwitch"
|
|
39
39
|
>
|
|
40
|
-
{{ localization.ok }}
|
|
40
|
+
{{ localization.common.ok }}
|
|
41
41
|
</button>
|
|
42
42
|
</template>
|
|
43
43
|
</atoms-modal>
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
</template>
|
|
46
46
|
|
|
47
47
|
<script setup lang="ts">
|
|
48
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
49
|
-
import {
|
|
48
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
49
|
+
import type {
|
|
50
50
|
UI_I_Switch,
|
|
51
51
|
UI_I_SelectedSwitch,
|
|
52
52
|
UI_I_BodyItems,
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
<atoms-alert
|
|
12
12
|
v-if="isShowErrorMessageAlert"
|
|
13
13
|
status="alert-danger"
|
|
14
|
-
:items="[localization.noSwitchIsSelectedSelectSwitchToContinue]"
|
|
14
|
+
:items="[localization.common.noSwitchIsSelectedSelectSwitchToContinue]"
|
|
15
15
|
test-id="select-switch-alert"
|
|
16
16
|
@remove="onHideErrorMessageAlert"
|
|
17
17
|
/>
|
|
@@ -30,14 +30,14 @@
|
|
|
30
30
|
class="btn btn-outline"
|
|
31
31
|
@click="onHideModal"
|
|
32
32
|
>
|
|
33
|
-
{{ localization.cancel }}
|
|
33
|
+
{{ localization.common.cancel }}
|
|
34
34
|
</button>
|
|
35
35
|
<button
|
|
36
36
|
data-id="select-submit-hide-button"
|
|
37
37
|
class="btn btn-primary"
|
|
38
38
|
@click="onSelectSwitch"
|
|
39
39
|
>
|
|
40
|
-
{{ localization.ok }}
|
|
40
|
+
{{ localization.common.ok }}
|
|
41
41
|
</button>
|
|
42
42
|
</template>
|
|
43
43
|
</atoms-modal>
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
</template>
|
|
46
46
|
|
|
47
47
|
<script setup lang="ts">
|
|
48
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
49
|
-
import {
|
|
48
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
49
|
+
import type {
|
|
50
50
|
UI_I_Switch,
|
|
51
51
|
UI_I_SelectedSwitch,
|
|
52
52
|
UI_I_BodyItems,
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
<form>
|
|
12
12
|
<div class="horizontal-flex-container">
|
|
13
13
|
<label class="property-label-group" for="network-label">
|
|
14
|
-
{{ localization.networkLabel }}
|
|
14
|
+
{{ localization.common.networkLabel }}
|
|
15
15
|
</label>
|
|
16
16
|
<div class="margin-left-property-value-group">
|
|
17
17
|
<div class="property-value-group">
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
|
|
47
47
|
<div class="horizontal-flex-container port-properties-padding">
|
|
48
48
|
<label class="property-label-group">
|
|
49
|
-
{{ localization.vlanId }}
|
|
49
|
+
{{ localization.common.vlanId }}
|
|
50
50
|
</label>
|
|
51
51
|
<div class="margin-left-property-value-group">
|
|
52
52
|
<div class="property-value-group">
|
|
@@ -88,13 +88,13 @@
|
|
|
88
88
|
</template>
|
|
89
89
|
|
|
90
90
|
<script setup lang="ts">
|
|
91
|
-
import {
|
|
91
|
+
import type {
|
|
92
92
|
UI_I_ArbitraryObject,
|
|
93
93
|
UI_I_Localization,
|
|
94
94
|
} from '~/lib/models/interfaces'
|
|
95
|
-
import { UI_I_ConnectionSettings } from '~/components/common/wizards/network/add/lib/models/interfaces'
|
|
95
|
+
import type { UI_I_ConnectionSettings } from '~/components/common/wizards/network/add/lib/models/interfaces'
|
|
96
96
|
import { vlanIdSelectData } from '~/components/common/wizards/network/add/lib/config'
|
|
97
|
-
import { UI_I_ErrorFields } from '~/components/atoms/wizard/lib/models/interfaces'
|
|
97
|
+
import type { UI_I_ErrorFields } from '~/components/atoms/wizard/lib/models/interfaces'
|
|
98
98
|
import type Wizard from '~/components/atoms/wizard/lib/utils/utils'
|
|
99
99
|
import {
|
|
100
100
|
validateNetworkConnectionSettingsLocal,
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
<teleport to="body">
|
|
20
20
|
<common-adapter-manager-no-connected-active-adapters-modal
|
|
21
21
|
:show="props.isShowNoConnectedActiveAdaptersModal"
|
|
22
|
-
:title="localization.physicalNetworkAdaptersWarning"
|
|
22
|
+
:title="localization.common.physicalNetworkAdaptersWarning"
|
|
23
23
|
@hide="onHideNoConnectedActiveAdaptersModal"
|
|
24
24
|
@submit="onConfirmNoActiveAdaptersModal"
|
|
25
25
|
/>
|
|
26
26
|
<common-adapter-manager-no-active-adapters-modal
|
|
27
27
|
:show="props.isShowNoActiveAdaptersModal"
|
|
28
|
-
:title="localization.physicalNetworkAdaptersWarning"
|
|
28
|
+
:title="localization.common.physicalNetworkAdaptersWarning"
|
|
29
29
|
@hide="onHideNoActiveAdaptersModal"
|
|
30
30
|
@submit="onConfirmNoActiveAdaptersModal"
|
|
31
31
|
/>
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
</template>
|
|
35
35
|
|
|
36
36
|
<script setup lang="ts">
|
|
37
|
-
import {
|
|
37
|
+
import type {
|
|
38
38
|
UI_I_Localization,
|
|
39
39
|
UI_I_ItemsWithTotalCounts,
|
|
40
40
|
} from '~/lib/models/interfaces'
|
|
41
|
-
import {
|
|
41
|
+
import type {
|
|
42
42
|
UI_I_Adapter,
|
|
43
43
|
UI_I_AdapterStatus,
|
|
44
44
|
UI_I_SwitchAdapterItem,
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
name="IPv4-settings"
|
|
20
20
|
/>
|
|
21
21
|
<label for="Obtain">
|
|
22
|
-
{{ localization.obtainIPv4SettingsAutomatically }}
|
|
22
|
+
{{ localization.common.obtainIPv4SettingsAutomatically }}
|
|
23
23
|
</label>
|
|
24
24
|
</div>
|
|
25
25
|
<div class="radio">
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
value="1"
|
|
32
32
|
name="IPv4-settings"
|
|
33
33
|
/>
|
|
34
|
-
<label for="static"> {{ localization.useStaticIPv4Settings }} </label>
|
|
34
|
+
<label for="static"> {{ localization.common.useStaticIPv4Settings }} </label>
|
|
35
35
|
</div>
|
|
36
36
|
|
|
37
37
|
<div
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
>
|
|
43
43
|
<div class="horizontal-flex-container p-b-14">
|
|
44
44
|
<label class="property-label-group">
|
|
45
|
-
{{ localization.ipv4address }}
|
|
45
|
+
{{ localization.common.ipv4address }}
|
|
46
46
|
</label>
|
|
47
47
|
<div class="margin-left-property-value-group">
|
|
48
48
|
<div class="property-value-group">
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
</div>
|
|
78
78
|
<div class="horizontal-flex-container p-b-14">
|
|
79
79
|
<label class="property-label-group">
|
|
80
|
-
{{ localization.subnetMask }}
|
|
80
|
+
{{ localization.common.subnetMask }}
|
|
81
81
|
</label>
|
|
82
82
|
<div class="margin-left-property-value-group">
|
|
83
83
|
<div class="property-value-group">
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
</div>
|
|
113
113
|
<div class="horizontal-flex-container p-b-14">
|
|
114
114
|
<label class="property-label-group">
|
|
115
|
-
{{ localization.defaultGateway }}
|
|
115
|
+
{{ localization.common.defaultGateway }}
|
|
116
116
|
</label>
|
|
117
117
|
<div class="margin-left-property-value-group">
|
|
118
118
|
<div class="property-value-group">
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
for="default-gateway"
|
|
130
130
|
class="normal-weight normal-font-size"
|
|
131
131
|
>
|
|
132
|
-
{{ localization.overrideDefaultGatewayForThisAdapter }}
|
|
132
|
+
{{ localization.common.overrideDefaultGatewayForThisAdapter }}
|
|
133
133
|
</label>
|
|
134
134
|
</div>
|
|
135
135
|
<div>
|
|
@@ -174,15 +174,15 @@
|
|
|
174
174
|
</template>
|
|
175
175
|
|
|
176
176
|
<script setup lang="ts">
|
|
177
|
-
import {
|
|
177
|
+
import type {
|
|
178
178
|
UI_I_ArbitraryObject,
|
|
179
179
|
UI_I_Localization,
|
|
180
180
|
} from '~/lib/models/interfaces'
|
|
181
|
-
import {
|
|
181
|
+
import type {
|
|
182
182
|
UI_I_IpFourSettings,
|
|
183
183
|
UI_I_TCPStack,
|
|
184
184
|
} from '~/components/common/wizards/network/add/lib/models/interfaces'
|
|
185
|
-
import { UI_I_ErrorFields } from '~/components/atoms/wizard/lib/models/interfaces'
|
|
185
|
+
import type { UI_I_ErrorFields } from '~/components/atoms/wizard/lib/models/interfaces'
|
|
186
186
|
import type Wizard from '~/components/atoms/wizard/lib/utils/utils'
|
|
187
187
|
import {
|
|
188
188
|
removeIpFourSettingsValidationLocal,
|