bfg-common 1.3.643 → 1.3.644
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 +6 -6
- 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
package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/Inventory.vue
CHANGED
|
@@ -10,8 +10,6 @@
|
|
|
10
10
|
</template>
|
|
11
11
|
|
|
12
12
|
<script setup lang="ts">
|
|
13
|
-
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
14
|
-
|
|
15
13
|
const props = defineProps<{
|
|
16
14
|
vmCluster: boolean
|
|
17
15
|
newView: boolean
|
|
@@ -21,8 +19,6 @@ const emits = defineEmits<{
|
|
|
21
19
|
(event: 'update-vm-clusters', value: boolean): void
|
|
22
20
|
}>()
|
|
23
21
|
|
|
24
|
-
const localization = computed<UI_I_Localization>(() => useLocal())
|
|
25
|
-
|
|
26
22
|
const vmInHostsClusters = computed<boolean>({
|
|
27
23
|
get() {
|
|
28
24
|
return props.vmCluster
|
package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/InventoryNew.vue
CHANGED
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
{{ localization.mainNavigation.inventory }}
|
|
15
15
|
</div>
|
|
16
16
|
<div class="form-second-title">
|
|
17
|
-
{{ localization.inventoryDesc }}
|
|
17
|
+
{{ localization.common.inventoryDesc }}
|
|
18
18
|
</div>
|
|
19
19
|
<ui-checkbox
|
|
20
20
|
v-model="vmInHostsClusters"
|
|
21
21
|
test-id="user-preferences-inventory-show-vms-checkbox"
|
|
22
|
-
:label-text="localization.virtualMachinesLabel"
|
|
22
|
+
:label-text="localization.common.virtualMachinesLabel"
|
|
23
23
|
/>
|
|
24
24
|
</div>
|
|
25
25
|
</div>
|
package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/InventoryOld.vue
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<form id="inventor-form">
|
|
3
3
|
<div class="description">
|
|
4
|
-
{{ localization.inventoryDesc }}
|
|
4
|
+
{{ localization.common.inventoryDesc }}
|
|
5
5
|
</div>
|
|
6
6
|
|
|
7
7
|
<div class="clr-checkbox-wrapper">
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
/>
|
|
15
15
|
|
|
16
16
|
<label for="show-vms-in-hosts-and-clusters" tabindex="-1">{{
|
|
17
|
-
localization.virtualMachinesLabel
|
|
17
|
+
localization.common.virtualMachinesLabel
|
|
18
18
|
}}</label>
|
|
19
19
|
</div>
|
|
20
20
|
</form>
|
package/components/common/layout/theHeader/userMenu/modals/preferences/lib/config/preferencesTabs.ts
CHANGED
|
@@ -7,19 +7,19 @@ export const preferencesTabs = (
|
|
|
7
7
|
project: UI_T_Project
|
|
8
8
|
): UI_I_CollapseNavItem[] => {
|
|
9
9
|
const timeTab = {
|
|
10
|
-
text: `${localization.timeFormat}`,
|
|
10
|
+
text: `${localization.common.timeFormat}`,
|
|
11
11
|
value: 'time-tab',
|
|
12
12
|
disabled: false,
|
|
13
13
|
testId: 'time-format',
|
|
14
14
|
}
|
|
15
15
|
const languageTab = {
|
|
16
|
-
text: `${localization.language}`,
|
|
16
|
+
text: `${localization.common.language}`,
|
|
17
17
|
value: 'language-tab',
|
|
18
18
|
disabled: false,
|
|
19
19
|
testId: 'language',
|
|
20
20
|
}
|
|
21
21
|
const consoleTab = {
|
|
22
|
-
text: `${localization.defaultConsole}`,
|
|
22
|
+
text: `${localization.common.defaultConsole}`,
|
|
23
23
|
value: 'console-tab',
|
|
24
24
|
disabled: false,
|
|
25
25
|
testId: 'user-preferences-default-console',
|
|
@@ -31,7 +31,7 @@ export const preferencesTabs = (
|
|
|
31
31
|
testId: 'user-preferences-inventory',
|
|
32
32
|
}
|
|
33
33
|
const viewTab = {
|
|
34
|
-
text: `${localization.view}`,
|
|
34
|
+
text: `${localization.common.view}`,
|
|
35
35
|
value: 'view-tab',
|
|
36
36
|
disabled: false,
|
|
37
37
|
testId: 'user-preferences-view',
|
package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/TimeFormat.vue
CHANGED
|
@@ -33,7 +33,7 @@ const localization = computed<UI_I_Localization>(() => useLocal())
|
|
|
33
33
|
const config = useRuntimeConfig()
|
|
34
34
|
|
|
35
35
|
const description = computed<string>(() =>
|
|
36
|
-
localization.value.timeFormatDesc.replaceAll(
|
|
36
|
+
localization.value.common.timeFormatDesc.replaceAll(
|
|
37
37
|
'{trademark}',
|
|
38
38
|
String(config.public[`TRADEMARK_${useEnvLanguage()}`])
|
|
39
39
|
)
|
|
@@ -7,19 +7,19 @@ export const formatOptionsFunc = (
|
|
|
7
7
|
return [
|
|
8
8
|
{
|
|
9
9
|
id: 1,
|
|
10
|
-
label: localization.languageDefault,
|
|
10
|
+
label: localization.common.languageDefault,
|
|
11
11
|
value: 'DEFAULT',
|
|
12
12
|
testId: 'default-type',
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
15
|
id: 2,
|
|
16
|
-
label: localization.hourFormat12,
|
|
16
|
+
label: localization.common.hourFormat12,
|
|
17
17
|
value: '12H',
|
|
18
18
|
testId: '12h-type',
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
21
|
id: 3,
|
|
22
|
-
label: localization.hourFormat24,
|
|
22
|
+
label: localization.common.hourFormat24,
|
|
23
23
|
value: '24H',
|
|
24
24
|
testId: '24h-type',
|
|
25
25
|
},
|
|
@@ -28,7 +28,7 @@ const config = useRuntimeConfig()
|
|
|
28
28
|
const localization = computed<UI_I_Localization>(() => useLocal())
|
|
29
29
|
|
|
30
30
|
const description = computed<string>(() => {
|
|
31
|
-
return localization.value.viewDesc.replaceAll(
|
|
31
|
+
return localization.value.common.viewDesc.replaceAll(
|
|
32
32
|
'{trademark}',
|
|
33
33
|
String(config.public[`TRADEMARK_${useEnvLanguage()}`])
|
|
34
34
|
)
|
|
@@ -7,14 +7,14 @@
|
|
|
7
7
|
</ui-modal-icon>
|
|
8
8
|
<div>
|
|
9
9
|
<div class="form-first-title">
|
|
10
|
-
{{ localization.view }}
|
|
10
|
+
{{ localization.common.view }}
|
|
11
11
|
</div>
|
|
12
12
|
<div class="form-second-title">
|
|
13
13
|
{{ props.description }}
|
|
14
14
|
</div>
|
|
15
15
|
|
|
16
16
|
<div class="flex-align-center">
|
|
17
|
-
<ui-switch v-model="newViewLocal" :label="localization.newView" />
|
|
17
|
+
<ui-switch v-model="newViewLocal" :label="localization.common.newView" />
|
|
18
18
|
</div>
|
|
19
19
|
</div>
|
|
20
20
|
</div>
|
|
@@ -6,20 +6,20 @@ export const userMenuFunc = (
|
|
|
6
6
|
): UI_I_Dropdown[] => {
|
|
7
7
|
return [
|
|
8
8
|
{
|
|
9
|
-
text: localization.changePassword,
|
|
9
|
+
text: localization.common.changePassword,
|
|
10
10
|
value: 'changePassword',
|
|
11
11
|
testId: 'user-menu-change-password',
|
|
12
12
|
iconName: 'lock',
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
|
-
text: localization.preferences,
|
|
15
|
+
text: localization.common.preferences,
|
|
16
16
|
value: 'preferences',
|
|
17
17
|
testId: 'user-menu-preferences',
|
|
18
18
|
divider: true,
|
|
19
19
|
iconName: 'info',
|
|
20
20
|
},
|
|
21
21
|
{
|
|
22
|
-
text: localization.logout,
|
|
22
|
+
text: localization.common.logout,
|
|
23
23
|
value: 'logout',
|
|
24
24
|
testId: 'user-menu-logout',
|
|
25
25
|
iconName: 'logout',
|
|
@@ -7,19 +7,19 @@ export const accountMenuFunc = (
|
|
|
7
7
|
): UI_I_DropMenu<T_ActionTypeUserMenu>[] => {
|
|
8
8
|
return [
|
|
9
9
|
{
|
|
10
|
-
text: localization.changePassword,
|
|
10
|
+
text: localization.common.changePassword,
|
|
11
11
|
action: 'changePassword',
|
|
12
12
|
closeAfterClick: true,
|
|
13
13
|
testId: 'user-menu-change-password',
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
|
-
text: localization.preferences,
|
|
16
|
+
text: localization.common.preferences,
|
|
17
17
|
action: 'preferences',
|
|
18
18
|
closeAfterClick: true,
|
|
19
19
|
testId: 'user-menu-preferences',
|
|
20
20
|
},
|
|
21
21
|
{
|
|
22
|
-
text: localization.switchTheme,
|
|
22
|
+
text: localization.common.switchTheme,
|
|
23
23
|
action: 'themeMode',
|
|
24
24
|
disabled: false,
|
|
25
25
|
divider: true,
|
|
@@ -27,7 +27,7 @@ export const accountMenuFunc = (
|
|
|
27
27
|
testId: 'user-menu-switch-theme',
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
|
-
text: localization.logout,
|
|
30
|
+
text: localization.common.logout,
|
|
31
31
|
action: 'logout',
|
|
32
32
|
closeAfterClick: true,
|
|
33
33
|
testId: 'user-menu-logout',
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
width="12px"
|
|
25
25
|
height="12px"
|
|
26
26
|
/>
|
|
27
|
-
<span v-if="!menuPined">{{ localization.pinMenu }}</span>
|
|
28
|
-
<span v-else>{{ localization.unpinMenu }}</span>
|
|
27
|
+
<span v-if="!menuPined">{{ localization.common.pinMenu }}</span>
|
|
28
|
+
<span v-else>{{ localization.common.unpinMenu }}</span>
|
|
29
29
|
</label>
|
|
30
30
|
</div>
|
|
31
31
|
|
|
@@ -69,9 +69,9 @@
|
|
|
69
69
|
</template>
|
|
70
70
|
|
|
71
71
|
<script setup lang="ts">
|
|
72
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
73
|
-
import { UI_I_NavigationItem } from '~/components/common/mainNavigationPanel/lib/models/interfaces'
|
|
74
|
-
import { UI_T_ParentStatus } from '~/components/common/mainNavigationPanel/lib/models/types'
|
|
72
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
73
|
+
import type { UI_I_NavigationItem } from '~/components/common/mainNavigationPanel/lib/models/interfaces'
|
|
74
|
+
import type { UI_T_ParentStatus } from '~/components/common/mainNavigationPanel/lib/models/types'
|
|
75
75
|
|
|
76
76
|
const props = defineProps<{
|
|
77
77
|
mainMenuStatus: boolean
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
:disabled="props.disabledPin"
|
|
63
63
|
@change="emits('change-menu-pin')"
|
|
64
64
|
/>
|
|
65
|
-
<label for="pin-menu-control">{{ localization.pinMenu }}</label>
|
|
65
|
+
<label for="pin-menu-control">{{ localization.common.pinMenu }}</label>
|
|
66
66
|
</div>
|
|
67
67
|
</div>
|
|
68
68
|
</div>
|
|
@@ -70,9 +70,9 @@
|
|
|
70
70
|
</template>
|
|
71
71
|
|
|
72
72
|
<script setup lang="ts">
|
|
73
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
74
|
-
import { UI_I_NavigationItem } from '~/components/common/mainNavigationPanel/lib/models/interfaces'
|
|
75
|
-
import { UI_T_ParentStatus } from '~/components/common/mainNavigationPanel/lib/models/types'
|
|
73
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
74
|
+
import type { UI_I_NavigationItem } from '~/components/common/mainNavigationPanel/lib/models/interfaces'
|
|
75
|
+
import type { UI_T_ParentStatus } from '~/components/common/mainNavigationPanel/lib/models/types'
|
|
76
76
|
|
|
77
77
|
const props = defineProps<{
|
|
78
78
|
mainMenuStatus: boolean
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
class="btn btn-outline"
|
|
30
30
|
@click="onHideModal"
|
|
31
31
|
>
|
|
32
|
-
{{ localization.cancel }}
|
|
32
|
+
{{ localization.common.cancel }}
|
|
33
33
|
</button>
|
|
34
34
|
<button
|
|
35
35
|
:data-id="`${props.testId}-apply-button`"
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
</template>
|
|
44
44
|
|
|
45
45
|
<script setup lang="ts">
|
|
46
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
46
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
47
47
|
|
|
48
48
|
const props = withDefaults(
|
|
49
49
|
defineProps<{
|
|
@@ -84,7 +84,7 @@ const currentText = computed<string>(() => {
|
|
|
84
84
|
// if (props.type === 'confirm') return localization.value.common.ok
|
|
85
85
|
// else if (props.type === 'remove') return localization.value.common.remove
|
|
86
86
|
|
|
87
|
-
return localization.value[props.variantTextButton]
|
|
87
|
+
return localization.value.common[props.variantTextButton]
|
|
88
88
|
})
|
|
89
89
|
|
|
90
90
|
const onApply = (): void => emits('confirm')
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
width="576px"
|
|
5
5
|
class="rename"
|
|
6
6
|
:show="true"
|
|
7
|
-
:title="localization.rename"
|
|
7
|
+
:title="localization.common.rename"
|
|
8
8
|
:second-title="name"
|
|
9
9
|
@submit="onRename"
|
|
10
10
|
@hide="onHide"
|
|
@@ -57,9 +57,9 @@
|
|
|
57
57
|
</template>
|
|
58
58
|
|
|
59
59
|
<script lang="ts" setup>
|
|
60
|
-
import { UI_I_ValidationTouchResult } from '~/lib/models/plugins/validation/interfaces'
|
|
61
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
62
|
-
import { UI_I_RenameForm } from '~/components/common/modals/lib/models/interfaces'
|
|
60
|
+
import type { UI_I_ValidationTouchResult } from '~/lib/models/plugins/validation/interfaces'
|
|
61
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
62
|
+
import type { UI_I_RenameForm } from '~/components/common/modals/lib/models/interfaces'
|
|
63
63
|
import { defaultFormRenameFunc } from '~/components/common/modals/lib/config/defaultForm'
|
|
64
64
|
import { labelWidthFunc } from '~/components/common/modals/lib/config/renameLabelWidth'
|
|
65
65
|
|
|
@@ -96,7 +96,7 @@ setForm()
|
|
|
96
96
|
|
|
97
97
|
const validForm = ref<UI_I_ValidationTouchResult | null>(null)
|
|
98
98
|
|
|
99
|
-
const labelName = computed<string>(() => localization.value[props.label])
|
|
99
|
+
const labelName = computed<string>(() => localization.value.common[props.label])
|
|
100
100
|
|
|
101
101
|
/* Validation for Name input */
|
|
102
102
|
const initValidation = (): void => {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
2
|
-
import { UI_I_RenameForm } from '~/components/common/modals/lib/models/interfaces'
|
|
1
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
2
|
+
import type { UI_I_RenameForm } from '~/components/common/modals/lib/models/interfaces'
|
|
3
3
|
export const defaultFormRenameFunc = (
|
|
4
4
|
localization: UI_I_Localization,
|
|
5
5
|
name: string
|
|
@@ -10,7 +10,7 @@ export const defaultFormRenameFunc = (
|
|
|
10
10
|
validations: [
|
|
11
11
|
{
|
|
12
12
|
value: 'required',
|
|
13
|
-
errorText: localization.emptyNameError,
|
|
13
|
+
errorText: localization.common.emptyNameError,
|
|
14
14
|
},
|
|
15
15
|
],
|
|
16
16
|
},
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
<div class="routed-view-panel-layout">
|
|
4
4
|
<div class="settingsViewHeader">
|
|
5
5
|
<h3 class="settingsBlockTitle m-0">
|
|
6
|
-
{{ localization.advancedPerformance }}
|
|
6
|
+
{{ localization.common.advancedPerformance }}
|
|
7
7
|
</h3>
|
|
8
8
|
</div>
|
|
9
9
|
<div v-if="props.isEmpty" class="empty-data">
|
|
10
|
-
{{ localization.emptyAdvancedGraphText }}
|
|
10
|
+
{{ localization.common.emptyAdvancedGraphText }}
|
|
11
11
|
</div>
|
|
12
12
|
<div v-else class="fill-parent flex-column">
|
|
13
13
|
<div class="vertical-flex-container fill-parent">
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
|
|
58
58
|
<div v-show="!props.data" class="empty-container">
|
|
59
59
|
{{
|
|
60
|
-
localization.noPerformanceDataIsAvailableForTheCurrentlySelectedMetrics
|
|
60
|
+
localization.common.noPerformanceDataIsAvailableForTheCurrentlySelectedMetrics
|
|
61
61
|
}}
|
|
62
62
|
</div>
|
|
63
63
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<div ref="chartsView" class="advanced-graph-container">
|
|
3
3
|
<div v-if="isLoading" class="graphic-loader-block">
|
|
4
4
|
<div class="spinner"></div>
|
|
5
|
-
<p>{{ localization.retrievingData }}...</p>
|
|
5
|
+
<p>{{ localization.common.retrievingData }}...</p>
|
|
6
6
|
</div>
|
|
7
7
|
<template v-if="!props.loading && chartData">
|
|
8
8
|
<common-graph
|
|
@@ -28,15 +28,15 @@ const getItems = (
|
|
|
28
28
|
): [string, boolean, string, string][] => {
|
|
29
29
|
const widthCol = '113px'
|
|
30
30
|
return [
|
|
31
|
-
[localization.key, true, widthCol, performanceTableKey[0]],
|
|
31
|
+
[localization.common.key, true, widthCol, performanceTableKey[0]],
|
|
32
32
|
[localization.common.object, true, widthCol, performanceTableKey[1]],
|
|
33
|
-
[localization.measurement, true, widthCol, performanceTableKey[2]],
|
|
34
|
-
[localization.rollup, true, widthCol, performanceTableKey[3]],
|
|
35
|
-
[localization.units, true, widthCol, performanceTableKey[4]],
|
|
36
|
-
[localization.latest, true, widthCol, performanceTableKey[5]],
|
|
37
|
-
[localization.maximum, true, widthCol, performanceTableKey[6]],
|
|
38
|
-
[localization.minimum, true, widthCol, performanceTableKey[7]],
|
|
39
|
-
[localization.average, true, widthCol, performanceTableKey[8]],
|
|
33
|
+
[localization.common.measurement, true, widthCol, performanceTableKey[2]],
|
|
34
|
+
[localization.common.rollup, true, widthCol, performanceTableKey[3]],
|
|
35
|
+
[localization.common.units, true, widthCol, performanceTableKey[4]],
|
|
36
|
+
[localization.common.latest, true, widthCol, performanceTableKey[5]],
|
|
37
|
+
[localization.common.maximum, true, widthCol, performanceTableKey[6]],
|
|
38
|
+
[localization.common.minimum, true, widthCol, performanceTableKey[7]],
|
|
39
|
+
[localization.common.average, true, widthCol, performanceTableKey[8]],
|
|
40
40
|
]
|
|
41
41
|
}
|
|
42
42
|
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
</div>
|
|
13
13
|
<div class="horizontal-flex-container">
|
|
14
14
|
<label for="periodSelect" class="label-select"
|
|
15
|
-
>{{ localization.period }}:</label
|
|
15
|
+
>{{ localization.common.period }}:</label
|
|
16
16
|
>
|
|
17
17
|
<div class="select">
|
|
18
18
|
<select
|
|
@@ -36,12 +36,12 @@
|
|
|
36
36
|
class="chart-options-button"
|
|
37
37
|
data-id="show-chart-options-button"
|
|
38
38
|
@click="onShowChartOptions"
|
|
39
|
-
>{{ localization.chartOptions }}</a
|
|
39
|
+
>{{ localization.common.chartOptions }}</a
|
|
40
40
|
>
|
|
41
41
|
</div>
|
|
42
42
|
<div class="view-select-label horizontal-flex-container">
|
|
43
43
|
<label for="viewSelect" class="label-select"
|
|
44
|
-
>{{ localization.view }}:</label
|
|
44
|
+
>{{ localization.common.view }}:</label
|
|
45
45
|
>
|
|
46
46
|
<div class="select">
|
|
47
47
|
<select
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<div class="horizontal-flex-container">
|
|
3
3
|
<div class="horizontal-flex-container">
|
|
4
4
|
<label for="chartOptionsSelect" class="label-select"
|
|
5
|
-
>{{ localization.chartOptions }}:</label
|
|
5
|
+
>{{ localization.common.chartOptions }}:</label
|
|
6
6
|
>
|
|
7
7
|
<div class="select">
|
|
8
8
|
<select
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
data-id="chart-options-save-button"
|
|
27
27
|
@click="onShowSaveOptionsModal"
|
|
28
28
|
>
|
|
29
|
-
{{ localization.saveOptionsAs }}...
|
|
29
|
+
{{ localization.common.saveOptionsAs }}...
|
|
30
30
|
</button>
|
|
31
31
|
<common-monitor-advanced-tools-chart-options-modal-actions-save-options-modal
|
|
32
32
|
v-if="isShowSaveOptionsModal"
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
data-id="chart-options-delete-button"
|
|
40
40
|
@click="onDeleteAction"
|
|
41
41
|
>
|
|
42
|
-
{{ localization.deleteOptions }}
|
|
42
|
+
{{ localization.common.deleteOptions }}
|
|
43
43
|
</button>
|
|
44
44
|
</div>
|
|
45
45
|
</div>
|
|
46
46
|
|
|
47
47
|
<common-modals-confirmation
|
|
48
48
|
v-if="isConfirmModal"
|
|
49
|
-
headline="localization.deletingSavedSettings"
|
|
49
|
+
headline="localization.common.deletingSavedSettings"
|
|
50
50
|
:description="confirmModalDesc"
|
|
51
51
|
@hide-modal="isConfirmModal = false"
|
|
52
52
|
@confirm="onApplyDelete"
|
|
@@ -7,11 +7,11 @@ export const chartOptionItems = (
|
|
|
7
7
|
): UI_I_OptionItem[] => {
|
|
8
8
|
const mainOptionsNames = [
|
|
9
9
|
{
|
|
10
|
-
text: `--${localization.selectOption}--`,
|
|
10
|
+
text: `--${localization.common.selectOption}--`,
|
|
11
11
|
value: 'select_options',
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
|
-
text: localization.default,
|
|
14
|
+
text: localization.common.default,
|
|
15
15
|
value: 'default',
|
|
16
16
|
},
|
|
17
17
|
]
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<atoms-modal
|
|
3
3
|
width="575px"
|
|
4
4
|
:show="true"
|
|
5
|
-
:title="localization.saveOptionsAs"
|
|
5
|
+
:title="localization.common.saveOptionsAs"
|
|
6
6
|
@hide="onHide"
|
|
7
7
|
@submit="onSave"
|
|
8
8
|
>
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
/>
|
|
15
15
|
<div class="form-control">
|
|
16
16
|
<label class="save-option-name-label" for="chartOptionsName"
|
|
17
|
-
>{{ localization.chartOptionsName }}:</label
|
|
17
|
+
>{{ localization.common.chartOptionsName }}:</label
|
|
18
18
|
>
|
|
19
19
|
<input
|
|
20
20
|
id="chartOptionsName"
|
|
@@ -24,8 +24,8 @@ const getItems = (
|
|
|
24
24
|
return [
|
|
25
25
|
[localization.common.name, true, '140px', countersTableKey[0]],
|
|
26
26
|
[localization.common.description, true, '140px', countersTableKey[1]],
|
|
27
|
-
[localization.measurement, true, '140px', countersTableKey[2]],
|
|
28
|
-
[localization.units, true, '140px', countersTableKey[3]],
|
|
27
|
+
[localization.common.measurement, true, '140px', countersTableKey[2]],
|
|
28
|
+
[localization.common.units, true, '140px', countersTableKey[3]],
|
|
29
29
|
]
|
|
30
30
|
}
|
|
31
31
|
|