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
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
/>
|
|
16
16
|
<a>
|
|
17
17
|
<span>
|
|
18
|
-
{{ localization.standardSwitch }}:
|
|
18
|
+
{{ localization.common.standardSwitch }}:
|
|
19
19
|
{{ props.diagramName }}
|
|
20
20
|
</span>
|
|
21
21
|
</a>
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
type="button"
|
|
29
29
|
@click="onShowModal('add-networking', props.diagramName)"
|
|
30
30
|
>
|
|
31
|
-
{{ localization.addNetworking }}
|
|
31
|
+
{{ localization.common.addNetworking }}
|
|
32
32
|
</button>
|
|
33
33
|
<button
|
|
34
34
|
id="switch-edit-button"
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
type="button"
|
|
37
37
|
@click="onShowModal('switch-edit')"
|
|
38
38
|
>
|
|
39
|
-
{{ localization.edit }}
|
|
39
|
+
{{ localization.common.edit }}
|
|
40
40
|
</button>
|
|
41
41
|
<button
|
|
42
42
|
id="switch-manage-physical-adapters-button"
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
type="button"
|
|
45
45
|
@click="onShowModal('switch-manage-physical-adapters')"
|
|
46
46
|
>
|
|
47
|
-
{{ localization.managePhysicalAdapters }}
|
|
47
|
+
{{ localization.common.managePhysicalAdapters }}
|
|
48
48
|
</button>
|
|
49
49
|
<div class="diagram-main-actions-dots">
|
|
50
50
|
<atoms-collapse-nav
|
|
@@ -62,8 +62,8 @@
|
|
|
62
62
|
</template>
|
|
63
63
|
|
|
64
64
|
<script setup lang="ts">
|
|
65
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
66
|
-
import {
|
|
65
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
66
|
+
import type {
|
|
67
67
|
UI_I_NavigationItem,
|
|
68
68
|
UI_I_ModalsInitialData,
|
|
69
69
|
} from '~/components/common/diagramMain/lib/models/interfaces'
|
|
@@ -132,7 +132,7 @@ import {
|
|
|
132
132
|
UI_I_SelectedPort,
|
|
133
133
|
UI_I_NetworksWithPositions,
|
|
134
134
|
} from '~/components/common/diagramMain/lib/models/interfaces'
|
|
135
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
135
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
136
136
|
import { adapterPopupFieldsFunc } from '~/components/common/diagramMain/modals/lib/config'
|
|
137
137
|
import { dataForSelectedAdapterFunc } from '~/components/common/diagramMain/lib/config'
|
|
138
138
|
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
:y="props.adaptersWithPositions.titlePosition"
|
|
33
33
|
class="diagram__heading"
|
|
34
34
|
>
|
|
35
|
-
{{ localization.physicalAdapters }}
|
|
35
|
+
{{ localization.common.physicalAdapters }}
|
|
36
36
|
</text>
|
|
37
37
|
|
|
38
38
|
<foreignObject
|
|
@@ -48,15 +48,15 @@
|
|
|
48
48
|
data-title="no-physical-adapters"
|
|
49
49
|
class="no-physical-adapters text-ellipsis"
|
|
50
50
|
>
|
|
51
|
-
{{ localization.noPhysicalNetworkAdapters }}
|
|
51
|
+
{{ localization.common.noPhysicalNetworkAdapters }}
|
|
52
52
|
</span>
|
|
53
53
|
</foreignObject>
|
|
54
54
|
</g>
|
|
55
55
|
</template>
|
|
56
56
|
|
|
57
57
|
<script setup lang="ts">
|
|
58
|
-
import { UI_I_AdaptersWithPositions } from '~/components/common/diagramMain/lib/models/interfaces'
|
|
59
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
58
|
+
import type { UI_I_AdaptersWithPositions } from '~/components/common/diagramMain/lib/models/interfaces'
|
|
59
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
60
60
|
|
|
61
61
|
const props = defineProps<{
|
|
62
62
|
adaptersWithPositions: UI_I_AdaptersWithPositions
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { UI_I_State, UI_I_ListIndex } from '~/lib/models/interfaces'
|
|
2
2
|
import { UI_E_Kind, UI_E_State } from '~/lib/models/enums'
|
|
3
3
|
import { UI_E_NetworkType } from './enums'
|
|
4
|
-
import { UI_T_Adapters } from '~/components/common/diagramMain/lib/models/types'
|
|
4
|
+
import type { UI_T_Adapters } from '~/components/common/diagramMain/lib/models/types'
|
|
5
5
|
import {
|
|
6
6
|
UI_E_IYNOption,
|
|
7
7
|
UI_E_ICBLinkDetectionMode,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { UI_I_Adapter } from '~/components/common/diagramMain/lib/models/interfaces'
|
|
1
|
+
import type { UI_I_Adapter } from '~/components/common/diagramMain/lib/models/interfaces'
|
|
2
2
|
|
|
3
3
|
export type UI_T_AdapterStatusNames = 'active' | 'standby' | 'unused'
|
|
4
4
|
export type UI_T_PropertiesFieldName = 'vlanId' | 'networkLabel'
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type {
|
|
2
2
|
UI_I_Network,
|
|
3
3
|
UI_I_SelectedPort,
|
|
4
4
|
UI_I_NetworksWithPositions,
|
|
@@ -11,11 +11,11 @@ import {
|
|
|
11
11
|
UI_I_AdapterStatus,
|
|
12
12
|
API_UI_I_SwitchItem,
|
|
13
13
|
} from '~/components/common/diagramMain/lib/models/interfaces'
|
|
14
|
-
import {
|
|
14
|
+
import type {
|
|
15
15
|
UI_E_NetworkType,
|
|
16
16
|
UI_E_PositionsY,
|
|
17
17
|
} from '~/components/common/diagramMain/lib/models/enums'
|
|
18
|
-
import { UI_T_Adapters } from '~/components/common/diagramMain/lib/models/types'
|
|
18
|
+
import type { UI_T_Adapters } from '~/components/common/diagramMain/lib/models/types'
|
|
19
19
|
import { NETWORK_POSITIONS } from '~/components/common/diagramMain/lib/config'
|
|
20
20
|
|
|
21
21
|
export const hasPortAndNetwork = (
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
:width="props.width"
|
|
5
5
|
:height="props.height"
|
|
6
6
|
:show="props.show"
|
|
7
|
-
:title="localization.managePhysicalNetworkAdapters"
|
|
7
|
+
:title="localization.common.managePhysicalNetworkAdapters"
|
|
8
8
|
:second-title="props.switchName"
|
|
9
9
|
:class="[
|
|
10
10
|
'diagram-action__edit',
|
|
@@ -49,11 +49,11 @@
|
|
|
49
49
|
</template>
|
|
50
50
|
|
|
51
51
|
<script setup lang="ts">
|
|
52
|
-
import {
|
|
52
|
+
import type {
|
|
53
53
|
UI_I_Localization,
|
|
54
54
|
UI_I_ItemsWithTotalCounts,
|
|
55
55
|
} from '~/lib/models/interfaces'
|
|
56
|
-
import {
|
|
56
|
+
import type {
|
|
57
57
|
UI_I_Adapter,
|
|
58
58
|
UI_I_AdapterStatus,
|
|
59
59
|
UI_I_SwitchAdapterItem,
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
/>
|
|
24
24
|
<common-diagram-main-modals-view-settings-modal
|
|
25
25
|
v-if="props.isShowAdapterViewSettingsModal"
|
|
26
|
-
:view-name="localization.physicalNetworkAdapter"
|
|
27
|
-
:title="props.initialData.name || localization.physicalNetworkAdapter"
|
|
26
|
+
:view-name="localization.common.physicalNetworkAdapter"
|
|
27
|
+
:title="props.initialData.name || localization.common.physicalNetworkAdapter"
|
|
28
28
|
:second-title="props.hostName"
|
|
29
29
|
height="448px"
|
|
30
30
|
:show="props.isShowAdapterViewSettingsModal"
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
view-name="port-network-remove"
|
|
52
52
|
width="872px"
|
|
53
53
|
height="558px"
|
|
54
|
-
:title="localization.removePortGroup"
|
|
54
|
+
:title="localization.common.removePortGroup"
|
|
55
55
|
:show="props.isShowNetworkRemoveModal"
|
|
56
56
|
:is-show-loader="props.isRemoveModalLoading"
|
|
57
57
|
type="network"
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
view-name="port-remove"
|
|
80
80
|
width="872px"
|
|
81
81
|
height="558px"
|
|
82
|
-
:title="localization.removeVMkernelAdapter"
|
|
82
|
+
:title="localization.common.removeVMkernelAdapter"
|
|
83
83
|
:show="props.isShowPortRemoveModal"
|
|
84
84
|
:is-show-loader="props.isRemoveModalLoading"
|
|
85
85
|
type="port"
|
|
@@ -201,12 +201,12 @@
|
|
|
201
201
|
</template>
|
|
202
202
|
|
|
203
203
|
<script setup lang="ts">
|
|
204
|
-
import {
|
|
204
|
+
import type {
|
|
205
205
|
UI_I_ItemsWithTotalCounts,
|
|
206
206
|
UI_I_ArbitraryObject,
|
|
207
207
|
UI_I_Localization,
|
|
208
208
|
} from '~/lib/models/interfaces'
|
|
209
|
-
import {
|
|
209
|
+
import type {
|
|
210
210
|
UI_I_ModalsInitialData,
|
|
211
211
|
UI_I_DiagramData,
|
|
212
212
|
UI_I_SwitchAdapterItem,
|
|
@@ -215,11 +215,11 @@ import {
|
|
|
215
215
|
UI_I_Network,
|
|
216
216
|
UI_I_EditFieldsData,
|
|
217
217
|
} from '~/components/common/diagramMain/lib/models/interfaces'
|
|
218
|
-
import {
|
|
218
|
+
import type {
|
|
219
219
|
UI_I_Switch,
|
|
220
220
|
UI_I_TCPStack,
|
|
221
221
|
} from '~/components/common/wizards/network/add/lib/models/interfaces'
|
|
222
|
-
import { UI_T_EditData } from '~/components/common/wizards/network/add/lib/models/types'
|
|
222
|
+
import type { UI_T_EditData } from '~/components/common/wizards/network/add/lib/models/types'
|
|
223
223
|
import {
|
|
224
224
|
portViewSettingsModalTabsFunc,
|
|
225
225
|
portViewSettingsFunc,
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
class="alert-modal"
|
|
4
4
|
width="576px"
|
|
5
5
|
:show="props.isShow"
|
|
6
|
-
:title="localization.confirmTeamingAndFailoverSettings"
|
|
6
|
+
:title="localization.common.confirmTeamingAndFailoverSettings"
|
|
7
7
|
@hide="onHide"
|
|
8
8
|
@submit="onSubmit"
|
|
9
9
|
>
|
|
@@ -11,18 +11,18 @@
|
|
|
11
11
|
<atoms-alert
|
|
12
12
|
status="alert-warning"
|
|
13
13
|
:hide-close-icon="true"
|
|
14
|
-
:items="[`${localization.thereAreNoActiveAdapters}`]"
|
|
14
|
+
:items="[`${localization.common.thereAreNoActiveAdapters}`]"
|
|
15
15
|
test-id="teaming-settings-alert"
|
|
16
16
|
/>
|
|
17
17
|
<p class="warning-text">
|
|
18
|
-
{{ localization.clickOkDiscardTheIssuesAndProceedCancelReviewChanges }}
|
|
18
|
+
{{ localization.common.clickOkDiscardTheIssuesAndProceedCancelReviewChanges }}
|
|
19
19
|
</p>
|
|
20
20
|
</template>
|
|
21
21
|
</atoms-modal>
|
|
22
22
|
</template>
|
|
23
23
|
|
|
24
24
|
<script setup lang="ts">
|
|
25
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
25
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
26
26
|
|
|
27
27
|
const props = defineProps<{
|
|
28
28
|
isShow: boolean
|
|
@@ -33,11 +33,11 @@
|
|
|
33
33
|
</template>
|
|
34
34
|
|
|
35
35
|
<script setup lang="ts">
|
|
36
|
-
import {
|
|
36
|
+
import type {
|
|
37
37
|
UI_I_Localization,
|
|
38
38
|
UI_I_ItemsWithTotalCounts,
|
|
39
39
|
} from '~/lib/models/interfaces'
|
|
40
|
-
import {
|
|
40
|
+
import type {
|
|
41
41
|
UI_I_ModalsInitialData,
|
|
42
42
|
UI_I_EditFieldsData,
|
|
43
43
|
UI_I_SwitchAdapterItem,
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
<form id="network-properties-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">
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
</div>
|
|
46
46
|
<div class="horizontal-flex-container port-properties-vlanid-row">
|
|
47
47
|
<label class="property-label-group">
|
|
48
|
-
{{ localization.vlanId }}
|
|
48
|
+
{{ localization.common.vlanId }}
|
|
49
49
|
</label>
|
|
50
50
|
<div class="margin-left-property-value-group">
|
|
51
51
|
<div class="property-value-group">
|
|
@@ -85,13 +85,13 @@
|
|
|
85
85
|
</template>
|
|
86
86
|
|
|
87
87
|
<script setup lang="ts">
|
|
88
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
89
|
-
import {
|
|
88
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
89
|
+
import type {
|
|
90
90
|
UI_I_ModalsInitialData,
|
|
91
91
|
UI_I_EditSettingsErrorMessage,
|
|
92
92
|
UI_I_PropertiesFields,
|
|
93
93
|
} from '~/components/common/diagramMain/lib/models/interfaces'
|
|
94
|
-
import { UI_T_PropertiesFieldName } from '~/components/common/diagramMain/lib/models/types'
|
|
94
|
+
import type { UI_T_PropertiesFieldName } from '~/components/common/diagramMain/lib/models/types'
|
|
95
95
|
import { validationMessagesArrayFunc } from '~/components/common/diagramMain/modals/lib/utils'
|
|
96
96
|
import { vlanIdSelectData } from '~/components/common/wizards/network/add/lib/config'
|
|
97
97
|
|
|
@@ -157,8 +157,8 @@ const changeErrorMessage = (
|
|
|
157
157
|
) => emits('change-error-messages', errorMessage, fieldName)
|
|
158
158
|
|
|
159
159
|
const messageTexts = (local: UI_I_Localization) => ({
|
|
160
|
-
vlanId: local.vlanIdInvalidMessage,
|
|
161
|
-
networkLabel: local.networkLabelInvalidMessage,
|
|
160
|
+
vlanId: local.common.vlanIdInvalidMessage,
|
|
161
|
+
networkLabel: local.common.networkLabelInvalidMessage,
|
|
162
162
|
})
|
|
163
163
|
|
|
164
164
|
const isNumberInRange = (value: number | string, down: number, up: number) =>
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<form action="">
|
|
5
5
|
<div class="horizontal-flex-container">
|
|
6
6
|
<span class="flex-property-label-group large">
|
|
7
|
-
{{ localization.promiscuousMode }}
|
|
7
|
+
{{ localization.common.promiscuousMode }}
|
|
8
8
|
</span>
|
|
9
9
|
|
|
10
10
|
<div class="flex-property-value-group overridable-dropdown">
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
type="checkbox"
|
|
23
23
|
/>
|
|
24
24
|
<label for="promiscuous-mode" class="normal-weight">
|
|
25
|
-
{{ localization.override }}
|
|
25
|
+
{{ localization.common.override }}
|
|
26
26
|
</label>
|
|
27
27
|
</div>
|
|
28
28
|
<div class="flex-property-value-group">
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
data-id="promiscuous-mode-select"
|
|
35
35
|
name="selectName"
|
|
36
36
|
>
|
|
37
|
-
<option :value="2" :label="localization.reject">
|
|
38
|
-
{{ localization.reject }}
|
|
37
|
+
<option :value="2" :label="localization.common.reject">
|
|
38
|
+
{{ localization.common.reject }}
|
|
39
39
|
</option>
|
|
40
40
|
<option :value="1" :label="localization.common.accept">
|
|
41
41
|
{{ localization.common.accept }}
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
</div>
|
|
51
51
|
<div class="horizontal-flex-container">
|
|
52
52
|
<span class="flex-property-label-group large">
|
|
53
|
-
{{ localization.macAddressChanges }}
|
|
53
|
+
{{ localization.common.macAddressChanges }}
|
|
54
54
|
</span>
|
|
55
55
|
|
|
56
56
|
<div class="flex-property-value-group overridable-dropdown">
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
type="checkbox"
|
|
69
69
|
/>
|
|
70
70
|
<label for="mac-address-changes" class="normal-weight">
|
|
71
|
-
{{ localization.override }}
|
|
71
|
+
{{ localization.common.override }}
|
|
72
72
|
</label>
|
|
73
73
|
</div>
|
|
74
74
|
<div class="flex-property-value-group">
|
|
@@ -80,8 +80,8 @@
|
|
|
80
80
|
data-id="mac-address-select"
|
|
81
81
|
name="selectName"
|
|
82
82
|
>
|
|
83
|
-
<option :value="2" :label="localization.reject">
|
|
84
|
-
{{ localization.reject }}
|
|
83
|
+
<option :value="2" :label="localization.common.reject">
|
|
84
|
+
{{ localization.common.reject }}
|
|
85
85
|
</option>
|
|
86
86
|
<option :value="1" :label="localization.common.accept">
|
|
87
87
|
{{ localization.common.accept }}
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
</div>
|
|
97
97
|
<div class="horizontal-flex-container">
|
|
98
98
|
<span class="flex-property-label-group large">
|
|
99
|
-
{{ localization.forgedTransmits }}
|
|
99
|
+
{{ localization.common.forgedTransmits }}
|
|
100
100
|
</span>
|
|
101
101
|
|
|
102
102
|
<div class="flex-property-value-group overridable-dropdown">
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
type="checkbox"
|
|
115
115
|
/>
|
|
116
116
|
<label for="forged-transmits" class="normal-weight">
|
|
117
|
-
{{ localization.override }}
|
|
117
|
+
{{ localization.common.override }}
|
|
118
118
|
</label>
|
|
119
119
|
</div>
|
|
120
120
|
<div class="flex-property-value-group">
|
|
@@ -126,8 +126,8 @@
|
|
|
126
126
|
data-id="forged-transmits-select"
|
|
127
127
|
name="selectName"
|
|
128
128
|
>
|
|
129
|
-
<option :value="2" :label="localization.reject">
|
|
130
|
-
{{ localization.reject }}
|
|
129
|
+
<option :value="2" :label="localization.common.reject">
|
|
130
|
+
{{ localization.common.reject }}
|
|
131
131
|
</option>
|
|
132
132
|
<option :value="1" :label="localization.common.accept">
|
|
133
133
|
{{ localization.common.accept }}
|
|
@@ -146,8 +146,8 @@
|
|
|
146
146
|
</template>
|
|
147
147
|
|
|
148
148
|
<script setup lang="ts">
|
|
149
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
150
|
-
import {
|
|
149
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
150
|
+
import type {
|
|
151
151
|
UI_I_ModalsInitialData,
|
|
152
152
|
UI_I_SecurityFields,
|
|
153
153
|
} from '~/components/common/diagramMain/lib/models/interfaces'
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
<form id="switch-properties-form">
|
|
12
12
|
<div class="horizontal-flex-container">
|
|
13
13
|
<label class="property-label-group" for="network-label">
|
|
14
|
-
{{ localization.numberOfPorts }}
|
|
14
|
+
{{ localization.common.numberOfPorts }}
|
|
15
15
|
</label>
|
|
16
16
|
<div class="margin-left-property-value-group">
|
|
17
17
|
<div class="property-value-group">
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
</div>
|
|
24
24
|
<div class="horizontal-flex-container">
|
|
25
25
|
<label class="property-label-group">
|
|
26
|
-
{{ localization.mtuBytes }}
|
|
26
|
+
{{ localization.common.mtuBytes }}
|
|
27
27
|
</label>
|
|
28
28
|
<div class="margin-left-property-value-group">
|
|
29
29
|
<div class="property-value-group tooltip-field-container">
|
|
@@ -59,13 +59,13 @@
|
|
|
59
59
|
</template>
|
|
60
60
|
|
|
61
61
|
<script setup lang="ts">
|
|
62
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
63
|
-
import {
|
|
62
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
63
|
+
import type {
|
|
64
64
|
UI_I_SwitchPropertiesFields,
|
|
65
65
|
UI_I_EditSettingsErrorMessage,
|
|
66
66
|
UI_I_ModalsInitialData,
|
|
67
67
|
} from '~/components/common/diagramMain/lib/models/interfaces'
|
|
68
|
-
import { UI_T_PortPropertiesFieldName } from '~/components/common/diagramMain/lib/models/types'
|
|
68
|
+
import type { UI_T_PortPropertiesFieldName } from '~/components/common/diagramMain/lib/models/types'
|
|
69
69
|
import { validationMessagesArrayFunc } from '~/components/common/diagramMain/modals/lib/utils'
|
|
70
70
|
|
|
71
71
|
// Props from up
|
|
@@ -122,7 +122,7 @@ const changeErrorMessage = (
|
|
|
122
122
|
) => emits('change-error-messages', errorMessage, fieldName)
|
|
123
123
|
|
|
124
124
|
const messageTexts = (local: UI_I_Localization) => ({
|
|
125
|
-
mtu: local.mtuInvalidMessage,
|
|
125
|
+
mtu: local.common.mtuInvalidMessage,
|
|
126
126
|
})
|
|
127
127
|
|
|
128
128
|
const setMessageOnChangedField = (
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
>
|
|
10
10
|
<div class="horizontal-flex-container">
|
|
11
11
|
<span class="flex-property-label-group large">
|
|
12
|
-
{{ localization[item.key] }}
|
|
12
|
+
{{ localization.common[item.key] }}
|
|
13
13
|
</span>
|
|
14
14
|
|
|
15
15
|
<div class="flex-property-value-group overridable-dropdown">
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
:for="`teaming-failover-input-${item.key}`"
|
|
31
31
|
class="normal-weight"
|
|
32
32
|
>
|
|
33
|
-
{{ localization.override }}
|
|
33
|
+
{{ localization.common.override }}
|
|
34
34
|
</label>
|
|
35
35
|
</div>
|
|
36
36
|
<div class="flex-property-value-group">
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
</template>
|
|
62
62
|
</section>
|
|
63
63
|
<div class="form-block">
|
|
64
|
-
<label> {{ localization.failoverOrder }} </label>
|
|
64
|
+
<label> {{ localization.common.failoverOrder }} </label>
|
|
65
65
|
</div>
|
|
66
66
|
</form>
|
|
67
67
|
<div v-if="!props.isSwitch" class="horizontal-flex-container">
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
type="checkbox"
|
|
74
74
|
/>
|
|
75
75
|
<label for="failover-order" class="normal-weight">
|
|
76
|
-
{{ localization.override }}
|
|
76
|
+
{{ localization.common.override }}
|
|
77
77
|
</label>
|
|
78
78
|
</div>
|
|
79
79
|
</div>
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
/>
|
|
89
89
|
<div class="select-adapter-info">
|
|
90
90
|
<span>
|
|
91
|
-
{{ localization.selectActiveAndStandbyAdapters }}
|
|
91
|
+
{{ localization.common.selectActiveAndStandbyAdapters }}
|
|
92
92
|
</span>
|
|
93
93
|
</div>
|
|
94
94
|
</div>
|
|
@@ -96,11 +96,11 @@
|
|
|
96
96
|
</template>
|
|
97
97
|
|
|
98
98
|
<script setup lang="ts">
|
|
99
|
-
import {
|
|
99
|
+
import type {
|
|
100
100
|
UI_I_Localization,
|
|
101
101
|
UI_I_ItemsWithTotalCounts,
|
|
102
102
|
} from '~/lib/models/interfaces'
|
|
103
|
-
import {
|
|
103
|
+
import type {
|
|
104
104
|
UI_I_TeamingFailoverFields,
|
|
105
105
|
UI_I_SwitchAdapterItem,
|
|
106
106
|
UI_I_ModalsInitialData,
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
type="checkbox"
|
|
30
30
|
/>
|
|
31
31
|
<label for="status" class="normal-weight">
|
|
32
|
-
{{ localization.override }}
|
|
32
|
+
{{ localization.common.override }}
|
|
33
33
|
</label>
|
|
34
34
|
</div>
|
|
35
35
|
<div class="flex-property-value-group">
|
|
@@ -41,11 +41,11 @@
|
|
|
41
41
|
data-id="traffic-shaping-select"
|
|
42
42
|
name="selectName"
|
|
43
43
|
>
|
|
44
|
-
<option :label="localization.enabled" value="1">
|
|
45
|
-
{{ localization.enabled }}
|
|
44
|
+
<option :label="localization.common.enabled" value="1">
|
|
45
|
+
{{ localization.common.enabled }}
|
|
46
46
|
</option>
|
|
47
|
-
<option :label="localization.disabled" value="0">
|
|
48
|
-
{{ localization.disabled }}
|
|
47
|
+
<option :label="localization.common.disabled" value="0">
|
|
48
|
+
{{ localization.common.disabled }}
|
|
49
49
|
</option>
|
|
50
50
|
</select>
|
|
51
51
|
</div>
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
</div>
|
|
58
58
|
<div class="horizontal-flex-container">
|
|
59
59
|
<span class="flex-property-label-group large">
|
|
60
|
-
{{ localization.averageBandwidthKbit }}
|
|
60
|
+
{{ localization.common.averageBandwidthKbit }}
|
|
61
61
|
</span>
|
|
62
62
|
|
|
63
63
|
<div class="flex-property-value-group">
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
for="traffic-shaping-override-input"
|
|
78
78
|
class="normal-weight"
|
|
79
79
|
>
|
|
80
|
-
{{ localization.override }}
|
|
80
|
+
{{ localization.common.override }}
|
|
81
81
|
</label>
|
|
82
82
|
</div>
|
|
83
83
|
<div class="property-value-group tooltip-field-container">
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
</div>
|
|
120
120
|
<div class="horizontal-flex-container">
|
|
121
121
|
<span class="flex-property-label-group large">
|
|
122
|
-
{{ localization.peakBandwidthKbit }}
|
|
122
|
+
{{ localization.common.peakBandwidthKbit }}
|
|
123
123
|
</span>
|
|
124
124
|
|
|
125
125
|
<div class="flex-property-value-group">
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
for="traffic-shaping-override-peak-input"
|
|
140
140
|
class="normal-weight"
|
|
141
141
|
>
|
|
142
|
-
{{ localization.override }}
|
|
142
|
+
{{ localization.common.override }}
|
|
143
143
|
</label>
|
|
144
144
|
</div>
|
|
145
145
|
<div class="property-value-group tooltip-field-container">
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
</div>
|
|
182
182
|
<div class="horizontal-flex-container">
|
|
183
183
|
<span class="flex-property-label-group large">
|
|
184
|
-
{{ localization.burstSizeKb }}
|
|
184
|
+
{{ localization.common.burstSizeKb }}
|
|
185
185
|
</span>
|
|
186
186
|
|
|
187
187
|
<div class="flex-property-value-group">
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
for="traffic-shaping-override-burst-size-input"
|
|
202
202
|
class="normal-weight"
|
|
203
203
|
>
|
|
204
|
-
{{ localization.override }}
|
|
204
|
+
{{ localization.common.override }}
|
|
205
205
|
</label>
|
|
206
206
|
</div>
|
|
207
207
|
<div class="property-value-group tooltip-field-container">
|
|
@@ -247,13 +247,13 @@
|
|
|
247
247
|
</template>
|
|
248
248
|
|
|
249
249
|
<script setup lang="ts">
|
|
250
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
251
|
-
import {
|
|
250
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
251
|
+
import type {
|
|
252
252
|
UI_I_ModalsInitialData,
|
|
253
253
|
UI_I_TrafficShapingFields,
|
|
254
254
|
UI_I_EditSettingsErrorMessage,
|
|
255
255
|
} from '~/components/common/diagramMain/lib/models/interfaces'
|
|
256
|
-
import { UI_T_TrafficShapingFieldName } from '~/components/common/diagramMain/lib/models/types'
|
|
256
|
+
import type { UI_T_TrafficShapingFieldName } from '~/components/common/diagramMain/lib/models/types'
|
|
257
257
|
import { validationMessagesArrayFunc } from '~/components/common/diagramMain/modals/lib/utils'
|
|
258
258
|
import { trafficShapingFieldsInitialFunc } from '~/components/common/diagramMain/modals/lib/config'
|
|
259
259
|
|
|
@@ -311,12 +311,12 @@ const onChangeData = (data: UI_I_TrafficShapingFields) =>
|
|
|
311
311
|
emits('change-edit-traffic-shaping-data', data)
|
|
312
312
|
|
|
313
313
|
const messageTexts = (local: UI_I_Localization) => ({
|
|
314
|
-
average: local.averageInvalidError,
|
|
315
|
-
peak: local.peakInvalidError,
|
|
316
|
-
burstSize: local.burstSizeInvalidError,
|
|
317
|
-
averageBig: local.averageBigInvalidError,
|
|
318
|
-
peakBig: local.peakBigInvalidError,
|
|
319
|
-
burstSizeBig: local.burstSizeBigInvalidError,
|
|
314
|
+
average: local.common.averageInvalidError,
|
|
315
|
+
peak: local.common.peakInvalidError,
|
|
316
|
+
burstSize: local.common.burstSizeInvalidError,
|
|
317
|
+
averageBig: local.common.averageBigInvalidError,
|
|
318
|
+
peakBig: local.common.peakBigInvalidError,
|
|
319
|
+
burstSizeBig: local.common.burstSizeBigInvalidError,
|
|
320
320
|
})
|
|
321
321
|
|
|
322
322
|
const changeErrorMessage = (
|