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
package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/form/Form.vue
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<div class="vertical-flex-container">
|
|
4
4
|
<div class="timespan-objects-section-direction">
|
|
5
5
|
<label for="chart-timespan-type-select"
|
|
6
|
-
>{{ localization.timespan }}:</label
|
|
6
|
+
>{{ localization.common.timespan }}:</label
|
|
7
7
|
>
|
|
8
8
|
<div class="vertical-flex-container chart-option-timespan-settings">
|
|
9
9
|
<div class="timespan-select chart-option-setting-row">
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
<label
|
|
106
106
|
for="custom-time-fromInput"
|
|
107
107
|
class="custom-radio-label text-capitalize text-right"
|
|
108
|
-
>{{ localization.from2 }}:
|
|
108
|
+
>{{ localization.common.from2 }}:
|
|
109
109
|
</label>
|
|
110
110
|
</td>
|
|
111
111
|
<td>
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
</tr>
|
|
143
143
|
<tr>
|
|
144
144
|
<td class="custom-time-label-text text-right">
|
|
145
|
-
{{ localization.to2 }}:
|
|
145
|
+
{{ localization.common.to2 }}:
|
|
146
146
|
</td>
|
|
147
147
|
<td>
|
|
148
148
|
<div
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
{ active: localPeriodType === 'period' },
|
|
185
185
|
]"
|
|
186
186
|
>
|
|
187
|
-
<span> ({{ localization.isoTimeFormat }}) </span>
|
|
187
|
+
<span> ({{ localization.common.isoTimeFormat }}) </span>
|
|
188
188
|
</td>
|
|
189
189
|
</tr>
|
|
190
190
|
</tbody>
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
<div class="horizontal-flex-container chart-type-container">
|
|
196
196
|
<div class="view-select-label horizontal-flex-container">
|
|
197
197
|
<label for="chart-type-select" class="label-select"
|
|
198
|
-
>{{ localization.chartType }}:</label
|
|
198
|
+
>{{ localization.common.chartType }}:</label
|
|
199
199
|
>
|
|
200
200
|
<div class="select">
|
|
201
201
|
<select
|
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
2
|
-
import { UI_I_ArbitraryObject } from '~/lib/models/interfaces'
|
|
2
|
+
import type { UI_I_ArbitraryObject } from '~/lib/models/interfaces'
|
|
3
3
|
import type { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
4
4
|
|
|
5
5
|
export const timespanFunc = (
|
|
6
6
|
localization: UI_I_Localization
|
|
7
7
|
): UI_I_OptionItem[] => [
|
|
8
8
|
{
|
|
9
|
-
text: localization.realTime,
|
|
9
|
+
text: localization.common.realTime,
|
|
10
10
|
value: 'real_time',
|
|
11
11
|
},
|
|
12
12
|
{
|
|
13
|
-
text: localization.lastDay,
|
|
13
|
+
text: localization.common.lastDay,
|
|
14
14
|
value: 'last_day',
|
|
15
15
|
},
|
|
16
16
|
{
|
|
17
|
-
text: localization.lastWeek,
|
|
17
|
+
text: localization.common.lastWeek,
|
|
18
18
|
value: 'last_week',
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
|
-
text: localization.lastMonth,
|
|
21
|
+
text: localization.common.lastMonth,
|
|
22
22
|
value: 'last_month',
|
|
23
23
|
},
|
|
24
24
|
// {
|
|
25
|
-
// text: localization.lastYear,
|
|
25
|
+
// text: localization.common.lastYear,
|
|
26
26
|
// value: 'last_year',
|
|
27
27
|
// },
|
|
28
28
|
{
|
|
29
|
-
text: localization.customInterval,
|
|
29
|
+
text: localization.common.customInterval,
|
|
30
30
|
value: 'custom_interval',
|
|
31
31
|
},
|
|
32
32
|
]
|
|
@@ -40,14 +40,14 @@ export const customTimeFunc = (
|
|
|
40
40
|
|
|
41
41
|
const hourText = isLangRu
|
|
42
42
|
? getCorrectRuForm(value, 'hour')
|
|
43
|
-
: localization.hours2
|
|
44
|
-
const dayText = isLangRu ? getCorrectRuForm(value, 'day') : localization.days2
|
|
43
|
+
: localization.common.hours2
|
|
44
|
+
const dayText = isLangRu ? getCorrectRuForm(value, 'day') : localization.common.days2
|
|
45
45
|
const weekText = isLangRu
|
|
46
46
|
? getCorrectRuForm(value, 'week')
|
|
47
|
-
: localization.weeks2
|
|
47
|
+
: localization.common.weeks2
|
|
48
48
|
const monthText = isLangRu
|
|
49
49
|
? getCorrectRuForm(value, 'month')
|
|
50
|
-
: localization.months2
|
|
50
|
+
: localization.common.months2
|
|
51
51
|
|
|
52
52
|
return [
|
|
53
53
|
{
|
|
@@ -73,11 +73,11 @@ export const chartTypeFunc = (
|
|
|
73
73
|
localization: UI_I_Localization
|
|
74
74
|
): UI_I_OptionItem[] => [
|
|
75
75
|
{
|
|
76
|
-
text: localization.lineGraph,
|
|
76
|
+
text: localization.common.lineGraph,
|
|
77
77
|
value: 'line_graph',
|
|
78
78
|
},
|
|
79
79
|
{
|
|
80
|
-
text: localization.stackedGraph,
|
|
80
|
+
text: localization.common.stackedGraph,
|
|
81
81
|
value: 'stacked_graph',
|
|
82
82
|
},
|
|
83
83
|
]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div class="vertical-flex-container chart-option-objects-split">
|
|
3
3
|
<span class="chart-options-grid-title">
|
|
4
|
-
{{ localization.selectObjectForChart }}:
|
|
4
|
+
{{ localization.common.selectObjectForChart }}:
|
|
5
5
|
</span>
|
|
6
6
|
<div class="flex-to-absolute-positioning-container">
|
|
7
7
|
<div class="flex-to-absolute-positioning-container-inner">
|
|
@@ -16,7 +16,7 @@ export const objectTableKey: UI_T_ObjectColumnKey[] = ['target_object']
|
|
|
16
16
|
const getItems = (
|
|
17
17
|
localization: UI_I_Localization
|
|
18
18
|
): [string, boolean, string, string][] => {
|
|
19
|
-
return [[localization.targetObjects, true, '140px', objectTableKey[0]]]
|
|
19
|
+
return [[localization.common.targetObjects, true, '140px', objectTableKey[0]]]
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
export const columnKeys = (
|
|
@@ -10,162 +10,162 @@ export const metricsFunc = (
|
|
|
10
10
|
const metrics: UI_I_OptionData = {
|
|
11
11
|
zone: [
|
|
12
12
|
{
|
|
13
|
-
text: localization.cpu,
|
|
13
|
+
text: localization.common.cpu,
|
|
14
14
|
value: 'cpu',
|
|
15
15
|
testId: 'metric-item-cpu-button',
|
|
16
16
|
},
|
|
17
17
|
{
|
|
18
|
-
text: localization.disk,
|
|
18
|
+
text: localization.common.disk,
|
|
19
19
|
value: 'disk',
|
|
20
20
|
testId: 'metric-item-disk-button',
|
|
21
21
|
},
|
|
22
22
|
{
|
|
23
|
-
text: localization.memory,
|
|
23
|
+
text: localization.common.memory,
|
|
24
24
|
value: 'memory',
|
|
25
25
|
testId: 'metric-item-memory-button',
|
|
26
26
|
},
|
|
27
27
|
{
|
|
28
|
-
text: localization.network,
|
|
28
|
+
text: localization.common.network,
|
|
29
29
|
value: 'network',
|
|
30
30
|
testId: 'metric-item-network-button',
|
|
31
31
|
},
|
|
32
32
|
],
|
|
33
33
|
cluster: [
|
|
34
34
|
{
|
|
35
|
-
text: localization.cpu,
|
|
35
|
+
text: localization.common.cpu,
|
|
36
36
|
value: 'cpu',
|
|
37
37
|
testId: 'metric-item-cpu-button',
|
|
38
38
|
},
|
|
39
39
|
{
|
|
40
|
-
text: localization.disk,
|
|
40
|
+
text: localization.common.disk,
|
|
41
41
|
value: 'disk',
|
|
42
42
|
testId: 'metric-item-disk-button',
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
|
-
text: localization.memory,
|
|
45
|
+
text: localization.common.memory,
|
|
46
46
|
value: 'memory',
|
|
47
47
|
testId: 'metric-item-memory-button',
|
|
48
48
|
},
|
|
49
49
|
{
|
|
50
|
-
text: localization.network,
|
|
50
|
+
text: localization.common.network,
|
|
51
51
|
value: 'network',
|
|
52
52
|
testId: 'metric-item-network-button',
|
|
53
53
|
},
|
|
54
54
|
],
|
|
55
55
|
datacenter: [
|
|
56
56
|
{
|
|
57
|
-
text: localization.cpu,
|
|
57
|
+
text: localization.common.cpu,
|
|
58
58
|
value: 'cpu',
|
|
59
59
|
testId: 'metric-item-cpu-button',
|
|
60
60
|
},
|
|
61
61
|
{
|
|
62
|
-
text: localization.disk,
|
|
62
|
+
text: localization.common.disk,
|
|
63
63
|
value: 'disk',
|
|
64
64
|
testId: 'metric-item-disk-button',
|
|
65
65
|
},
|
|
66
66
|
{
|
|
67
|
-
text: localization.memory,
|
|
67
|
+
text: localization.common.memory,
|
|
68
68
|
value: 'memory',
|
|
69
69
|
testId: 'metric-item-memory-button',
|
|
70
70
|
},
|
|
71
71
|
{
|
|
72
|
-
text: localization.network,
|
|
72
|
+
text: localization.common.network,
|
|
73
73
|
value: 'network',
|
|
74
74
|
testId: 'metric-item-network-button',
|
|
75
75
|
},
|
|
76
76
|
],
|
|
77
77
|
host: [
|
|
78
78
|
{
|
|
79
|
-
text: localization.cpu,
|
|
79
|
+
text: localization.common.cpu,
|
|
80
80
|
value: 'cpu',
|
|
81
81
|
testId: 'metric-item-cpu-button',
|
|
82
82
|
},
|
|
83
83
|
// {
|
|
84
|
-
// text: currentRegister(localization.clusterServices, 'first'),
|
|
84
|
+
// text: currentRegister(localization.common.clusterServices, 'first'),
|
|
85
85
|
// value: 'cluster_services',
|
|
86
86
|
// disabled: true,
|
|
87
87
|
// },
|
|
88
88
|
// {
|
|
89
|
-
// text: localization.datastore,
|
|
89
|
+
// text: localization.common.datastore,
|
|
90
90
|
// value: 'datastore',
|
|
91
91
|
// disabled: true,
|
|
92
92
|
// },
|
|
93
93
|
{
|
|
94
|
-
text: localization.disk,
|
|
94
|
+
text: localization.common.disk,
|
|
95
95
|
value: 'disk',
|
|
96
96
|
testId: 'metric-item-disk-button',
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
|
-
text: localization.memory,
|
|
99
|
+
text: localization.common.memory,
|
|
100
100
|
value: 'memory',
|
|
101
101
|
testId: 'metric-item-memory-button',
|
|
102
102
|
},
|
|
103
103
|
{
|
|
104
|
-
text: localization.network,
|
|
104
|
+
text: localization.common.network,
|
|
105
105
|
value: 'network',
|
|
106
106
|
testId: 'metric-item-network-button',
|
|
107
107
|
},
|
|
108
108
|
// {
|
|
109
|
-
// text: localization.power,
|
|
109
|
+
// text: localization.common.power,
|
|
110
110
|
// value: 'power',
|
|
111
111
|
// disabled: true,
|
|
112
112
|
// },
|
|
113
113
|
// {
|
|
114
|
-
// text: currentRegister(localization.storageAdapter, 'first'),
|
|
114
|
+
// text: currentRegister(localization.common.storageAdapter, 'first'),
|
|
115
115
|
// value: 'storage_adapter',
|
|
116
116
|
// disabled: true,
|
|
117
117
|
// },
|
|
118
118
|
// {
|
|
119
|
-
// text: localization.storagePath,
|
|
119
|
+
// text: localization.common.storagePath,
|
|
120
120
|
// value: 'storage_path',
|
|
121
121
|
// disabled: true,
|
|
122
122
|
// },
|
|
123
123
|
// {
|
|
124
|
-
// text: localization.system,
|
|
124
|
+
// text: localization.common.system,
|
|
125
125
|
// value: 'system',
|
|
126
126
|
// disabled: true,
|
|
127
127
|
// },
|
|
128
128
|
// {
|
|
129
|
-
// text: currentRegister(localization.procuratorReplication, 'last'),
|
|
129
|
+
// text: currentRegister(localization.common.procuratorReplication, 'last'),
|
|
130
130
|
// value: 'v_sphere_replication',
|
|
131
131
|
// disabled: true,
|
|
132
132
|
// },
|
|
133
133
|
],
|
|
134
134
|
vm: [
|
|
135
135
|
{
|
|
136
|
-
text: localization.disk,
|
|
136
|
+
text: localization.common.disk,
|
|
137
137
|
value: 'disk',
|
|
138
138
|
testId: 'metric-item-disk-button',
|
|
139
139
|
},
|
|
140
140
|
{
|
|
141
|
-
text: localization.network,
|
|
141
|
+
text: localization.common.network,
|
|
142
142
|
value: 'network',
|
|
143
143
|
testId: 'metric-item-network-button',
|
|
144
144
|
},
|
|
145
145
|
{
|
|
146
|
-
text: localization.cpu,
|
|
146
|
+
text: localization.common.cpu,
|
|
147
147
|
value: 'cpu',
|
|
148
148
|
testId: 'metric-item-cpu-button',
|
|
149
149
|
},
|
|
150
150
|
{
|
|
151
|
-
text: localization.memory,
|
|
151
|
+
text: localization.common.memory,
|
|
152
152
|
value: 'memory',
|
|
153
153
|
testId: 'metric-item-memory-button',
|
|
154
154
|
},
|
|
155
155
|
{
|
|
156
|
-
text: localization.datastore,
|
|
156
|
+
text: localization.common.datastore,
|
|
157
157
|
value: 'datastore',
|
|
158
158
|
testId: 'metric-item-datastore-button',
|
|
159
159
|
},
|
|
160
160
|
// {
|
|
161
|
-
// text: localization.power,
|
|
161
|
+
// text: localization.common.power,
|
|
162
162
|
// value: 'power',
|
|
163
163
|
// },
|
|
164
164
|
// {
|
|
165
|
-
// text: localization.system,
|
|
165
|
+
// text: localization.common.system,
|
|
166
166
|
// value: 'system',
|
|
167
167
|
// },
|
|
168
|
-
// { text: localization.virtualDisk, value: 'virtualDisk' },
|
|
168
|
+
// { text: localization.common.virtualDisk, value: 'virtualDisk' },
|
|
169
169
|
],
|
|
170
170
|
}
|
|
171
171
|
|
|
@@ -11,30 +11,30 @@ export const periodFunc = (
|
|
|
11
11
|
): UI_I_OptionItem[] => {
|
|
12
12
|
const result = [
|
|
13
13
|
{
|
|
14
|
-
text: localization.realTime,
|
|
14
|
+
text: localization.common.realTime,
|
|
15
15
|
value: 'real_time',
|
|
16
16
|
},
|
|
17
17
|
{
|
|
18
|
-
text: localization.lastDay,
|
|
18
|
+
text: localization.common.lastDay,
|
|
19
19
|
value: 'last_day',
|
|
20
20
|
},
|
|
21
21
|
{
|
|
22
|
-
text: localization.lastWeek,
|
|
22
|
+
text: localization.common.lastWeek,
|
|
23
23
|
value: 'last_week',
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
|
-
text: localization.lastMonth,
|
|
26
|
+
text: localization.common.lastMonth,
|
|
27
27
|
value: 'last_month',
|
|
28
28
|
},
|
|
29
29
|
// {
|
|
30
|
-
// text: localization.lastYear,
|
|
30
|
+
// text: localization.common.lastYear,
|
|
31
31
|
// value: 'last_year',
|
|
32
32
|
// },
|
|
33
33
|
]
|
|
34
34
|
|
|
35
35
|
if (selectedTimespanType === 'custom_interval') {
|
|
36
36
|
result.push({
|
|
37
|
-
text: localization.customInterval,
|
|
37
|
+
text: localization.common.customInterval,
|
|
38
38
|
value: 'custom_interval',
|
|
39
39
|
})
|
|
40
40
|
}
|
|
@@ -49,42 +49,42 @@ export const viewFunc = (
|
|
|
49
49
|
): UI_I_OptionItem[] => {
|
|
50
50
|
const viewData: UI_I_OptionData = {
|
|
51
51
|
zone: [
|
|
52
|
-
{ text: localization.cpuUsageInPercent, value: 'cpuUsageInPercent' },
|
|
52
|
+
{ text: localization.common.cpuUsageInPercent, value: 'cpuUsageInPercent' },
|
|
53
53
|
],
|
|
54
54
|
cluster: [
|
|
55
|
-
{ text: localization.cpuUsageInPercent, value: 'cpuUsageInPercent' },
|
|
55
|
+
{ text: localization.common.cpuUsageInPercent, value: 'cpuUsageInPercent' },
|
|
56
56
|
],
|
|
57
57
|
datacenter: [
|
|
58
58
|
{
|
|
59
|
-
text: localization.virtualMachineOperations,
|
|
59
|
+
text: localization.common.virtualMachineOperations,
|
|
60
60
|
value: 'virtualMachineOperations',
|
|
61
61
|
},
|
|
62
62
|
],
|
|
63
63
|
host: [
|
|
64
|
-
{ text: localization.cpuUsageInPercent, value: 'cpuUsageInPercent' },
|
|
65
|
-
// { text: localization.datastore, value: 'datastore' },
|
|
66
|
-
{ text: localization.memory, value: 'memory' },
|
|
67
|
-
{ text: localization.disk, value: 'disk' },
|
|
68
|
-
{ text: localization.network, value: 'network' },
|
|
69
|
-
// { text: localization.power, value: 'power' },
|
|
70
|
-
// { text: localization.storageAdapters, value: 'storageAdapters' },
|
|
71
|
-
// { text: localization.storagePath, value: 'storagePath' },
|
|
72
|
-
// { text: localization.system, value: 'system' },
|
|
64
|
+
{ text: localization.common.cpuUsageInPercent, value: 'cpuUsageInPercent' },
|
|
65
|
+
// { text: localization.common.datastore, value: 'datastore' },
|
|
66
|
+
{ text: localization.common.memory, value: 'memory' },
|
|
67
|
+
{ text: localization.common.disk, value: 'disk' },
|
|
68
|
+
{ text: localization.common.network, value: 'network' },
|
|
69
|
+
// { text: localization.common.power, value: 'power' },
|
|
70
|
+
// { text: localization.common.storageAdapters, value: 'storageAdapters' },
|
|
71
|
+
// { text: localization.common.storagePath, value: 'storagePath' },
|
|
72
|
+
// { text: localization.common.system, value: 'system' },
|
|
73
73
|
// {
|
|
74
|
-
// text: localization.procuratorReplication,
|
|
74
|
+
// text: localization.common.procuratorReplication,
|
|
75
75
|
// value: 'procuratorReplication',
|
|
76
76
|
// },
|
|
77
77
|
],
|
|
78
78
|
vm: [
|
|
79
|
-
{ text: localization.cpuUsageInPercent, value: 'cpuUsageInPercent' },
|
|
80
|
-
// { text: localization.cpuUsageInMhz, value: 'cpuUsageInMhz' },
|
|
81
|
-
// { text: localization.cpuReady, value: 'cpuReady' },
|
|
82
|
-
// { text: localization.datastore, value: 'datastore' },
|
|
83
|
-
{ text: localization.memory, value: 'memory' },
|
|
84
|
-
{ text: localization.disk, value: 'disk' },
|
|
85
|
-
{ text: localization.network, value: 'network' },
|
|
86
|
-
// { text: localization.power, value: 'power' },
|
|
87
|
-
// { text: localization.virtualDisk, value: 'virtualDisk' },
|
|
79
|
+
{ text: localization.common.cpuUsageInPercent, value: 'cpuUsageInPercent' },
|
|
80
|
+
// { text: localization.common.cpuUsageInMhz, value: 'cpuUsageInMhz' },
|
|
81
|
+
// { text: localization.common.cpuReady, value: 'cpuReady' },
|
|
82
|
+
// { text: localization.common.datastore, value: 'datastore' },
|
|
83
|
+
{ text: localization.common.memory, value: 'memory' },
|
|
84
|
+
{ text: localization.common.disk, value: 'disk' },
|
|
85
|
+
{ text: localization.common.network, value: 'network' },
|
|
86
|
+
// { text: localization.common.power, value: 'power' },
|
|
87
|
+
// { text: localization.common.virtualDisk, value: 'virtualDisk' },
|
|
88
88
|
],
|
|
89
89
|
}
|
|
90
90
|
const currentOptions = viewData[type]
|
|
@@ -103,10 +103,10 @@ export const viewFunc = (
|
|
|
103
103
|
export const exportFunc = (
|
|
104
104
|
localization: UI_I_Localization
|
|
105
105
|
): UI_I_DropMenu<string>[] => [
|
|
106
|
-
{ text: localization.toPng + '...', action: 'png' },
|
|
107
|
-
{ text: localization.toJpeg + '...', action: 'jpeg' },
|
|
108
|
-
{ text: localization.toSvg + '...', action: 'svg' },
|
|
109
|
-
{ text: localization.toCsv + '...', action: 'csv' },
|
|
106
|
+
{ text: localization.common.toPng + '...', action: 'png' },
|
|
107
|
+
{ text: localization.common.toJpeg + '...', action: 'jpeg' },
|
|
108
|
+
{ text: localization.common.toSvg + '...', action: 'svg' },
|
|
109
|
+
{ text: localization.common.toCsv + '...', action: 'csv' },
|
|
110
110
|
]
|
|
111
111
|
|
|
112
112
|
export const getCurrentOptionsStorageFunc = (
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div class="charts-view">
|
|
3
3
|
<div v-if="!allData.length" class="content-global-loading">
|
|
4
|
-
{{ localization.loading }}...
|
|
4
|
+
{{ localization.common.loading }}...
|
|
5
5
|
</div>
|
|
6
6
|
<template v-else>
|
|
7
7
|
<template v-for="(chartData, key) in allData" :key="chartData.title">
|
|
8
8
|
<div :class="['chart-container', `graph-${chartData.title}`]">
|
|
9
9
|
<div v-if="chartData.loader" class="graphic-loader-block">
|
|
10
10
|
<div class="spinner"></div>
|
|
11
|
-
<p>{{ localization.retrievingData }}...</p>
|
|
11
|
+
<p>{{ localization.common.retrievingData }}...</p>
|
|
12
12
|
</div>
|
|
13
13
|
<common-graph
|
|
14
14
|
v-else-if="chartData.data"
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
<div v-else class="graph-empty-block">
|
|
20
20
|
<div class="title">{{ chartData.title }}</div>
|
|
21
21
|
<div class="body-block">
|
|
22
|
-
{{ localization.emptyGraphText }}
|
|
22
|
+
{{ localization.common.emptyGraphText }}
|
|
23
23
|
</div>
|
|
24
24
|
</div>
|
|
25
25
|
</div>
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<div class="horizontal-flex-container overview-chart-title-bar">
|
|
3
3
|
<div class="horizontal-flex-container">
|
|
4
4
|
<label for="periodSelect" class="label-select"
|
|
5
|
-
>{{ localization.period }}:</label
|
|
5
|
+
>{{ localization.common.period }}:</label
|
|
6
6
|
>
|
|
7
7
|
<div v-if="!disabledPeriodOptions" class="select">
|
|
8
8
|
<select
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
id="show-interval-modal-button"
|
|
27
27
|
data-id="show-interval-modal-button"
|
|
28
28
|
@click="onShowIntervalModal"
|
|
29
|
-
>{{ localization.changeCustomInterval }}</a
|
|
29
|
+
>{{ localization.common.changeCustomInterval }}</a
|
|
30
30
|
>
|
|
31
31
|
</div>
|
|
32
32
|
<div v-if="!disabledPeriodOptions" class="chart-title">
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
</div>
|
|
35
35
|
<div class="view-select-label horizontal-flex-container">
|
|
36
36
|
<label for="viewSelect" class="label-select"
|
|
37
|
-
>{{ localization.view }}:</label
|
|
37
|
+
>{{ localization.common.view }}:</label
|
|
38
38
|
>
|
|
39
39
|
<div class="select">
|
|
40
40
|
<select id="viewSelect" v-model="selectedView" data-id="view-select">
|
package/components/common/monitor/overview/filters/customIntervalModal/CustomIntervalModal.vue
CHANGED
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
<td class="text-right">
|
|
25
25
|
<label class="custom-time-label">
|
|
26
26
|
<span class="custom-time-label-text text-capitalize">
|
|
27
|
-
{{ localization.from }}:
|
|
27
|
+
{{ localization.common.from }}:
|
|
28
28
|
</span>
|
|
29
29
|
</label>
|
|
30
30
|
</td>
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
<td class="text-right">
|
|
61
61
|
<label class="custom-time-label">
|
|
62
62
|
<span class="custom-time-label-text text-capitalize">
|
|
63
|
-
{{ localization.to }}:
|
|
63
|
+
{{ localization.common.to }}:
|
|
64
64
|
</span>
|
|
65
65
|
</label>
|
|
66
66
|
</td>
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
|
|
107
107
|
<script setup lang="ts">
|
|
108
108
|
import { format } from 'date-fns'
|
|
109
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
109
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
110
110
|
import { checkDateFunc } from '~/components/common/monitor/overview/filters/customIntervalModal/lib/config/dateChecker'
|
|
111
111
|
|
|
112
112
|
const props = defineProps<{
|
package/components/common/monitor/overview/filters/customIntervalModal/lib/config/dateChecker.ts
CHANGED
|
@@ -34,18 +34,18 @@ export const checkDateFunc = (
|
|
|
34
34
|
!timeFrom ||
|
|
35
35
|
!timeTo
|
|
36
36
|
) {
|
|
37
|
-
result = localization.invalidTimeEntry
|
|
37
|
+
result = localization.common.invalidTimeEntry
|
|
38
38
|
return result
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
if (unixEndDate > new Date().getTime())
|
|
42
|
-
result = localization.oneOfSelectedDatesIsInTheFuture
|
|
42
|
+
result = localization.common.oneOfSelectedDatesIsInTheFuture
|
|
43
43
|
else if (unixEndDate === unixStartDate)
|
|
44
|
-
result = localization.timeToShouldBeLaterTimeFrom
|
|
44
|
+
result = localization.common.timeToShouldBeLaterTimeFrom
|
|
45
45
|
else if (unixEndDate - unixStartDate <= 3600000)
|
|
46
|
-
result = localization.timeRangeShouldNotBeSmallerThanHour
|
|
46
|
+
result = localization.common.timeRangeShouldNotBeSmallerThanHour
|
|
47
47
|
else if (isMoreThanOneMonth(unixStartDate, unixEndDate))
|
|
48
|
-
result = localization.timeRangeShouldNotBeMoreThanMonth
|
|
48
|
+
result = localization.common.timeRangeShouldNotBeMoreThanMonth
|
|
49
49
|
else return [unixStartDate, unixEndDate]
|
|
50
50
|
|
|
51
51
|
return result
|
|
@@ -8,19 +8,19 @@ export const periodFunc = (
|
|
|
8
8
|
localization: UI_I_Localization
|
|
9
9
|
): UI_I_OptionItem[] => [
|
|
10
10
|
{
|
|
11
|
-
text: localization.realTime,
|
|
11
|
+
text: localization.common.realTime,
|
|
12
12
|
value: 'real_time',
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
|
-
text: localization.lastDay,
|
|
15
|
+
text: localization.common.lastDay,
|
|
16
16
|
value: 'last_day',
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
|
-
text: localization.lastWeek,
|
|
19
|
+
text: localization.common.lastWeek,
|
|
20
20
|
value: 'last_week',
|
|
21
21
|
},
|
|
22
22
|
{
|
|
23
|
-
text: localization.lastMonth,
|
|
23
|
+
text: localization.common.lastMonth,
|
|
24
24
|
value: 'last_month',
|
|
25
25
|
},
|
|
26
26
|
// {
|
|
@@ -28,7 +28,7 @@ export const periodFunc = (
|
|
|
28
28
|
// value: 'last_year',
|
|
29
29
|
// },
|
|
30
30
|
{
|
|
31
|
-
text: localization.customInterval,
|
|
31
|
+
text: localization.common.customInterval,
|
|
32
32
|
value: 'custom_interval',
|
|
33
33
|
},
|
|
34
34
|
]
|
|
@@ -39,28 +39,28 @@ export const viewFunc = (
|
|
|
39
39
|
project: UI_T_Project
|
|
40
40
|
): UI_I_OptionItem[] => {
|
|
41
41
|
const host = [
|
|
42
|
-
{ text: localization.overview, value: 'overview' },
|
|
43
|
-
{ text: localization.memory, value: 'memory' },
|
|
44
|
-
// { text: localization.overview, value: 'overview' },
|
|
45
|
-
{ text: localization.network, value: 'network' },
|
|
46
|
-
{ text: localization.disks, value: 'disks' },
|
|
47
|
-
// { text: localization.virtual_machines, value: 'virtual_machines' },
|
|
42
|
+
{ text: localization.common.overview, value: 'overview' },
|
|
43
|
+
{ text: localization.common.memory, value: 'memory' },
|
|
44
|
+
// { text: localization.common.overview, value: 'overview' },
|
|
45
|
+
{ text: localization.common.network, value: 'network' },
|
|
46
|
+
{ text: localization.common.disks, value: 'disks' },
|
|
47
|
+
// { text: localization.common.virtual_machines, value: 'virtual_machines' },
|
|
48
48
|
]
|
|
49
49
|
if (project === 'procurator')
|
|
50
50
|
host.push({
|
|
51
|
-
text: localization.spaceUtilization,
|
|
51
|
+
text: localization.common.spaceUtilization,
|
|
52
52
|
value: 'spaceUtilization',
|
|
53
53
|
})
|
|
54
54
|
|
|
55
55
|
const viewData: UI_I_OverviewViewOptionData = {
|
|
56
|
-
zone: [{ text: localization.overview, value: 'overview' }],
|
|
56
|
+
zone: [{ text: localization.common.overview, value: 'overview' }],
|
|
57
57
|
datacenter: [
|
|
58
58
|
{
|
|
59
|
-
text: localization.clusters,
|
|
59
|
+
text: localization.common.clusters,
|
|
60
60
|
value: 'clusters',
|
|
61
61
|
},
|
|
62
62
|
// {
|
|
63
|
-
// text: localization.spaceUtilization,
|
|
63
|
+
// text: localization.common.spaceUtilization,
|
|
64
64
|
// value: 'spaceUtilization',
|
|
65
65
|
// },
|
|
66
66
|
// {
|
|
@@ -70,13 +70,13 @@ export const viewFunc = (
|
|
|
70
70
|
],
|
|
71
71
|
host,
|
|
72
72
|
vm: [
|
|
73
|
-
{ text: localization.overview, value: 'overview' },
|
|
74
|
-
// { text: localization.space, value: 'space' },
|
|
75
|
-
// { text: localization.spaceUtilization, value: 'space_utilization' },
|
|
76
|
-
{ text: localization.network, value: 'network' },
|
|
77
|
-
{ text: localization.disks, value: 'disks' },
|
|
73
|
+
{ text: localization.common.overview, value: 'overview' },
|
|
74
|
+
// { text: localization.common.space, value: 'space' },
|
|
75
|
+
// { text: localization.common.spaceUtilization, value: 'space_utilization' },
|
|
76
|
+
{ text: localization.common.network, value: 'network' },
|
|
77
|
+
{ text: localization.common.disks, value: 'disks' },
|
|
78
78
|
],
|
|
79
|
-
cluster: [{ text: localization.overview, value: 'overview' }],
|
|
79
|
+
cluster: [{ text: localization.common.overview, value: 'overview' }],
|
|
80
80
|
}
|
|
81
81
|
|
|
82
82
|
return viewData[viewType]
|