bfg-common 1.3.643 → 1.3.645
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/atoms/alert/lib/models/interfaces.ts +1 -1
- package/components/atoms/collapse/CollapseNav.vue +1 -1
- package/components/atoms/collapse/CollapseNavItem.vue +2 -2
- package/components/atoms/combobox/Combobox.vue +1 -1
- package/components/atoms/datepicker/Datepicker.vue +2 -2
- package/components/atoms/datepicker/lib/config/allShortMonths.ts +1 -1
- package/components/atoms/datepicker/lib/config/datapicker.ts +1 -1
- package/components/atoms/dropdown/dropdown/Dropdown.vue +1 -1
- package/components/atoms/list/SelectList.vue +1 -1
- package/components/atoms/list/dragDropList/DragDropList.vue +1 -1
- package/components/atoms/loader/PreLoader.vue +1 -1
- package/components/atoms/modal/Modal.vue +1 -1
- package/components/atoms/modal/bySteps/BySteps.vue +253 -252
- package/components/atoms/nav/NavBar.vue +1 -1
- package/components/atoms/nav/VerticalNavBar.vue +1 -1
- package/components/atoms/notificationBar/NotificationBar.vue +2 -2
- package/components/atoms/perPage/PerPage.vue +2 -2
- package/components/atoms/select/TheSelect.vue +1 -1
- package/components/atoms/table/compact/Compact.vue +1 -1
- package/components/atoms/table/dataGrid/DataGrid.vue +2 -2
- package/components/atoms/table/dataGrid/DataGridColumnSwitch.vue +1 -1
- package/components/atoms/table/dataGrid/DataGridPage.vue +1 -1
- package/components/atoms/table/dataGrid/DataGridPagination.vue +2 -2
- package/components/atoms/table/dataGrid/lib/config/itemsPerPage.ts +1 -1
- package/components/atoms/table/dataGrid/lib/models/types.ts +1 -1
- package/components/atoms/table/dataGrid/lib/utils/constructDataTable.ts +1 -1
- package/components/atoms/table/info/Info.vue +1 -1
- package/components/atoms/table/simpleInfo/SimpleInfo.vue +1 -1
- package/components/atoms/table/simpleTable/SimpleTable.vue +1 -1
- package/components/atoms/tabs/Tabs.vue +2 -2
- package/components/atoms/tabs/VerticalTabs.vue +1 -1
- package/components/atoms/tooltip/Signpost.vue +1 -1
- package/components/atoms/tooltip/Tooltip.vue +1 -1
- package/components/atoms/tooltip/TooltipError.vue +1 -1
- package/components/common/BadBrowser.vue +3 -3
- package/components/common/adapterManager/AdapterManager.vue +10 -10
- package/components/common/adapterManager/AddAdapterModal.vue +1 -1
- package/components/common/adapterManager/AddAdapterWarningModal.vue +3 -3
- package/components/common/adapterManager/NoActiveAdaptersModal.vue +4 -4
- package/components/common/adapterManager/NoConnectedActiveAdaptersModal.vue +4 -4
- package/components/common/adapterManager/lib/config/index.ts +1 -1
- package/components/common/adapterManager/ui/NoSelectedAdapter.vue +3 -3
- package/components/common/adapterManager/ui/SecondTitle.vue +3 -3
- package/components/common/adapterManager/ui/actions/AddAdapterButton.vue +2 -2
- package/components/common/adapterManager/ui/actions/MoveDownAdapterButton.vue +2 -2
- package/components/common/adapterManager/ui/actions/MoveUpAdapterButton.vue +2 -2
- package/components/common/adapterManager/ui/actions/RemoveAdapterButton.vue +2 -2
- package/components/common/adapterManager/ui/table/Header.vue +1 -1
- package/components/common/browse/Browse.vue +5 -5
- package/components/common/countdownTimer/CountdownTimer.vue +1 -1
- package/components/common/details/DetailsList.vue +1 -1
- package/components/common/diagramMain/DiagramMain.vue +6 -8
- package/components/common/diagramMain/Header.vue +6 -6
- package/components/common/diagramMain/adapter/AdapterItem.vue +1 -1
- package/components/common/diagramMain/adapter/Contents.vue +4 -4
- package/components/common/diagramMain/lib/config/index.ts +2 -2
- package/components/common/diagramMain/lib/config/initial.ts +1 -1
- package/components/common/diagramMain/lib/models/interfaces.ts +1 -1
- package/components/common/diagramMain/lib/models/types.ts +1 -1
- package/components/common/diagramMain/lib/utils/utils.ts +3 -3
- package/components/common/diagramMain/modals/ManagePhysicalAdaptersModal.vue +3 -3
- package/components/common/diagramMain/modals/Modals.vue +8 -8
- package/components/common/diagramMain/modals/editSettings/ConfirmTeamingSettingsModal.vue +4 -4
- package/components/common/diagramMain/modals/editSettings/EditSettings.vue +1 -1
- package/components/common/diagramMain/modals/editSettings/EditSettingsModal.vue +2 -2
- package/components/common/diagramMain/modals/editSettings/tabs/NetworkProperties.vue +7 -7
- package/components/common/diagramMain/modals/editSettings/tabs/Security.vue +14 -14
- package/components/common/diagramMain/modals/editSettings/tabs/SwitchProperties.vue +6 -6
- package/components/common/diagramMain/modals/editSettings/tabs/TeamingFailover.vue +7 -7
- package/components/common/diagramMain/modals/editSettings/tabs/TrafficShaping.vue +20 -20
- package/components/common/diagramMain/modals/editSettings/tabs/port/IpvFourSettings.vue +15 -15
- package/components/common/diagramMain/modals/editSettings/tabs/port/PortProperties.vue +7 -7
- package/components/common/diagramMain/modals/lib/config/adapterModal.ts +20 -20
- package/components/common/diagramMain/modals/lib/config/diagramConfig.ts +5 -5
- package/components/common/diagramMain/modals/lib/config/networkModal.ts +52 -52
- package/components/common/diagramMain/modals/lib/config/portModal.ts +48 -48
- package/components/common/diagramMain/modals/lib/config/switchModal.ts +41 -41
- package/components/common/diagramMain/modals/lib/config/vCenterModal.ts +5 -5
- package/components/common/diagramMain/modals/lib/config/vmKernelAdapter.ts +24 -24
- package/components/common/diagramMain/modals/lib/mappers/mappers.ts +1 -1
- package/components/common/diagramMain/modals/lib/utils/index.ts +4 -4
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/MigrateVmkernelAdapter.vue +5 -5
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/lib/config/steps.ts +17 -17
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/steps/ConnectionSettings.vue +5 -5
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/steps/SelectVmkernelAdapter.vue +4 -4
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/steps/VmkernelAdapterReadyComplete.vue +2 -2
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/connectionSettings.ts +13 -13
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/selectVmkernelAdapter.ts +5 -5
- package/components/common/diagramMain/modals/remove/RemoveModal.vue +8 -8
- package/components/common/diagramMain/modals/viewSettings/ViewSettings.vue +3 -3
- package/components/common/diagramMain/network/Block.vue +1 -1
- package/components/common/diagramMain/network/Contents.vue +3 -3
- package/components/common/diagramMain/network/Lines.vue +1 -1
- package/components/common/diagramMain/network/NoNetwork.vue +2 -2
- package/components/common/diagramMain/network/SecondBlock.vue +1 -1
- package/components/common/diagramMain/port/Port.vue +4 -4
- package/components/common/diagramMain/port/Ports.vue +1 -1
- package/components/common/diagramMain/switch/Switch.vue +1 -1
- package/components/common/diagramMain/switch/SwitchSelected.vue +1 -1
- package/components/common/feedback/Buttons.vue +6 -6
- package/components/common/feedback/Feedback.vue +5 -5
- package/components/common/feedback/Message.vue +16 -16
- package/components/common/feedback/VisitPortal.vue +3 -3
- package/components/common/feedback/lib/config/drawingPanel.ts +5 -5
- package/components/common/feedback/lib/config/feedbackTabs.ts +5 -5
- package/components/common/graph/Graph.vue +1 -1
- package/components/common/graph/lib/utils/renderGraph.ts +13 -13
- package/components/common/help/navbar/left/Left.vue +2 -2
- package/components/common/home/ResourceBlock.vue +5 -5
- package/components/common/home/StatusContent.vue +1 -1
- package/components/common/home/alertsTable/lib/config/config.ts +3 -3
- package/components/common/home/servicesTable/lib/config/config.ts +2 -2
- package/components/common/layout/theHeader/feedback/Feedback.vue +2 -2
- package/components/common/layout/theHeader/helpMenu/helpMenuNew/lib/config/dropMenu.ts +1 -1
- package/components/common/layout/theHeader/modals/Reconnect.vue +4 -4
- package/components/common/layout/theHeader/modals/RedirectLogin.vue +3 -3
- package/components/common/layout/theHeader/userMenu/modals/changePassword/ChangePassword.vue +6 -6
- package/components/common/layout/theHeader/userMenu/modals/changePassword/lib/config/form.ts +2 -2
- package/components/common/layout/theHeader/userMenu/modals/preferences/PreferencesNew.vue +1 -3
- package/components/common/layout/theHeader/userMenu/modals/preferences/PreferencesOld.vue +3 -3
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguage.vue +1 -1
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguageNew.vue +1 -1
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/lib/config/radioOptions.ts +2 -2
- package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/DefaultConsoleNew.vue +2 -2
- package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/DefaultConsoleOld.vue +1 -1
- package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/lib/config/consoleOptions.ts +2 -2
- package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/Inventory.vue +0 -4
- package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/InventoryNew.vue +2 -2
- package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/InventoryOld.vue +2 -2
- package/components/common/layout/theHeader/userMenu/modals/preferences/lib/config/preferencesTabs.ts +4 -4
- package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/TimeFormat.vue +1 -1
- package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/TimeFormatNew.vue +1 -1
- package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/lib/config/formatOptions.ts +3 -3
- package/components/common/layout/theHeader/userMenu/modals/preferences/view/View.vue +1 -1
- package/components/common/layout/theHeader/userMenu/modals/preferences/view/ViewNew.vue +2 -2
- package/components/common/layout/theHeader/userMenu/modals/preferences/view/ViewOld.vue +1 -1
- package/components/common/layout/theHeader/userMenu/userMenuNew/lib/config/dropMenu.ts +3 -3
- package/components/common/layout/theHeader/userMenu/userMenuOld/lib/config/dropMenu.ts +4 -4
- package/components/common/mainNavigationPanel/MainNavigationPanelNew.vue +5 -5
- package/components/common/mainNavigationPanel/MainNavigationPanelOld.vue +4 -4
- package/components/common/modals/Confirmation.vue +3 -3
- package/components/common/modals/Rename.vue +5 -5
- package/components/common/modals/lib/config/defaultForm.ts +3 -3
- package/components/common/modals/lib/models/interfaces.ts +1 -1
- package/components/common/monitor/advanced/Advanced.vue +3 -3
- package/components/common/monitor/advanced/GraphView.vue +1 -1
- package/components/common/monitor/advanced/table/Table.vue +1 -1
- package/components/common/monitor/advanced/table/lib/config/performanceDatatable.ts +8 -8
- package/components/common/monitor/advanced/tools/Tools.vue +3 -3
- package/components/common/monitor/advanced/tools/chartOptionsModal/ChartOptionsModal.vue +1 -1
- package/components/common/monitor/advanced/tools/chartOptionsModal/actions/Actions.vue +4 -4
- package/components/common/monitor/advanced/tools/chartOptionsModal/actions/lib/utils/optionsActions.ts +2 -2
- package/components/common/monitor/advanced/tools/chartOptionsModal/actions/saveOptionsModal/SaveOptionsModal.vue +2 -2
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/Table.vue +1 -1
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/lib/config/tableConfig.ts +2 -2
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/lib/config/utils.ts +285 -285
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/form/Form.vue +5 -5
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/form/lib/config/dateForm.ts +13 -13
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/Object.vue +1 -1
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/lib/config/objectTable.ts +1 -1
- package/components/common/monitor/advanced/tools/chartOptionsModal/metrics/Metrics.vue +1 -1
- package/components/common/monitor/advanced/tools/chartOptionsModal/metrics/lib/config/optionsMetrics.ts +31 -31
- package/components/common/monitor/advanced/tools/lib/config/advancedToolbar.ts +32 -32
- package/components/common/monitor/overview/Overview.vue +3 -3
- package/components/common/monitor/overview/filters/Filters.vue +3 -3
- package/components/common/monitor/overview/filters/customIntervalModal/CustomIntervalModal.vue +3 -3
- package/components/common/monitor/overview/filters/customIntervalModal/lib/config/dateChecker.ts +5 -5
- package/components/common/monitor/overview/filters/lib/config/filterOptions.ts +21 -21
- package/components/common/pages/Tasks.vue +1 -1
- package/components/common/pages/hardwareHealth/HardwareHealth.vue +3 -3
- package/components/common/pages/hardwareHealth/lib/config/tabsPannel.ts +5 -5
- package/components/common/pages/hardwareHealth/tableView/TableView.vue +1 -1
- package/components/common/pages/hardwareHealth/tableView/lib/config/alertWarningTable.ts +3 -3
- package/components/common/pages/hardwareHealth/tableView/lib/config/sensorTable.ts +5 -5
- package/components/common/pages/hardwareHealth/tableView/lib/config/storageSensorTable.ts +1 -1
- package/components/common/pages/hardwareHealth/tableView/lib/config/systemLogTable.ts +1 -1
- package/components/common/pages/hardwareHealth/tableView/modal/sensorWarning.vue +2 -2
- package/components/common/pages/hardwareHealth/toolsPanel/lib/config/actionsPanel.ts +3 -3
- package/components/common/perPage/PerPage.vue +3 -3
- package/components/common/recursionTree/RecursionTree.vue +1 -1
- package/components/common/resource/lib/models/interfaces.ts +2 -2
- package/components/common/resource/progressBlock/ProgressBlock.vue +6 -6
- package/components/common/resource/simple/Simple.vue +3 -3
- package/components/common/select/button/ButtonDropdown.vue +1 -1
- package/components/common/select/input/Input.vue +0 -3
- package/components/common/select/radio/RadioGroup.vue +1 -1
- package/components/common/shortcuts/Shortcuts.vue +1 -1
- package/components/common/spiceConsole/Drawer.vue +5 -5
- package/components/common/split/vertical/Vertical.vue +1 -1
- package/components/common/vm/actions/add/Add.vue +1 -1
- package/components/common/vm/actions/add/FolderTreeView.vue +1 -1
- package/components/common/vm/actions/add/lib/config/steps.ts +9 -9
- package/components/common/vm/actions/add/lib/utils.ts +28 -28
- package/components/common/vm/actions/clone/Clone.vue +1 -1
- package/components/common/vm/actions/clone/lib/models/interfaces.ts +1 -1
- package/components/common/vm/actions/clone/lib/utils.ts +3 -3
- package/components/common/vm/actions/common/customizeHardware/CustomizeHardware.vue +16 -16
- package/components/common/vm/actions/common/customizeHardware/lib/config/navItems.ts +2 -2
- package/components/common/vm/actions/common/customizeHardware/lib/models/interfaces.ts +2 -2
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/VirtualHardware.vue +14 -14
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/browseView/lib/models/interfaces.ts +1 -1
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/bus/Bus.vue +5 -5
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/bus/lib/config/options.ts +8 -8
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/CdDvdDrive.vue +11 -11
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/lib/config/fileTypes.ts +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/lib/config/options.ts +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/media/Media.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CoresPerSocket.vue +5 -5
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Cpu.vue +6 -6
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CpuHotPlug.vue +52 -50
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CpuModel.vue +6 -6
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Hv.vue +99 -95
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Iommu.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/MaxCpu.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Pc.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Sa.vue +9 -9
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/lib/config/cpuOptions.ts +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/shares/Shares.vue +7 -7
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/shares/lib/config/options.ts +8 -8
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/tooltip/Tooltip.vue +5 -5
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/config/binaryOptions.ts +5 -5
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/config/dropdownItems.ts +9 -9
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/limit/Limit.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/limit/lib/config/options.ts +6 -6
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/Memory.vue +6 -6
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/MemoryHotPlug.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/lib/config/memoryOptions.ts +6 -6
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/DiskFile.vue +2 -2
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/Location.vue +8 -8
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/MaximumSize.vue +2 -2
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/NewHardDisk.vue +10 -10
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/cache/Cache.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/limitIops/LimitIops.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/limitIops/lib/config/options.ts +6 -6
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/mode/Mode.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/mode/lib/config/options.ts +5 -5
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/provisioning/Provisioning.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/provisioning/lib/config/options.ts +5 -5
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/sharing/Sharing.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/sharing/lib/config/options.ts +5 -5
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/Location.vue +5 -5
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/NewNetwork.vue +8 -8
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/adapterType/AdapterType.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/adapterType/lib/config/options.ts +1 -1
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/MacAddress.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/lib/config/options.ts +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/DynamicDirectPathIo.vue +5 -5
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/lib/config/options.ts +1 -1
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/note/Note.vue +2 -2
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/nvidiaGrid/NvidiaGrid.vue +2 -2
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/typeSelection/TypeSelection.vue +1 -1
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newUsbController/NewUsbController.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newUsbController/lib/config/options.ts +1 -1
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/InputDevices.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/Other.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/reservation/Reservation.vue +5 -5
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/reservation/lib/config/options.ts +8 -8
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/Graphics.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/TotalVideoMemory.vue +5 -5
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/VideoCard.vue +6 -6
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/lib/config/options.ts +2 -2
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/model/Model.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/numberDisplays/NumberDisplays.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/numberDisplays/lib/config/options.ts +1 -1
- package/components/common/vm/actions/common/customizeHardware/vmoptions/Vmoptions.vue +6 -6
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/BootOptions.vue +6 -6
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/Menu.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/Secure.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/delay/Delay.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/delay/lib/config/config.ts +1 -1
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/firmware/Firmware.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/firmware/lib/config/config.ts +3 -3
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/Order.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/vmoptions/generalOptions/GeneralOptions.vue +8 -8
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/CopyPaste.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/FileTransfer.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/FolderSharing.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/PlaybackCompression.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/PowerControl.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/RemoteConsoleOptions.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/imgCompression/ImgCompression.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/imgCompression/lib/config/config.ts +4 -4
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/jpegCompression/JpegCompression.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/jpegCompression/lib/config/config.ts +5 -5
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/Keymap.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/lib/config/config.ts +1 -1
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/mouseMode/MouseMode.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/mouseMode/lib/config/config.ts +1 -1
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/Password.vue +5 -5
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/lib/models/interfaces.ts +1 -1
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/sharePolicy/SharePolicy.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/sharePolicy/lib/config/config.ts +4 -4
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/streamingMode/StreamingMode.vue +85 -85
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/streamingMode/lib/config/config.ts +2 -2
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/type/Type.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/type/lib/config/config.ts +1 -1
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/UsbRedirection.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/lib/config/config.ts +1 -1
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/zlibCompression/ZlibCompression.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/zlibCompression/lib/config/config.ts +5 -5
- package/components/common/vm/actions/common/customizeHardware/vmoptions/tools/Tools.vue +5 -5
- package/components/common/vm/actions/common/lib/config/capabilities.ts +1 -1
- package/components/common/vm/actions/common/lib/models/interfaces.ts +3 -3
- package/components/common/vm/actions/common/lib/models/types.ts +3 -3
- package/components/common/vm/actions/common/select/compatibility/Compatibility.vue +3 -3
- package/components/common/vm/actions/common/select/computeResource/ComputeResource.vue +2 -2
- package/components/common/vm/actions/common/select/computeResource/TreeView.vue +1 -3
- package/components/common/vm/actions/common/select/createType/lib/config/items.ts +2 -2
- package/components/common/vm/actions/common/select/lib/models/interfaces.ts +2 -2
- package/components/common/vm/actions/common/select/name/Name.vue +3 -3
- package/components/common/vm/actions/common/select/storage/lib/config/config.ts +2 -2
- package/components/common/vm/actions/editSettings/EditSettings.vue +1 -1
- package/components/common/vm/actions/editSettings/lib/models/types.ts +3 -3
- package/components/common/vm/actions/editSettings/lib/utils.ts +2 -2
- package/components/common/vm/actions/lib/models/interfaces.ts +1 -1
- package/components/common/vm/actions/lib/utils.ts +6 -6
- package/components/common/weekSelect/lib/config/options.ts +3 -3
- package/components/common/wizards/datastore/add/Add.vue +6 -6
- package/components/common/wizards/datastore/add/lib/config/stepItems.ts +13 -13
- package/components/common/wizards/datastore/add/lib/models/interfaces.ts +1 -1
- package/components/common/wizards/datastore/add/lib/utils.ts +2 -2
- package/components/common/wizards/datastore/add/local/Local.vue +4 -4
- package/components/common/wizards/datastore/add/local/createName/CreateName.vue +4 -4
- package/components/common/wizards/datastore/add/local/createName/lib/config/defaultForm.ts +2 -2
- package/components/common/wizards/datastore/add/nfs/Nfs.vue +3 -3
- package/components/common/wizards/datastore/add/nfs/accessibility/Accessibility.vue +4 -4
- package/components/common/wizards/datastore/add/nfs/accessibility/lib/config/tabsPannel.ts +4 -4
- package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/TablesView.vue +6 -6
- package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/config/compatibleTable.ts +5 -5
- package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/config/hostsTableItems.ts +3 -3
- package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/config/incompatibleTable.ts +6 -6
- package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/config/tableKeys.ts +1 -1
- package/components/common/wizards/datastore/add/nfs/configuration/Configuration.vue +10 -10
- package/components/common/wizards/datastore/add/nfs/configuration/lib/config/defaultForm.ts +4 -4
- package/components/common/wizards/datastore/add/nfs/configuration/lib/models/interfaces.ts +1 -1
- package/components/common/wizards/datastore/add/nfs/configuration/serversList/DeletePopover.vue +2 -2
- package/components/common/wizards/datastore/add/nfs/configuration/serversList/ServersList.vue +4 -4
- package/components/common/wizards/datastore/add/nfs/configuration/serversList/lib/config/serversListConfig.ts +3 -4
- package/components/common/wizards/datastore/add/nfs/configuration/serversList/lib/config/tableKeys.ts +1 -1
- package/components/common/wizards/datastore/add/nfs/configuration/serversList/lib/models/interfaces.ts +1 -1
- package/components/common/wizards/datastore/add/nfs/kerberosAuthentication/KerberosAuthentication.vue +4 -4
- package/components/common/wizards/datastore/add/nfs/kerberosAuthentication/lib/config/radioOptions.ts +5 -5
- package/components/common/wizards/datastore/add/nfs/version/Version.vue +3 -3
- package/components/common/wizards/datastore/add/nfs/version/lib/config/versionOptions.ts +4 -4
- package/components/common/wizards/datastore/add/readyComplete/ReadyComplete.vue +4 -4
- package/components/common/wizards/datastore/add/readyComplete/lib/config/propertiesDetails.ts +22 -22
- package/components/common/wizards/datastore/add/sharedStorm/SharedStorm.vue +1 -1
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/DeviceSelection.vue +11 -11
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/hostTable/HostTable.vue +5 -5
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/hostTable/lib/config/hostsTable.ts +9 -9
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/hostTable/lib/config/tableKeys.ts +1 -1
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/lib/config/defaultForm.ts +3 -3
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/lib/config/selectOptions.ts +3 -3
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/lib/models/interfaces.ts +2 -2
- package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/PartitionConfiguration.vue +9 -9
- package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/lib/config/selectOptions.ts +8 -8
- package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/sizeGraphic/sizeGraphic.vue +2 -2
- package/components/common/wizards/datastore/add/sharedStorm/version/Version.vue +3 -3
- package/components/common/wizards/datastore/add/sharedStorm/version/lib/config/versionOptions.ts +4 -4
- package/components/common/wizards/datastore/add/types/Types.vue +2 -2
- package/components/common/wizards/datastore/add/types/lib/config/typeOptions.ts +6 -6
- package/components/common/wizards/network/add/Add.vue +1 -1
- package/components/common/wizards/network/add/lib/config/initialData.ts +1 -2
- package/components/common/wizards/network/add/lib/config/portPropertiesStep.ts +11 -11
- package/components/common/wizards/network/add/lib/config/selectSwitch.ts +7 -7
- package/components/common/wizards/network/add/lib/config/sendData.ts +2 -2
- package/components/common/wizards/network/add/lib/config/steps.ts +77 -77
- package/components/common/wizards/network/add/lib/models/interfaces.ts +1 -1
- package/components/common/wizards/network/add/modals/SelectNetwork.vue +5 -5
- package/components/common/wizards/network/add/modals/SelectStandardSwitch.vue +5 -5
- package/components/common/wizards/network/add/modals/SelectSwitch.vue +5 -5
- package/components/common/wizards/network/add/steps/ConnectionSettings.vue +5 -5
- package/components/common/wizards/network/add/steps/CreateStandardSwitch.vue +4 -4
- package/components/common/wizards/network/add/steps/IpFourSettings.vue +9 -9
- package/components/common/wizards/network/add/steps/PortProperties.vue +19 -19
- package/components/common/wizards/network/add/steps/ReadyComplete.vue +1 -1
- package/components/common/wizards/network/add/steps/SelectConnectionType.vue +7 -7
- package/components/common/wizards/network/add/steps/SelectedTargetDevice.vue +12 -12
- package/components/common/wizards/network/add/validations/connectionSettings.ts +9 -9
- package/components/common/wizards/network/add/validations/createStandardSwitch.ts +3 -3
- package/components/common/wizards/network/add/validations/ipFourSettings.ts +21 -21
- package/components/common/wizards/network/add/validations/networkValidation.ts +4 -4
- package/components/common/wizards/network/add/validations/physicalAdapter.ts +1 -1
- package/components/common/wizards/network/add/validations/portProperties.ts +13 -13
- package/components/common/wizards/network/add/validations/targetDevice.ts +13 -13
- package/components/common/wizards/vm/common/tooltip/Tooltip.vue +1 -1
- package/components/common/wizards/vm/common/validation/compatibility/Compatibility.vue +1 -1
- package/components/common/wizards/vm/migrate/lib/config/constructDataReady.ts +7 -7
- package/components/common/wizards/vm/migrate/lib/utils.ts +14 -14
- package/components/common/wizards/vm/migrate/select/computeResource/lib/config/tabsPannel.ts +3 -3
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/clusterTable.ts +13 -13
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/hostTable.ts +12 -12
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/resourcePoolTable.ts +11 -11
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/vappsTable.ts +6 -6
- package/components/common/wizards/vm/migrate/select/network/Network.vue +2 -2
- package/components/common/wizards/vm/migrate/select/network/table/network/lib/config/advancedTable.ts +4 -4
- package/components/common/wizards/vm/migrate/select/network/table/network/lib/config/basicTable.ts +3 -3
- package/components/common/wizards/vm/migrate/select/network/table/useAt/lib/config/useAtTable.ts +3 -3
- package/components/common/wizards/vm/migrate/select/priority/lib/config/typeOptions.ts +4 -4
- package/components/common/wizards/vm/migrate/select/storage/Storage.vue +1 -1
- package/components/common/wizards/vm/migrate/select/storage/configure/batch/Batch.vue +1 -4
- package/components/common/wizards/vm/migrate/select/storage/configure/disk/Disk.vue +1 -1
- package/components/common/wizards/vm/migrate/select/storage/diskFormat/DiskFormat.vue +1 -1
- package/components/common/wizards/vm/migrate/select/storage/lib/config/tabsPannel.ts +2 -2
- package/components/common/wizards/vm/migrate/select/storage/policy/Policy.vue +1 -1
- package/components/common/wizards/vm/migrate/select/storage/selectedPerDisk/SelectedPerDisk.vue +1 -1
- package/components/common/wizards/vm/migrate/select/storage/table/datastore/lib/config/config.ts +11 -11
- package/components/common/wizards/vm/migrate/select/storage/table/disk/lib/config/config.ts +10 -10
- package/components/common/wizards/vm/migrate/select/targetServer/lib/config/tabsPannel.ts +2 -2
- package/components/common/wizards/vm/migrate/select/targetServer/new/New.vue +5 -5
- package/components/common/wizards/vm/migrate/select/type/lib/config/typeOptions.ts +9 -9
- package/lib/models/plugins/date/interfaces.ts +1 -1
- package/lib/models/plugins/validation/interfaces.ts +1 -1
- package/lib/models/store/interfaces.ts +1 -1
- package/lib/models/store/vm/interfaces.ts +3 -3
- package/package.json +1 -1
- package/plugins/date.ts +2 -2
- package/plugins/validation.ts +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div class="hardware-health">
|
|
3
|
-
<common-headline :headline="localization.hardwareHealth" />
|
|
3
|
+
<common-headline :headline="localization.common.hardwareHealth" />
|
|
4
4
|
|
|
5
5
|
<div class="hardware-health__description">
|
|
6
6
|
{{ hardwareHealthDescription }}
|
|
@@ -102,7 +102,7 @@ const hardwareHealth = computed<UI_I_HardwareHealthSensors[]>(
|
|
|
102
102
|
|
|
103
103
|
const hardwareHealthDescription = computed<string>(() => {
|
|
104
104
|
const { thereIsAlertAndWarningOutOfSensors, noAlertsOrWarningsOutOfSensors } =
|
|
105
|
-
localization.value
|
|
105
|
+
localization.value.common
|
|
106
106
|
|
|
107
107
|
let alertCount = 0
|
|
108
108
|
let warningCount = 0
|
|
@@ -139,7 +139,7 @@ const hardwareHealthDescription = computed<string>(() => {
|
|
|
139
139
|
})
|
|
140
140
|
|
|
141
141
|
const generateAlertTextWithLink = computed<UI_I_StorageSensorsAlert>(() => {
|
|
142
|
-
const { storageSensorsAlert, thisKbArticle } = localization.value
|
|
142
|
+
const { storageSensorsAlert, thisKbArticle } = localization.value.common
|
|
143
143
|
|
|
144
144
|
const [before, after] = storageSensorsAlert.split('{ link }')
|
|
145
145
|
|
|
@@ -11,31 +11,31 @@ export const hardwareHealthTabsFunc = (
|
|
|
11
11
|
|
|
12
12
|
return [
|
|
13
13
|
{
|
|
14
|
-
text: localization.sensors,
|
|
14
|
+
text: localization.common.sensors,
|
|
15
15
|
value: 'sensor',
|
|
16
16
|
disabled: false,
|
|
17
17
|
testId: 'hardware-health-sensors',
|
|
18
18
|
},
|
|
19
19
|
{
|
|
20
|
-
text: localization.storageSensors,
|
|
20
|
+
text: localization.common.storageSensors,
|
|
21
21
|
value: 'storage-sensor',
|
|
22
22
|
disabled: false,
|
|
23
23
|
testId: 'hardware-health-storage-sensor',
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
|
-
text: localization.alertsAndWarnings,
|
|
26
|
+
text: localization.common.alertsAndWarnings,
|
|
27
27
|
value: 'alert-warning',
|
|
28
28
|
disabled: false,
|
|
29
29
|
testId: 'hardware-health-alert-warning',
|
|
30
30
|
},
|
|
31
31
|
{
|
|
32
|
-
text: localization.systemEventLog,
|
|
32
|
+
text: localization.common.systemEventLog,
|
|
33
33
|
value: 'system-log',
|
|
34
34
|
disabled: false,
|
|
35
35
|
testId: 'hardware-health-system-log',
|
|
36
36
|
},
|
|
37
37
|
{
|
|
38
|
-
text: localization.historyTestimony,
|
|
38
|
+
text: localization.common.historyTestimony,
|
|
39
39
|
value: 'history-testimony',
|
|
40
40
|
disabled: isDisabledHistoryTestimony,
|
|
41
41
|
testId: 'hardware-health-history-testimony',
|
|
@@ -20,7 +20,7 @@ const getItems = (
|
|
|
20
20
|
): [string, boolean, string, string][] => {
|
|
21
21
|
return [
|
|
22
22
|
[
|
|
23
|
-
localization.sensors,
|
|
23
|
+
localization.common.sensors,
|
|
24
24
|
true,
|
|
25
25
|
'350px',
|
|
26
26
|
hardwareHealthAlertWarningTableKeys[0],
|
|
@@ -32,7 +32,7 @@ const getItems = (
|
|
|
32
32
|
hardwareHealthAlertWarningTableKeys[1],
|
|
33
33
|
],
|
|
34
34
|
[
|
|
35
|
-
localization.reading,
|
|
35
|
+
localization.common.reading,
|
|
36
36
|
true,
|
|
37
37
|
'240px',
|
|
38
38
|
hardwareHealthAlertWarningTableKeys[2],
|
|
@@ -85,7 +85,7 @@ export const bodyItems = (
|
|
|
85
85
|
},
|
|
86
86
|
{
|
|
87
87
|
key: 'icon',
|
|
88
|
-
text: localization[
|
|
88
|
+
text: localization.common[
|
|
89
89
|
sensorsLocalizationByStatus[
|
|
90
90
|
sensor[hardwareHealthAlertWarningTableKeys[1]]
|
|
91
91
|
]
|
|
@@ -21,16 +21,16 @@ const getItems = (
|
|
|
21
21
|
localization: UI_I_Localization
|
|
22
22
|
): [string, boolean, string, string][] => {
|
|
23
23
|
return [
|
|
24
|
-
[localization.sensors, true, '330px', hardwareHealthSensorTableKeys[0]],
|
|
24
|
+
[localization.common.sensors, true, '330px', hardwareHealthSensorTableKeys[0]],
|
|
25
25
|
[
|
|
26
26
|
localization.common.status,
|
|
27
27
|
true,
|
|
28
28
|
'140px',
|
|
29
29
|
hardwareHealthSensorTableKeys[1],
|
|
30
30
|
],
|
|
31
|
-
[localization.reading, true, '115px', hardwareHealthSensorTableKeys[2]],
|
|
32
|
-
[localization.categories, true, '130px', hardwareHealthSensorTableKeys[3]],
|
|
33
|
-
[localization.lastUpdated, true, '195px', hardwareHealthSensorTableKeys[4]],
|
|
31
|
+
[localization.common.reading, true, '115px', hardwareHealthSensorTableKeys[2]],
|
|
32
|
+
[localization.common.categories, true, '130px', hardwareHealthSensorTableKeys[3]],
|
|
33
|
+
[localization.common.lastUpdated, true, '195px', hardwareHealthSensorTableKeys[4]],
|
|
34
34
|
]
|
|
35
35
|
}
|
|
36
36
|
export const columnKeys = (
|
|
@@ -100,7 +100,7 @@ export const bodyItems = (
|
|
|
100
100
|
},
|
|
101
101
|
{
|
|
102
102
|
key: 'icon',
|
|
103
|
-
text: localization[
|
|
103
|
+
text: localization.common[
|
|
104
104
|
sensorsLocalizationByStatus[sensor[hardwareHealthSensorTableKeys[1]]]
|
|
105
105
|
],
|
|
106
106
|
id: key,
|
|
@@ -15,7 +15,7 @@ const getItems = (
|
|
|
15
15
|
localization: UI_I_Localization
|
|
16
16
|
): [string, boolean, string, string][] => {
|
|
17
17
|
return [
|
|
18
|
-
[localization.time, true, '50%', hardwareHealthSystemLogTableKeys[0]],
|
|
18
|
+
[localization.common.time, true, '50%', hardwareHealthSystemLogTableKeys[0]],
|
|
19
19
|
[localization.mainNavigation.events, true, '50%', hardwareHealthSystemLogTableKeys[1]],
|
|
20
20
|
]
|
|
21
21
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
show
|
|
4
4
|
width="580px"
|
|
5
5
|
class="feedback-field"
|
|
6
|
-
:title="localization.theOperationFailed"
|
|
6
|
+
:title="localization.common.theOperationFailed"
|
|
7
7
|
test-id="feedback-filed-modal"
|
|
8
8
|
@hide="onCloseModal"
|
|
9
9
|
>
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
class="btn btn-primary"
|
|
25
25
|
@click="onCloseModal"
|
|
26
26
|
>
|
|
27
|
-
{{ localization.ok }}
|
|
27
|
+
{{ localization.administration.ok }}
|
|
28
28
|
</button>
|
|
29
29
|
</template>
|
|
30
30
|
</atoms-modal>
|
|
@@ -8,21 +8,21 @@ export const hardwareHealthActionsFunc = (
|
|
|
8
8
|
): UI_I_Button[] => {
|
|
9
9
|
const tabs = [
|
|
10
10
|
{
|
|
11
|
-
text: localization.refresh,
|
|
11
|
+
text: localization.common.refresh,
|
|
12
12
|
type: 'refresh',
|
|
13
13
|
disabled: false,
|
|
14
14
|
permission: ['sensor', 'storage-sensor', 'alert-warning', 'system-log'],
|
|
15
15
|
testId: 'hardware-health-refresh',
|
|
16
16
|
},
|
|
17
17
|
{
|
|
18
|
-
text: localization.exportToXml,
|
|
18
|
+
text: localization.common.exportToXml,
|
|
19
19
|
type: 'export-to-xml',
|
|
20
20
|
disabled: true,
|
|
21
21
|
permission: ['sensor'],
|
|
22
22
|
testId: 'hardware-health-export-to-xml',
|
|
23
23
|
},
|
|
24
24
|
{
|
|
25
|
-
text: localization.resetEventLog,
|
|
25
|
+
text: localization.common.resetEventLog,
|
|
26
26
|
type: 'reset-event-log',
|
|
27
27
|
disabled: true,
|
|
28
28
|
permission: ['system-log'],
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
</template>
|
|
24
24
|
|
|
25
25
|
<script setup lang="ts">
|
|
26
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
27
|
-
import { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
26
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
27
|
+
import type { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
28
28
|
|
|
29
29
|
const props = withDefaults(
|
|
30
30
|
defineProps<{
|
|
@@ -42,7 +42,7 @@ const emits = defineEmits<{
|
|
|
42
42
|
}>()
|
|
43
43
|
|
|
44
44
|
const localization = computed<UI_I_Localization>(() => useLocal())
|
|
45
|
-
const selectLabel = computed<string>(() => localization.value[props.label])
|
|
45
|
+
const selectLabel = computed<string>(() => localization.value.common[props.label])
|
|
46
46
|
|
|
47
47
|
const change = (e: InputEvent): void => {
|
|
48
48
|
emits('change', +(e.target as HTMLInputElement).value)
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
</template>
|
|
60
60
|
|
|
61
61
|
<script setup lang="ts">
|
|
62
|
-
import { UI_I_TreeNode } from '~/components/common/recursionTree/lib/models/interfaces'
|
|
62
|
+
import type { UI_I_TreeNode } from '~/components/common/recursionTree/lib/models/interfaces'
|
|
63
63
|
|
|
64
64
|
const { $store } = useNuxtApp()
|
|
65
65
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { UI_I_ItemView } from '~/lib/models/interfaces'
|
|
2
|
-
import { UI_T_ResourceType } from '~/components/common/resource/lib/models/types'
|
|
1
|
+
import type { UI_I_ItemView } from '~/lib/models/interfaces'
|
|
2
|
+
import type { UI_T_ResourceType } from '~/components/common/resource/lib/models/types'
|
|
3
3
|
|
|
4
4
|
export interface UI_I_Resources<T = UI_I_ItemView> {
|
|
5
5
|
type: UI_T_ResourceType
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
class="resource-meter-top-right-info"
|
|
20
20
|
:data-id="`resource-meter-free-${resource.type}`"
|
|
21
21
|
>
|
|
22
|
-
{{ localization.free }}:
|
|
22
|
+
{{ localization.common.free }}:
|
|
23
23
|
</span>
|
|
24
24
|
<span
|
|
25
25
|
class="resource-meter-top-right-info"
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
class="resource-meter-bottom-left-info"
|
|
41
41
|
:data-id="`resource-meter-used-${resource.type}`"
|
|
42
42
|
>
|
|
43
|
-
{{ localization.used }}:
|
|
43
|
+
{{ localization.common.used }}:
|
|
44
44
|
</span>
|
|
45
45
|
<span
|
|
46
46
|
class="resource-meter-bottom-left-info"
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
class="resource-meter-bottom-right-info"
|
|
55
55
|
:data-id="`resource-meter-capacity-${resource.type}`"
|
|
56
56
|
>
|
|
57
|
-
{{ localization.capacity }}:
|
|
57
|
+
{{ localization.common.capacity }}:
|
|
58
58
|
</span>
|
|
59
59
|
<span
|
|
60
60
|
class="resource-meter-bottom-right-info"
|
|
@@ -70,8 +70,8 @@
|
|
|
70
70
|
</template>
|
|
71
71
|
|
|
72
72
|
<script lang="ts" setup>
|
|
73
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
74
|
-
import { UI_I_Resources } from '~/components/common/resource/lib/models/interfaces'
|
|
73
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
74
|
+
import type { UI_I_Resources } from '~/components/common/resource/lib/models/interfaces'
|
|
75
75
|
|
|
76
76
|
const props = defineProps<{
|
|
77
77
|
progress: UI_I_Resources[]
|
|
@@ -84,7 +84,7 @@ const progressPresent = computed<UI_I_Resources[]>(() => {
|
|
|
84
84
|
blockTitle:
|
|
85
85
|
progress.type === 'cpu'
|
|
86
86
|
? localization.value.common.latinCpu
|
|
87
|
-
: localization.value[progress.type],
|
|
87
|
+
: localization.value.common[progress.type],
|
|
88
88
|
}
|
|
89
89
|
})
|
|
90
90
|
})
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
</td>
|
|
9
9
|
<td>
|
|
10
10
|
<div class="resource-label">
|
|
11
|
-
{{ localization[resource.type] }} {{ localization.usage }}
|
|
11
|
+
{{ localization.common[resource.type] }} {{ localization.common.usage }}
|
|
12
12
|
</div>
|
|
13
13
|
<div class="resource-value">
|
|
14
14
|
{{ resource.used.text }}
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
</template>
|
|
22
22
|
|
|
23
23
|
<script setup lang="ts">
|
|
24
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
24
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
25
|
+
import type { UI_I_Resources } from '~/components/common/resource/lib/models/interfaces'
|
|
25
26
|
import { E_SummaryVmResourceIcons } from '~/components/common/resource/simple/lib/models/enums'
|
|
26
|
-
import { UI_I_Resources } from '~/components/common/resource/lib/models/interfaces'
|
|
27
27
|
|
|
28
28
|
const props = defineProps<{
|
|
29
29
|
items: UI_I_Resources
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
</template>
|
|
29
29
|
|
|
30
30
|
<script setup lang="ts">
|
|
31
|
-
import { UI_I_DropdownButtonItem } from '~/components/common/select/button/lib/models/interfaces'
|
|
31
|
+
import type { UI_I_DropdownButtonItem } from '~/components/common/select/button/lib/models/interfaces'
|
|
32
32
|
|
|
33
33
|
const props = withDefaults(
|
|
34
34
|
defineProps<{
|
|
@@ -35,7 +35,6 @@
|
|
|
35
35
|
|
|
36
36
|
<script lang="ts" setup>
|
|
37
37
|
import type { UI_I_SelectInputItem } from '~/components/common/select/input/lib/models/interfaces'
|
|
38
|
-
// import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
39
38
|
|
|
40
39
|
const props = withDefaults(
|
|
41
40
|
defineProps<{
|
|
@@ -57,8 +56,6 @@ const emits = defineEmits<{
|
|
|
57
56
|
(event: 'update:model-value', value: number | string): void
|
|
58
57
|
}>()
|
|
59
58
|
|
|
60
|
-
// const localization = computed<UI_I_Localization>(() => useLocal())
|
|
61
|
-
|
|
62
59
|
const selectOptions = computed<UI_I_SelectInputItem[]>(() => props.data)
|
|
63
60
|
|
|
64
61
|
const selectedValueLocal = computed<number>({
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
</template>
|
|
66
66
|
|
|
67
67
|
<script lang="ts" setup>
|
|
68
|
-
import { UI_I_RadioOption } from '~/components/common/select/radio/lib/models/interfaces'
|
|
68
|
+
import type { UI_I_RadioOption } from '~/components/common/select/radio/lib/models/interfaces'
|
|
69
69
|
|
|
70
70
|
const props = defineProps<{
|
|
71
71
|
modelValue: string | number
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
|
|
15
15
|
<script setup lang="ts">
|
|
16
16
|
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
17
|
-
import { UI_I_ShortcutsItems } from '~/components/common/shortcuts/lib/models/interfaces'
|
|
17
|
+
import type { UI_I_ShortcutsItems } from '~/components/common/shortcuts/lib/models/interfaces'
|
|
18
18
|
|
|
19
19
|
const props = defineProps<{
|
|
20
20
|
shortcutsItems: UI_I_ShortcutsItems[]
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
</div>
|
|
18
18
|
|
|
19
19
|
<div class="vmw-drawer-header">
|
|
20
|
-
<h3>{{ localization.consolePanel }}</h3>
|
|
20
|
+
<h3>{{ localization.common.consolePanel }}</h3>
|
|
21
21
|
<atoms-the-icon
|
|
22
22
|
class="vmw-drawer-header__close"
|
|
23
23
|
data-id="spice-console-drawer-toggle-icon"
|
|
@@ -32,13 +32,13 @@
|
|
|
32
32
|
data-id="spice-console-drawer-toggle-fullscreen"
|
|
33
33
|
@click="emits('toggle-fullscreen')"
|
|
34
34
|
>
|
|
35
|
-
{{ localization.toggleFullscreenMode }}
|
|
35
|
+
{{ localization.common.toggleFullscreenMode }}
|
|
36
36
|
</div>
|
|
37
37
|
<div
|
|
38
38
|
class="vmw-drawer-body__btn animation toggle-fullscreen"
|
|
39
39
|
@click="emits('send-alt-command')"
|
|
40
40
|
>
|
|
41
|
-
{{ localization.sendAltCommand }}
|
|
41
|
+
{{ localization.common.sendAltCommand }}
|
|
42
42
|
</div>
|
|
43
43
|
|
|
44
44
|
<select
|
|
@@ -73,8 +73,8 @@
|
|
|
73
73
|
</template>
|
|
74
74
|
<script setup lang="ts">
|
|
75
75
|
import { useDraggable } from '@vueuse/core'
|
|
76
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
77
|
-
import { UI_T_CODEC } from '~/components/common/spiceConsole/lib/models/types'
|
|
76
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
77
|
+
import type { UI_T_CODEC } from '~/components/common/spiceConsole/lib/models/types'
|
|
78
78
|
|
|
79
79
|
const emits = defineEmits<{
|
|
80
80
|
(event: 'toggle-fullscreen'): void
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
</template>
|
|
25
25
|
|
|
26
26
|
<script setup lang="ts">
|
|
27
|
-
import { UI_I_SplitVerticalStyle } from '~/components/common/split/vertical/lib/models/interfaces'
|
|
27
|
+
import type { UI_I_SplitVerticalStyle } from '~/components/common/split/vertical/lib/models/interfaces'
|
|
28
28
|
|
|
29
29
|
interface UI_I_SplitVerticalProps {
|
|
30
30
|
parentElementSelector: string
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
</template>
|
|
18
18
|
|
|
19
19
|
<script setup lang="ts">
|
|
20
|
-
import { UI_I_TreeNode } from '~/components/common/recursionTree/lib/models/interfaces'
|
|
20
|
+
import type { UI_I_TreeNode } from '~/components/common/recursionTree/lib/models/interfaces'
|
|
21
21
|
|
|
22
22
|
const props = defineProps<{
|
|
23
23
|
dataCenter: UI_I_TreeNode
|
|
@@ -83,7 +83,7 @@ export const stepsFunc = (
|
|
|
83
83
|
id: 5,
|
|
84
84
|
stepName: '',
|
|
85
85
|
title: localization.inventorySummary.compatibility,
|
|
86
|
-
subTitle: localization.selectCompatibilityVmDependingHostsEnvironment,
|
|
86
|
+
subTitle: localization.common.selectCompatibilityVmDependingHostsEnvironment,
|
|
87
87
|
status: UI_E_WIZARD_STATUS.INACTIVE,
|
|
88
88
|
isValid: true,
|
|
89
89
|
testId: 'vm-select-compatibility',
|
|
@@ -93,8 +93,8 @@ export const stepsFunc = (
|
|
|
93
93
|
{
|
|
94
94
|
id: 6,
|
|
95
95
|
stepName: '',
|
|
96
|
-
title: localization.selectGuestOSMachineType,
|
|
97
|
-
subTitle: localization.chooseGuestOSInstalledVmAndMachineTypeUsedCreateVm,
|
|
96
|
+
title: localization.common.selectGuestOSMachineType,
|
|
97
|
+
subTitle: localization.common.chooseGuestOSInstalledVmAndMachineTypeUsedCreateVm,
|
|
98
98
|
status: UI_E_WIZARD_STATUS.INACTIVE,
|
|
99
99
|
isValid: true,
|
|
100
100
|
testId: 'vm-select-guest-os-machine-type',
|
|
@@ -104,8 +104,8 @@ export const stepsFunc = (
|
|
|
104
104
|
{
|
|
105
105
|
id: 7,
|
|
106
106
|
stepName: '',
|
|
107
|
-
title: localization.selectGuestOS,
|
|
108
|
-
subTitle: localization.chooseGuestOSInstalledVM,
|
|
107
|
+
title: localization.common.selectGuestOS,
|
|
108
|
+
subTitle: localization.common.chooseGuestOSInstalledVM,
|
|
109
109
|
status: UI_E_WIZARD_STATUS.INACTIVE,
|
|
110
110
|
isValid: true,
|
|
111
111
|
testId: 'vm-select-guest-os',
|
|
@@ -114,8 +114,8 @@ export const stepsFunc = (
|
|
|
114
114
|
{
|
|
115
115
|
id: 8,
|
|
116
116
|
stepName: '',
|
|
117
|
-
title: localization.customizeHardware,
|
|
118
|
-
subTitle: localization.configureVirtualMachineHardware,
|
|
117
|
+
title: localization.common.customizeHardware,
|
|
118
|
+
subTitle: localization.common.configureVirtualMachineHardware,
|
|
119
119
|
status: UI_E_WIZARD_STATUS.INACTIVE,
|
|
120
120
|
isValid: true,
|
|
121
121
|
testId: 'vm-select-customize-hardware',
|
|
@@ -129,8 +129,8 @@ export const stepsFunc = (
|
|
|
129
129
|
{
|
|
130
130
|
id: 9,
|
|
131
131
|
stepName: '',
|
|
132
|
-
title: localization.readyComplete,
|
|
133
|
-
subTitle: localization.clickFinishStartCreation,
|
|
132
|
+
title: localization.common.readyComplete,
|
|
133
|
+
subTitle: localization.common.clickFinishStartCreation,
|
|
134
134
|
status: UI_E_WIZARD_STATUS.INACTIVE,
|
|
135
135
|
isValid: true,
|
|
136
136
|
testId: 'vm-ready-complete',
|
|
@@ -23,55 +23,55 @@ export const stepItemsFunc = (
|
|
|
23
23
|
if (project === 'sphere') {
|
|
24
24
|
return [
|
|
25
25
|
{
|
|
26
|
-
text: localization.selectCreationType,
|
|
26
|
+
text: localization.common.selectCreationType,
|
|
27
27
|
disabled: false,
|
|
28
28
|
complete: false,
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
|
-
text: localization.selectNameFolder,
|
|
31
|
+
text: localization.common.selectNameFolder,
|
|
32
32
|
disabled: true,
|
|
33
33
|
complete: false,
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
|
-
text: localization.selectComputeResource,
|
|
36
|
+
text: localization.common.selectComputeResource,
|
|
37
37
|
disabled: true,
|
|
38
38
|
complete: false,
|
|
39
39
|
},
|
|
40
|
-
{ text: localization.selectStorage, disabled: true, complete: false },
|
|
40
|
+
{ text: localization.common.selectStorage, disabled: true, complete: false },
|
|
41
41
|
{ text: localization.inventorySummary.compatibility, disabled: true, complete: false },
|
|
42
|
-
{ text: localization.selectGuestOS, disabled: true, complete: false },
|
|
42
|
+
{ text: localization.common.selectGuestOS, disabled: true, complete: false },
|
|
43
43
|
{
|
|
44
|
-
text: localization.customizeHardware,
|
|
44
|
+
text: localization.common.customizeHardware,
|
|
45
45
|
disabled: true,
|
|
46
46
|
complete: false,
|
|
47
47
|
},
|
|
48
|
-
{ text: localization.readyComplete, disabled: true, complete: false },
|
|
48
|
+
{ text: localization.common.readyComplete, disabled: true, complete: false },
|
|
49
49
|
]
|
|
50
50
|
}
|
|
51
51
|
return [
|
|
52
52
|
{
|
|
53
|
-
text: localization.selectCreationType,
|
|
53
|
+
text: localization.common.selectCreationType,
|
|
54
54
|
disabled: false,
|
|
55
55
|
complete: false,
|
|
56
56
|
},
|
|
57
57
|
{
|
|
58
|
-
text: localization.selectName,
|
|
58
|
+
text: localization.common.selectName,
|
|
59
59
|
disabled: true,
|
|
60
60
|
complete: false,
|
|
61
61
|
},
|
|
62
|
-
{ text: localization.selectStorage, disabled: true, complete: false },
|
|
62
|
+
{ text: localization.common.selectStorage, disabled: true, complete: false },
|
|
63
63
|
{ text: localization.inventorySummary.compatibility, disabled: true, complete: false },
|
|
64
64
|
{
|
|
65
|
-
text: localization.selectGuestOSMachineType,
|
|
65
|
+
text: localization.common.selectGuestOSMachineType,
|
|
66
66
|
disabled: true,
|
|
67
67
|
complete: false,
|
|
68
68
|
},
|
|
69
69
|
{
|
|
70
|
-
text: localization.customizeHardware,
|
|
70
|
+
text: localization.common.customizeHardware,
|
|
71
71
|
disabled: true,
|
|
72
72
|
complete: false,
|
|
73
73
|
},
|
|
74
|
-
{ text: localization.readyComplete, disabled: true, complete: false },
|
|
74
|
+
{ text: localization.common.readyComplete, disabled: true, complete: false },
|
|
75
75
|
]
|
|
76
76
|
}
|
|
77
77
|
|
|
@@ -81,23 +81,23 @@ export const subTitleFunc = (
|
|
|
81
81
|
): string[] => {
|
|
82
82
|
if (project === 'sphere') {
|
|
83
83
|
return [
|
|
84
|
-
localization.howWouldLikeCreateVirtualMachine,
|
|
85
|
-
localization.specifyUniqueNameTargetLocation,
|
|
86
|
-
localization.selectDestinationComputeResourceOperation,
|
|
87
|
-
localization.selectStorageConfigurationDiskFiles,
|
|
88
|
-
localization.selectCompatibilityVmDependingHostsEnvironment,
|
|
89
|
-
localization.chooseGuestOSInstalledVM,
|
|
90
|
-
localization.configureVirtualMachineHardware,
|
|
91
|
-
localization.clickFinishStartCreation,
|
|
84
|
+
localization.common.howWouldLikeCreateVirtualMachine,
|
|
85
|
+
localization.common.specifyUniqueNameTargetLocation,
|
|
86
|
+
localization.common.selectDestinationComputeResourceOperation,
|
|
87
|
+
localization.common.selectStorageConfigurationDiskFiles,
|
|
88
|
+
localization.common.selectCompatibilityVmDependingHostsEnvironment,
|
|
89
|
+
localization.common.chooseGuestOSInstalledVM,
|
|
90
|
+
localization.common.configureVirtualMachineHardware,
|
|
91
|
+
localization.common.clickFinishStartCreation,
|
|
92
92
|
]
|
|
93
93
|
}
|
|
94
94
|
return [
|
|
95
|
-
localization.howWouldLikeCreateVirtualMachine,
|
|
96
|
-
localization.specifyUniqueName,
|
|
97
|
-
localization.selectStorageConfigurationDiskFiles,
|
|
98
|
-
localization.selectCompatibilityVmDependingHostsEnvironment,
|
|
99
|
-
localization.chooseGuestOSInstalledVmAndMachineTypeUsedCreateVm,
|
|
100
|
-
localization.configureVirtualMachineHardware,
|
|
101
|
-
localization.clickFinishStartCreation,
|
|
95
|
+
localization.common.howWouldLikeCreateVirtualMachine,
|
|
96
|
+
localization.common.specifyUniqueName,
|
|
97
|
+
localization.common.selectStorageConfigurationDiskFiles,
|
|
98
|
+
localization.common.selectCompatibilityVmDependingHostsEnvironment,
|
|
99
|
+
localization.common.chooseGuestOSInstalledVmAndMachineTypeUsedCreateVm,
|
|
100
|
+
localization.common.configureVirtualMachineHardware,
|
|
101
|
+
localization.common.clickFinishStartCreation,
|
|
102
102
|
]
|
|
103
103
|
}
|
|
@@ -114,7 +114,7 @@ import type { UI_T_ChangeBootOrder } from '~/components/common/vm/actions/lib/mo
|
|
|
114
114
|
import type { UI_T_Project } from '~/lib/models/types'
|
|
115
115
|
import type { UI_I_VmSettings } from '~/lib/models/store/vm/interfaces'
|
|
116
116
|
import type { UI_I_VmForm } from '~/components/common/vm/actions/clone/lib/models/interfaces'
|
|
117
|
-
import {
|
|
117
|
+
import type {
|
|
118
118
|
UI_I_ValidationReturn,
|
|
119
119
|
UI_I_WizardStep,
|
|
120
120
|
} from '~/components/atoms/wizard/lib/models/interfaces'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
2
|
-
import { UI_I_VerticalStepItem } from '~/components/atoms/lib/models/interfaces'
|
|
3
|
-
import { UI_T_Project } from '~/lib/models/types'
|
|
1
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
2
|
+
import type { UI_I_VerticalStepItem } from '~/components/atoms/lib/models/interfaces'
|
|
3
|
+
import type { UI_T_Project } from '~/lib/models/types'
|
|
4
4
|
|
|
5
5
|
export const stepItemsFunc = (
|
|
6
6
|
localization: UI_I_Localization,
|