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
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
/>
|
|
11
11
|
<form>
|
|
12
12
|
<b class="property-label-group">
|
|
13
|
-
{{ localization.vmKernelPortSettings }}
|
|
13
|
+
{{ localization.common.vmKernelPortSettings }}
|
|
14
14
|
</b>
|
|
15
15
|
|
|
16
16
|
<div class="horizontal-flex-container">
|
|
17
17
|
<label class="property-label-group" for="network-label">
|
|
18
|
-
{{ localization.networkLabel }}
|
|
18
|
+
{{ localization.common.networkLabel }}
|
|
19
19
|
</label>
|
|
20
20
|
<div class="margin-left-property-value-group">
|
|
21
21
|
<div class="property-value-group">
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
</div>
|
|
51
51
|
<div class="horizontal-flex-container port-properties-padding">
|
|
52
52
|
<label class="property-label-group">
|
|
53
|
-
{{ localization.vlanId }}
|
|
53
|
+
{{ localization.common.vlanId }}
|
|
54
54
|
</label>
|
|
55
55
|
<div class="margin-left-property-value-group">
|
|
56
56
|
<div class="property-value-group">
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
|
|
91
91
|
<div class="horizontal-flex-container port-properties-padding">
|
|
92
92
|
<label class="property-label-group">
|
|
93
|
-
{{ localization.mtu }}
|
|
93
|
+
{{ localization.common.mtu }}
|
|
94
94
|
</label>
|
|
95
95
|
<div class="margin-left-property-value-group">
|
|
96
96
|
<div
|
|
@@ -103,8 +103,8 @@
|
|
|
103
103
|
data-id="mtu-select"
|
|
104
104
|
name="mtu-option"
|
|
105
105
|
>
|
|
106
|
-
<option value="0">{{ localization.getMtuFromSwitch }}</option>
|
|
107
|
-
<option value="1">{{ localization.custom }}</option>
|
|
106
|
+
<option value="0">{{ localization.common.getMtuFromSwitch }}</option>
|
|
107
|
+
<option value="1">{{ localization.common.custom }}</option>
|
|
108
108
|
</select>
|
|
109
109
|
</div>
|
|
110
110
|
<atoms-tooltip-error
|
|
@@ -136,17 +136,17 @@
|
|
|
136
136
|
</div>
|
|
137
137
|
<div class="horizontal-flex-container port-properties-padding">
|
|
138
138
|
<label class="property-label-group" for="network-label">
|
|
139
|
-
{{ localization.tcpIpStack }}
|
|
139
|
+
{{ localization.common.tcpIpStack }}
|
|
140
140
|
</label>
|
|
141
141
|
<div class="margin-left-property-value-group">
|
|
142
142
|
<div class="property-value-group">
|
|
143
143
|
<div class="select">
|
|
144
144
|
<select id="tsp" v-model="fields.tcp" data-id="tsp-select">
|
|
145
145
|
<template v-for="tcp in props.tcpStacks" :key="tcp.id">
|
|
146
|
-
<option :value="tcp.id">{{ localization[tcp.id] }}</option>
|
|
146
|
+
<option :value="tcp.id">{{ localization.common[tcp.id] }}</option>
|
|
147
147
|
</template>
|
|
148
|
-
<!-- <option value="1">{{ localization.provisioning }}</option>-->
|
|
149
|
-
<!-- <option value="2">{{ localization.vMotion }}</option>-->
|
|
148
|
+
<!-- <option value="1">{{ localization.common.provisioning }}</option>-->
|
|
149
|
+
<!-- <option value="2">{{ localization.common.vMotion }}</option>-->
|
|
150
150
|
</select>
|
|
151
151
|
</div>
|
|
152
152
|
</div>
|
|
@@ -155,12 +155,12 @@
|
|
|
155
155
|
|
|
156
156
|
<div class="edit-vmkernel-adapter-section">
|
|
157
157
|
<b class="property-label-group">
|
|
158
|
-
{{ localization.availableServices }}
|
|
158
|
+
{{ localization.common.availableServices }}
|
|
159
159
|
</b>
|
|
160
160
|
|
|
161
161
|
<div class="horizontal-flex-container">
|
|
162
162
|
<label class="property-label-group">
|
|
163
|
-
{{ localization.enabledServices }}
|
|
163
|
+
{{ localization.common.enabledServices }}
|
|
164
164
|
</label>
|
|
165
165
|
<div class="margin-left-property-value-group">
|
|
166
166
|
<div
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
data-id="services-v-motion-checkbox"
|
|
176
176
|
type="checkbox"
|
|
177
177
|
/>
|
|
178
|
-
{{ localization.vMotion }}
|
|
178
|
+
{{ localization.common.vMotion }}
|
|
179
179
|
</label>
|
|
180
180
|
<label v-else>
|
|
181
181
|
<input
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
data-id="services-provisioning-checkbox"
|
|
184
184
|
type="checkbox"
|
|
185
185
|
/>
|
|
186
|
-
{{ localization.provisioning }}
|
|
186
|
+
{{ localization.common.provisioning }}
|
|
187
187
|
</label>
|
|
188
188
|
</div>
|
|
189
189
|
</div>
|
|
@@ -217,22 +217,22 @@
|
|
|
217
217
|
</template>
|
|
218
218
|
|
|
219
219
|
<script setup lang="ts">
|
|
220
|
-
import {
|
|
220
|
+
import type {
|
|
221
221
|
UI_I_ArbitraryObject,
|
|
222
222
|
UI_I_Localization,
|
|
223
223
|
} from '~/lib/models/interfaces'
|
|
224
|
-
import { UI_T_Project } from '~/lib/models/types'
|
|
224
|
+
import type { UI_T_Project } from '~/lib/models/types'
|
|
225
225
|
import {
|
|
226
226
|
servicesInitial,
|
|
227
227
|
vlanIdSelectData,
|
|
228
228
|
portPropertiesEnabledServicesFunc,
|
|
229
229
|
} from '~/components/common/wizards/network/add/lib/config'
|
|
230
|
-
import {
|
|
230
|
+
import type {
|
|
231
231
|
UI_I_PortProperties,
|
|
232
232
|
UI_I_TCPStack,
|
|
233
233
|
} from '~/components/common/wizards/network/add/lib/models/interfaces'
|
|
234
|
-
import { UI_T_TCP } from '~/components/common/wizards/network/add/lib/models/types'
|
|
235
|
-
import { UI_I_ErrorFields } from '~/components/atoms/wizard/lib/models/interfaces'
|
|
234
|
+
import type { UI_T_TCP } from '~/components/common/wizards/network/add/lib/models/types'
|
|
235
|
+
import type { UI_I_ErrorFields } from '~/components/atoms/wizard/lib/models/interfaces'
|
|
236
236
|
import type Wizard from '~/components/atoms/wizard/lib/utils/utils'
|
|
237
237
|
import {
|
|
238
238
|
validateMtuPortPropertiesLocal,
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
</template>
|
|
13
13
|
|
|
14
14
|
<script setup lang="ts">
|
|
15
|
-
import { UI_I_ReadyCompleteFields } from '~/components/common/wizards/network/add/lib/models/interfaces'
|
|
15
|
+
import type { UI_I_ReadyCompleteFields } from '~/components/common/wizards/network/add/lib/models/interfaces'
|
|
16
16
|
|
|
17
17
|
const props = defineProps<{
|
|
18
18
|
readyCompleteFields: UI_I_ReadyCompleteFields[]
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
name="connection-type"
|
|
12
12
|
/>
|
|
13
13
|
<label for="vmkernel-adapter" data-id="vmkernel-adapter-radio">
|
|
14
|
-
{{ localization.vmKernelNetworkAdapter }}
|
|
14
|
+
{{ localization.common.vmKernelNetworkAdapter }}
|
|
15
15
|
</label>
|
|
16
16
|
</div>
|
|
17
17
|
<div class="add-networking-radio-button-description">
|
|
18
|
-
{{ localization.vMKernelTcpIpStackHandlesTraffic }}
|
|
18
|
+
{{ localization.common.vMKernelTcpIpStackHandlesTraffic }}
|
|
19
19
|
</div>
|
|
20
20
|
<div class="radio">
|
|
21
21
|
<input
|
|
@@ -26,11 +26,11 @@
|
|
|
26
26
|
name="connection-type"
|
|
27
27
|
/>
|
|
28
28
|
<label for="virtual" data-id="virtual-radio">
|
|
29
|
-
{{ localization.virtualMachinePortGroupStandardSwitch }}
|
|
29
|
+
{{ localization.common.virtualMachinePortGroupStandardSwitch }}
|
|
30
30
|
</label>
|
|
31
31
|
</div>
|
|
32
32
|
<div class="add-networking-radio-button-description">
|
|
33
|
-
{{ localization.portGroupHandlesVirtualMachineTraffic }}
|
|
33
|
+
{{ localization.common.portGroupHandlesVirtualMachineTraffic }}
|
|
34
34
|
</div>
|
|
35
35
|
<div class="radio">
|
|
36
36
|
<input
|
|
@@ -41,11 +41,11 @@
|
|
|
41
41
|
name="connection-type"
|
|
42
42
|
/>
|
|
43
43
|
<label for="physical-adapter" data-id="physical-adapter-radio">
|
|
44
|
-
{{ localization.physicalNetworkAdapter }}
|
|
44
|
+
{{ localization.common.physicalNetworkAdapter }}
|
|
45
45
|
</label>
|
|
46
46
|
</div>
|
|
47
47
|
<div class="add-networking-radio-button-description">
|
|
48
|
-
{{ localization.physicalNetworkAdapterHandlesNetworkTraffic }}
|
|
48
|
+
{{ localization.common.physicalNetworkAdapterHandlesNetworkTraffic }}
|
|
49
49
|
</div>
|
|
50
50
|
</form>
|
|
51
51
|
</div>
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
</template>
|
|
54
54
|
|
|
55
55
|
<script setup lang="ts">
|
|
56
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
56
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
57
57
|
|
|
58
58
|
const props = defineProps<{
|
|
59
59
|
modelValue: string
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
name="target-device"
|
|
21
21
|
/>
|
|
22
22
|
<label for="existing-network">
|
|
23
|
-
{{ localization.selectExistingNetwork }}
|
|
23
|
+
{{ localization.common.selectExistingNetwork }}
|
|
24
24
|
</label>
|
|
25
25
|
</div>
|
|
26
26
|
<fieldset
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
data-id="show-select-network-modal-button"
|
|
59
59
|
@click="onShowModal('select-network')"
|
|
60
60
|
>
|
|
61
|
-
{{ localization.browseDoted }}
|
|
61
|
+
{{ localization.common.browseDoted }}
|
|
62
62
|
</button>
|
|
63
63
|
</div>
|
|
64
64
|
</fieldset>
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
|
|
85
85
|
<!-- :checked="isConnectionTypeFirstTwo"-->
|
|
86
86
|
<label for="existing-standard-switch">
|
|
87
|
-
{{ localization.selectExistingStandardSwitch }}
|
|
87
|
+
{{ localization.common.selectExistingStandardSwitch }}
|
|
88
88
|
</label>
|
|
89
89
|
</div>
|
|
90
90
|
<fieldset
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
data-id="show-select-standard-switch-button"
|
|
122
122
|
@click="onShowModal('select-standard-switch')"
|
|
123
123
|
>
|
|
124
|
-
{{ localization.browseDoted }}
|
|
124
|
+
{{ localization.common.browseDoted }}
|
|
125
125
|
</button>
|
|
126
126
|
</div>
|
|
127
127
|
</fieldset>
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
/>
|
|
147
147
|
<!-- :checked="props.connectionType === '2'"-->
|
|
148
148
|
<label for="existing-switch">
|
|
149
|
-
{{ localization.selectExistingSwitch }}
|
|
149
|
+
{{ localization.common.selectExistingSwitch }}
|
|
150
150
|
</label>
|
|
151
151
|
</div>
|
|
152
152
|
<fieldset
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
class="btn btn-link"
|
|
185
185
|
@click="onShowModal('select-switch')"
|
|
186
186
|
>
|
|
187
|
-
{{ localization.browseDoted }}
|
|
187
|
+
{{ localization.common.browseDoted }}
|
|
188
188
|
</button>
|
|
189
189
|
</div>
|
|
190
190
|
</fieldset>
|
|
@@ -216,7 +216,7 @@
|
|
|
216
216
|
/>
|
|
217
217
|
|
|
218
218
|
<label for="standard-switch">
|
|
219
|
-
{{ localization.newStandardSwitch }}
|
|
219
|
+
{{ localization.common.newStandardSwitch }}
|
|
220
220
|
</label>
|
|
221
221
|
</div>
|
|
222
222
|
<fieldset
|
|
@@ -226,7 +226,7 @@
|
|
|
226
226
|
>
|
|
227
227
|
<div class="horizontal-flex-container">
|
|
228
228
|
<label class="property-label-group">
|
|
229
|
-
{{ localization.mtuBytes }}
|
|
229
|
+
{{ localization.common.mtuBytes }}
|
|
230
230
|
</label>
|
|
231
231
|
<div class="margin-left-property-value-group">
|
|
232
232
|
<div class="property-value-group tooltip-field-container">
|
|
@@ -272,7 +272,7 @@
|
|
|
272
272
|
view-name="select-standard-switch"
|
|
273
273
|
width="576px"
|
|
274
274
|
height="468px"
|
|
275
|
-
:title="localization.selectSwitch"
|
|
275
|
+
:title="localization.common.selectSwitch"
|
|
276
276
|
:standard-switches-initial="props.standardSwitchesInitial"
|
|
277
277
|
:show="isShowStandardSwitchModal"
|
|
278
278
|
@select-standard-switch="onSelectStandardSwitch"
|
|
@@ -283,7 +283,7 @@
|
|
|
283
283
|
view-name="select-switch"
|
|
284
284
|
width="576px"
|
|
285
285
|
height="468px"
|
|
286
|
-
:title="localization.selectSwitch"
|
|
286
|
+
:title="localization.common.selectSwitch"
|
|
287
287
|
:data="props.standardSwitchesInitial"
|
|
288
288
|
:show="isShowSwitchModal"
|
|
289
289
|
@select-switch="onSelectSwitch"
|
|
@@ -294,7 +294,7 @@
|
|
|
294
294
|
view-name="select-network"
|
|
295
295
|
width="576px"
|
|
296
296
|
height="468px"
|
|
297
|
-
:title="localization.selectNetwork"
|
|
297
|
+
:title="localization.common.selectNetwork"
|
|
298
298
|
:data="[]"
|
|
299
299
|
:show="isShowNetworkModal"
|
|
300
300
|
@select-network="onSelectNetwork"
|
|
@@ -312,7 +312,7 @@ import {
|
|
|
312
312
|
UI_I_TargetDevice,
|
|
313
313
|
UI_I_Switch,
|
|
314
314
|
} from '~/components/common/wizards/network/add/lib/models/interfaces'
|
|
315
|
-
import { UI_I_ErrorFields } from '~/components/atoms/wizard/lib/models/interfaces'
|
|
315
|
+
import type { UI_I_ErrorFields } from '~/components/atoms/wizard/lib/models/interfaces'
|
|
316
316
|
import type Wizard from '~/components/atoms/wizard/lib/utils/utils'
|
|
317
317
|
import { validateMtuTargetDeviceLocal } from '~/components/common/wizards/network/add/validations/validations'
|
|
318
318
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { UI_I_ConnectionSettings } from '~/components/common/wizards/network/add/lib/models/interfaces'
|
|
1
|
+
import type { UI_I_ConnectionSettings } from '~/components/common/wizards/network/add/lib/models/interfaces'
|
|
2
2
|
import { UI_E_ValidationFields } from '~/components/common/wizards/network/add/lib/models/enums'
|
|
3
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
3
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
4
4
|
import type Wizard from '~/components/atoms/wizard/lib/utils/utils'
|
|
5
|
-
import {
|
|
5
|
+
import type {
|
|
6
6
|
UI_I_ValidationReturn,
|
|
7
7
|
UI_I_WizardStep,
|
|
8
8
|
} from '~/components/atoms/wizard/lib/models/interfaces'
|
|
@@ -17,8 +17,8 @@ export const validateVlanIdConnectionSettingsLocal = (
|
|
|
17
17
|
5,
|
|
18
18
|
UI_E_ValidationFields.CONNECTION_SETTINGS_VLAN,
|
|
19
19
|
checkVlanId(data.vlanId),
|
|
20
|
-
localization.vlanIdInvalidMessage,
|
|
21
|
-
localization.vlanIdInvalidMessage
|
|
20
|
+
localization.common.vlanIdInvalidMessage,
|
|
21
|
+
localization.common.vlanIdInvalidMessage
|
|
22
22
|
)
|
|
23
23
|
}
|
|
24
24
|
|
|
@@ -31,8 +31,8 @@ export const validateNetworkConnectionSettingsLocal = (
|
|
|
31
31
|
5,
|
|
32
32
|
UI_E_ValidationFields.CONNECTION_SETTINGS_NETWORK,
|
|
33
33
|
data.networkLabel === '',
|
|
34
|
-
localization.networkLabelInvalidMessage,
|
|
35
|
-
localization.networkLabelInvalidMessage
|
|
34
|
+
localization.common.networkLabelInvalidMessage,
|
|
35
|
+
localization.common.networkLabelInvalidMessage
|
|
36
36
|
)
|
|
37
37
|
}
|
|
38
38
|
|
|
@@ -49,8 +49,8 @@ export const checkConnectionSettingsSync = (
|
|
|
49
49
|
5,
|
|
50
50
|
UI_E_ValidationFields.CONNECTION_SETTINGS_VLAN,
|
|
51
51
|
{
|
|
52
|
-
fieldMessage: localization.vlanIdInvalidMessage,
|
|
53
|
-
alertMessage: localization.vlanIdInvalidMessage,
|
|
52
|
+
fieldMessage: localization.common.vlanIdInvalidMessage,
|
|
53
|
+
alertMessage: localization.common.vlanIdInvalidMessage,
|
|
54
54
|
}
|
|
55
55
|
)
|
|
56
56
|
} else if (
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type {
|
|
2
2
|
UI_I_AdapterStatus,
|
|
3
3
|
UI_I_Adapter,
|
|
4
4
|
} from '~/components/common/diagramMain/lib/models/interfaces'
|
|
5
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
6
|
-
import {
|
|
5
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
6
|
+
import type {
|
|
7
7
|
UI_I_ValidationReturn,
|
|
8
8
|
UI_I_WizardStep,
|
|
9
9
|
} from '~/components/atoms/wizard/lib/models/interfaces'
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { UI_I_IpFourSettings } from '~/components/common/wizards/network/add/lib/models/interfaces'
|
|
1
|
+
import type { UI_I_IpFourSettings } from '~/components/common/wizards/network/add/lib/models/interfaces'
|
|
2
2
|
import { UI_E_ValidationFields } from '~/components/common/wizards/network/add/lib/models/enums'
|
|
3
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
3
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
4
4
|
import type Wizard from '~/components/atoms/wizard/lib/utils/utils'
|
|
5
|
-
import {
|
|
5
|
+
import type {
|
|
6
6
|
UI_I_ValidationReturn,
|
|
7
7
|
UI_I_WizardStep,
|
|
8
8
|
} from '~/components/atoms/wizard/lib/models/interfaces'
|
|
@@ -17,8 +17,8 @@ export const validateAddressIpFourSettingsLocal = (
|
|
|
17
17
|
4,
|
|
18
18
|
UI_E_ValidationFields.IPV_SETTINGS_IPV,
|
|
19
19
|
[!data.static.ipFourAddress, !checkIfValidIP(data.static.ipFourAddress)],
|
|
20
|
-
[localization.ipFourAddressEmpty, localization.ipFourAddressInvalid],
|
|
21
|
-
[localization.ipFourAddressEmpty, localization.ipFourAddressInvalid]
|
|
20
|
+
[localization.common.ipFourAddressEmpty, localization.common.ipFourAddressInvalid],
|
|
21
|
+
[localization.common.ipFourAddressEmpty, localization.common.ipFourAddressInvalid]
|
|
22
22
|
)
|
|
23
23
|
}
|
|
24
24
|
|
|
@@ -31,8 +31,8 @@ export const validateMaskIpFourSettingsLocal = (
|
|
|
31
31
|
4,
|
|
32
32
|
UI_E_ValidationFields.IPV_SETTINGS_MASK,
|
|
33
33
|
[!data.static.subnetMask, !checkIfValidIP(data.static.subnetMask)],
|
|
34
|
-
[localization.subnetMaskEmpty, localization.subnetMaskInvalid],
|
|
35
|
-
[localization.subnetMaskEmpty, localization.subnetMaskInvalid]
|
|
34
|
+
[localization.common.subnetMaskEmpty, localization.common.subnetMaskInvalid],
|
|
35
|
+
[localization.common.subnetMaskEmpty, localization.common.subnetMaskInvalid]
|
|
36
36
|
)
|
|
37
37
|
}
|
|
38
38
|
|
|
@@ -49,8 +49,8 @@ export const validateGatewayIpFourSettingsLocal = (
|
|
|
49
49
|
data.static.defaultGateway.override &&
|
|
50
50
|
!checkIfValidIP(data.static.defaultGateway.value),
|
|
51
51
|
],
|
|
52
|
-
[localization.defaultGatewayEmpty, localization.defaultGatewayInvalid],
|
|
53
|
-
[localization.defaultGatewayEmpty, localization.defaultGatewayInvalid]
|
|
52
|
+
[localization.common.defaultGatewayEmpty, localization.common.defaultGatewayInvalid],
|
|
53
|
+
[localization.common.defaultGatewayEmpty, localization.common.defaultGatewayInvalid]
|
|
54
54
|
)
|
|
55
55
|
}
|
|
56
56
|
|
|
@@ -96,8 +96,8 @@ export const checkIpFourSettingsSync = (
|
|
|
96
96
|
4,
|
|
97
97
|
UI_E_ValidationFields.IPV_SETTINGS_IPV,
|
|
98
98
|
{
|
|
99
|
-
fieldMessage: localization.ipFourAddressEmpty,
|
|
100
|
-
alertMessage: localization.ipFourAddressEmpty,
|
|
99
|
+
fieldMessage: localization.common.ipFourAddressEmpty,
|
|
100
|
+
alertMessage: localization.common.ipFourAddressEmpty,
|
|
101
101
|
}
|
|
102
102
|
)
|
|
103
103
|
} else if (!checkIfValidIP(data.static.ipFourAddress)) {
|
|
@@ -105,8 +105,8 @@ export const checkIpFourSettingsSync = (
|
|
|
105
105
|
4,
|
|
106
106
|
UI_E_ValidationFields.IPV_SETTINGS_IPV,
|
|
107
107
|
{
|
|
108
|
-
fieldMessage: localization.ipFourAddressInvalid,
|
|
109
|
-
alertMessage: localization.ipFourAddressInvalid,
|
|
108
|
+
fieldMessage: localization.common.ipFourAddressInvalid,
|
|
109
|
+
alertMessage: localization.common.ipFourAddressInvalid,
|
|
110
110
|
}
|
|
111
111
|
)
|
|
112
112
|
} else if (wizard.hasMessage(4, UI_E_ValidationFields.IPV_SETTINGS_IPV)) {
|
|
@@ -122,8 +122,8 @@ export const checkIpFourSettingsSync = (
|
|
|
122
122
|
4,
|
|
123
123
|
UI_E_ValidationFields.IPV_SETTINGS_MASK,
|
|
124
124
|
{
|
|
125
|
-
fieldMessage: localization.subnetMaskEmpty,
|
|
126
|
-
alertMessage: localization.subnetMaskEmpty,
|
|
125
|
+
fieldMessage: localization.common.subnetMaskEmpty,
|
|
126
|
+
alertMessage: localization.common.subnetMaskEmpty,
|
|
127
127
|
}
|
|
128
128
|
)
|
|
129
129
|
} else if (!checkIfValidIP(data.static.subnetMask)) {
|
|
@@ -131,8 +131,8 @@ export const checkIpFourSettingsSync = (
|
|
|
131
131
|
4,
|
|
132
132
|
UI_E_ValidationFields.IPV_SETTINGS_MASK,
|
|
133
133
|
{
|
|
134
|
-
fieldMessage: localization.subnetMaskInvalid,
|
|
135
|
-
alertMessage: localization.subnetMaskInvalid,
|
|
134
|
+
fieldMessage: localization.common.subnetMaskInvalid,
|
|
135
|
+
alertMessage: localization.common.subnetMaskInvalid,
|
|
136
136
|
}
|
|
137
137
|
)
|
|
138
138
|
} else if (wizard.hasMessage(4, UI_E_ValidationFields.IPV_SETTINGS_MASK)) {
|
|
@@ -151,8 +151,8 @@ export const checkIpFourSettingsSync = (
|
|
|
151
151
|
4,
|
|
152
152
|
UI_E_ValidationFields.IPV_SETTINGS_GATEWAY,
|
|
153
153
|
{
|
|
154
|
-
fieldMessage: localization.defaultGatewayEmpty,
|
|
155
|
-
alertMessage: localization.defaultGatewayEmpty,
|
|
154
|
+
fieldMessage: localization.common.defaultGatewayEmpty,
|
|
155
|
+
alertMessage: localization.common.defaultGatewayEmpty,
|
|
156
156
|
}
|
|
157
157
|
)
|
|
158
158
|
} else if (
|
|
@@ -163,8 +163,8 @@ export const checkIpFourSettingsSync = (
|
|
|
163
163
|
4,
|
|
164
164
|
UI_E_ValidationFields.IPV_SETTINGS_GATEWAY,
|
|
165
165
|
{
|
|
166
|
-
fieldMessage: localization.defaultGatewayInvalid,
|
|
167
|
-
alertMessage: localization.defaultGatewayInvalid,
|
|
166
|
+
fieldMessage: localization.common.defaultGatewayInvalid,
|
|
167
|
+
alertMessage: localization.common.defaultGatewayInvalid,
|
|
168
168
|
}
|
|
169
169
|
)
|
|
170
170
|
} else if (wizard.hasMessage(4, UI_E_ValidationFields.IPV_SETTINGS_GATEWAY)) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { UI_I_AddNetworkingEmits } from '~/components/common/wizards/network/add/lib/models/interfaces'
|
|
2
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
1
|
+
import type { UI_I_AddNetworkingEmits } from '~/components/common/wizards/network/add/lib/models/interfaces'
|
|
2
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
3
3
|
import type Wizard from '~/components/atoms/wizard/lib/utils/utils'
|
|
4
|
-
import {
|
|
4
|
+
import type {
|
|
5
5
|
UI_I_AsyncCheckReturn,
|
|
6
6
|
UI_I_ValidationReturn,
|
|
7
7
|
UI_I_WizardStep,
|
|
@@ -33,7 +33,7 @@ const checkNetwork = async (
|
|
|
33
33
|
} else {
|
|
34
34
|
return {
|
|
35
35
|
isValid: false,
|
|
36
|
-
message: localization.networkLabelInvalidMessage,
|
|
36
|
+
message: localization.common.networkLabelInvalidMessage,
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
39
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// import { UI_E_ValidationFields } from '~/components/common/wizards/network/add/lib/models/enums'
|
|
2
|
-
// import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
2
|
+
// import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
3
3
|
// import type Wizard from '~/components/atoms/wizard/lib/utils/utils'
|
|
4
4
|
// import {
|
|
5
5
|
// UI_I_ValidationReturn,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { UI_I_PortProperties } from '~/components/common/wizards/network/add/lib/models/interfaces'
|
|
1
|
+
import type { UI_I_PortProperties } from '~/components/common/wizards/network/add/lib/models/interfaces'
|
|
2
2
|
import { UI_E_ValidationFields } from '~/components/common/wizards/network/add/lib/models/enums'
|
|
3
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
3
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
4
4
|
import type Wizard from '~/components/atoms/wizard/lib/utils/utils'
|
|
5
|
-
import {UI_I_ValidationReturn, UI_I_WizardStep} from '~/components/atoms/wizard/lib/models/interfaces'
|
|
5
|
+
import type {UI_I_ValidationReturn, UI_I_WizardStep} from '~/components/atoms/wizard/lib/models/interfaces'
|
|
6
6
|
import {
|
|
7
7
|
checkVlanId,
|
|
8
8
|
checkMtu,
|
|
@@ -17,8 +17,8 @@ export const validateNetworkPortPropertiesLocal = (
|
|
|
17
17
|
3,
|
|
18
18
|
UI_E_ValidationFields.PORT_PROPERTIES_NETWORK,
|
|
19
19
|
data.networkLabel === '',
|
|
20
|
-
localization.networkLabelInvalidMessage,
|
|
21
|
-
|
|
20
|
+
localization.common.networkLabelInvalidMessage,
|
|
21
|
+
localization.common.networkLabelInvalidMessage
|
|
22
22
|
)
|
|
23
23
|
}
|
|
24
24
|
|
|
@@ -31,8 +31,8 @@ export const validateVlanIdPortPropertiesLocal = (
|
|
|
31
31
|
3,
|
|
32
32
|
UI_E_ValidationFields.PORT_PROPERTIES_VLAN,
|
|
33
33
|
checkVlanId(data.vlanId),
|
|
34
|
-
|
|
35
|
-
|
|
34
|
+
localization.common.vlanIdInvalidMessage,
|
|
35
|
+
localization.common.vlanIdInvalidMessage
|
|
36
36
|
)
|
|
37
37
|
}
|
|
38
38
|
|
|
@@ -45,8 +45,8 @@ export const validateMtuPortPropertiesLocal = (
|
|
|
45
45
|
3,
|
|
46
46
|
UI_E_ValidationFields.PORT_PROPERTIES_MTU,
|
|
47
47
|
data.mtu.option === '1' && checkMtu(data.mtu.size),
|
|
48
|
-
|
|
49
|
-
|
|
48
|
+
localization.common.mtuInvalidMessage,
|
|
49
|
+
localization.common.mtuInvalidMessage
|
|
50
50
|
)
|
|
51
51
|
}
|
|
52
52
|
|
|
@@ -60,8 +60,8 @@ export const checkPortPropertiesSync = (
|
|
|
60
60
|
|
|
61
61
|
if (checkVlanId(data.vlanId)) {
|
|
62
62
|
stepHasError = wizard.setValidation(3, UI_E_ValidationFields.PORT_PROPERTIES_VLAN, {
|
|
63
|
-
fieldMessage: localization.vlanIdInvalidMessage,
|
|
64
|
-
alertMessage: localization.vlanIdInvalidMessage,
|
|
63
|
+
fieldMessage: localization.common.vlanIdInvalidMessage,
|
|
64
|
+
alertMessage: localization.common.vlanIdInvalidMessage,
|
|
65
65
|
})
|
|
66
66
|
} else if (wizard.hasMessage(3, UI_E_ValidationFields.PORT_PROPERTIES_VLAN)) {
|
|
67
67
|
value = wizard.removeValidation(3, UI_E_ValidationFields.PORT_PROPERTIES_VLAN, value)
|
|
@@ -69,8 +69,8 @@ export const checkPortPropertiesSync = (
|
|
|
69
69
|
|
|
70
70
|
if (data.mtu.option === '1' && checkMtu(data.mtu.size)) {
|
|
71
71
|
stepHasError = wizard.setValidation(3, UI_E_ValidationFields.PORT_PROPERTIES_MTU, {
|
|
72
|
-
fieldMessage: localization.mtuInvalidMessage,
|
|
73
|
-
alertMessage: localization.mtuInvalidMessage,
|
|
72
|
+
fieldMessage: localization.common.mtuInvalidMessage,
|
|
73
|
+
alertMessage: localization.common.mtuInvalidMessage,
|
|
74
74
|
})
|
|
75
75
|
} else if (wizard.hasMessage(3, UI_E_ValidationFields.PORT_PROPERTIES_MTU)) {
|
|
76
76
|
value = wizard.removeValidation(3, UI_E_ValidationFields.PORT_PROPERTIES_MTU, value)
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { UI_I_TargetDevice } from '~/components/common/wizards/network/add/lib/models/interfaces'
|
|
1
|
+
import type { UI_I_TargetDevice } from '~/components/common/wizards/network/add/lib/models/interfaces'
|
|
2
2
|
import { UI_E_ValidationFields } from '~/components/common/wizards/network/add/lib/models/enums'
|
|
3
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
3
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
4
4
|
import type Wizard from '~/components/atoms/wizard/lib/utils/utils'
|
|
5
|
-
import {
|
|
5
|
+
import type {
|
|
6
6
|
UI_I_ValidationReturn,
|
|
7
7
|
UI_I_WizardStep,
|
|
8
8
|
} from '~/components/atoms/wizard/lib/models/interfaces'
|
|
@@ -17,8 +17,8 @@ export const validateMtuTargetDeviceLocal = (
|
|
|
17
17
|
1,
|
|
18
18
|
UI_E_ValidationFields.TARGET_DEVICE_MTU,
|
|
19
19
|
data.selected === '3' && checkMtu(data.mtu || 0),
|
|
20
|
-
localization.mtuInvalidMessage,
|
|
21
|
-
|
|
20
|
+
localization.common.mtuInvalidMessage,
|
|
21
|
+
localization.common.mtuInvalidMessage
|
|
22
22
|
)
|
|
23
23
|
}
|
|
24
24
|
|
|
@@ -35,8 +35,8 @@ export const checkTargetDeviceSync = (
|
|
|
35
35
|
1,
|
|
36
36
|
UI_E_ValidationFields.TARGET_DEVICE_NETWORK,
|
|
37
37
|
{
|
|
38
|
-
fieldMessage: localization.networkInvalidMessage,
|
|
39
|
-
alertMessage: localization.networkInvalidMessage,
|
|
38
|
+
fieldMessage: localization.common.networkInvalidMessage,
|
|
39
|
+
alertMessage: localization.common.networkInvalidMessage,
|
|
40
40
|
}
|
|
41
41
|
)
|
|
42
42
|
} else if (
|
|
@@ -54,8 +54,8 @@ export const checkTargetDeviceSync = (
|
|
|
54
54
|
1,
|
|
55
55
|
UI_E_ValidationFields.TARGET_DEVICE_STANDARD_SWITCH,
|
|
56
56
|
{
|
|
57
|
-
fieldMessage: localization.standardSwitchInvalidMessage,
|
|
58
|
-
alertMessage: localization.standardSwitchInvalidMessage,
|
|
57
|
+
fieldMessage: localization.common.standardSwitchInvalidMessage,
|
|
58
|
+
alertMessage: localization.common.standardSwitchInvalidMessage,
|
|
59
59
|
}
|
|
60
60
|
)
|
|
61
61
|
} else if (
|
|
@@ -73,8 +73,8 @@ export const checkTargetDeviceSync = (
|
|
|
73
73
|
1,
|
|
74
74
|
UI_E_ValidationFields.TARGET_DEVICE_SWITCH,
|
|
75
75
|
{
|
|
76
|
-
fieldMessage: localization.switchInvalidMessage,
|
|
77
|
-
alertMessage: localization.switchInvalidMessage,
|
|
76
|
+
fieldMessage: localization.common.switchInvalidMessage,
|
|
77
|
+
alertMessage: localization.common.switchInvalidMessage,
|
|
78
78
|
}
|
|
79
79
|
)
|
|
80
80
|
} else if (wizard.hasMessage(1, UI_E_ValidationFields.TARGET_DEVICE_SWITCH)) {
|
|
@@ -90,8 +90,8 @@ export const checkTargetDeviceSync = (
|
|
|
90
90
|
1,
|
|
91
91
|
UI_E_ValidationFields.TARGET_DEVICE_MTU,
|
|
92
92
|
{
|
|
93
|
-
fieldMessage: localization.mtuInvalidMessage,
|
|
94
|
-
alertMessage: localization.mtuInvalidMessage,
|
|
93
|
+
fieldMessage: localization.common.mtuInvalidMessage,
|
|
94
|
+
alertMessage: localization.common.mtuInvalidMessage,
|
|
95
95
|
}
|
|
96
96
|
)
|
|
97
97
|
} else if (wizard.hasMessage(1, UI_E_ValidationFields.TARGET_DEVICE_MTU)) {
|
|
@@ -33,7 +33,7 @@ const iconStatus = computed<string>(
|
|
|
33
33
|
() => UI_E_ValidationCompatibilityStatusIcon[props.status]
|
|
34
34
|
)
|
|
35
35
|
|
|
36
|
-
const validationText = computed<string>(() => localization.value[props.text])
|
|
36
|
+
const validationText = computed<string>(() => localization.value.common[props.text])
|
|
37
37
|
</script>
|
|
38
38
|
|
|
39
39
|
<style lang="scss" scoped>
|