bfg-common 1.3.643 → 1.3.645
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/atoms/alert/lib/models/interfaces.ts +1 -1
- package/components/atoms/collapse/CollapseNav.vue +1 -1
- package/components/atoms/collapse/CollapseNavItem.vue +2 -2
- package/components/atoms/combobox/Combobox.vue +1 -1
- package/components/atoms/datepicker/Datepicker.vue +2 -2
- package/components/atoms/datepicker/lib/config/allShortMonths.ts +1 -1
- package/components/atoms/datepicker/lib/config/datapicker.ts +1 -1
- package/components/atoms/dropdown/dropdown/Dropdown.vue +1 -1
- package/components/atoms/list/SelectList.vue +1 -1
- package/components/atoms/list/dragDropList/DragDropList.vue +1 -1
- package/components/atoms/loader/PreLoader.vue +1 -1
- package/components/atoms/modal/Modal.vue +1 -1
- package/components/atoms/modal/bySteps/BySteps.vue +253 -252
- package/components/atoms/nav/NavBar.vue +1 -1
- package/components/atoms/nav/VerticalNavBar.vue +1 -1
- package/components/atoms/notificationBar/NotificationBar.vue +2 -2
- package/components/atoms/perPage/PerPage.vue +2 -2
- package/components/atoms/select/TheSelect.vue +1 -1
- package/components/atoms/table/compact/Compact.vue +1 -1
- package/components/atoms/table/dataGrid/DataGrid.vue +2 -2
- package/components/atoms/table/dataGrid/DataGridColumnSwitch.vue +1 -1
- package/components/atoms/table/dataGrid/DataGridPage.vue +1 -1
- package/components/atoms/table/dataGrid/DataGridPagination.vue +2 -2
- package/components/atoms/table/dataGrid/lib/config/itemsPerPage.ts +1 -1
- package/components/atoms/table/dataGrid/lib/models/types.ts +1 -1
- package/components/atoms/table/dataGrid/lib/utils/constructDataTable.ts +1 -1
- package/components/atoms/table/info/Info.vue +1 -1
- package/components/atoms/table/simpleInfo/SimpleInfo.vue +1 -1
- package/components/atoms/table/simpleTable/SimpleTable.vue +1 -1
- package/components/atoms/tabs/Tabs.vue +2 -2
- package/components/atoms/tabs/VerticalTabs.vue +1 -1
- package/components/atoms/tooltip/Signpost.vue +1 -1
- package/components/atoms/tooltip/Tooltip.vue +1 -1
- package/components/atoms/tooltip/TooltipError.vue +1 -1
- package/components/common/BadBrowser.vue +3 -3
- package/components/common/adapterManager/AdapterManager.vue +10 -10
- package/components/common/adapterManager/AddAdapterModal.vue +1 -1
- package/components/common/adapterManager/AddAdapterWarningModal.vue +3 -3
- package/components/common/adapterManager/NoActiveAdaptersModal.vue +4 -4
- package/components/common/adapterManager/NoConnectedActiveAdaptersModal.vue +4 -4
- package/components/common/adapterManager/lib/config/index.ts +1 -1
- package/components/common/adapterManager/ui/NoSelectedAdapter.vue +3 -3
- package/components/common/adapterManager/ui/SecondTitle.vue +3 -3
- package/components/common/adapterManager/ui/actions/AddAdapterButton.vue +2 -2
- package/components/common/adapterManager/ui/actions/MoveDownAdapterButton.vue +2 -2
- package/components/common/adapterManager/ui/actions/MoveUpAdapterButton.vue +2 -2
- package/components/common/adapterManager/ui/actions/RemoveAdapterButton.vue +2 -2
- package/components/common/adapterManager/ui/table/Header.vue +1 -1
- package/components/common/browse/Browse.vue +5 -5
- package/components/common/countdownTimer/CountdownTimer.vue +1 -1
- package/components/common/details/DetailsList.vue +1 -1
- package/components/common/diagramMain/DiagramMain.vue +6 -8
- package/components/common/diagramMain/Header.vue +6 -6
- package/components/common/diagramMain/adapter/AdapterItem.vue +1 -1
- package/components/common/diagramMain/adapter/Contents.vue +4 -4
- package/components/common/diagramMain/lib/config/index.ts +2 -2
- package/components/common/diagramMain/lib/config/initial.ts +1 -1
- package/components/common/diagramMain/lib/models/interfaces.ts +1 -1
- package/components/common/diagramMain/lib/models/types.ts +1 -1
- package/components/common/diagramMain/lib/utils/utils.ts +3 -3
- package/components/common/diagramMain/modals/ManagePhysicalAdaptersModal.vue +3 -3
- package/components/common/diagramMain/modals/Modals.vue +8 -8
- package/components/common/diagramMain/modals/editSettings/ConfirmTeamingSettingsModal.vue +4 -4
- package/components/common/diagramMain/modals/editSettings/EditSettings.vue +1 -1
- package/components/common/diagramMain/modals/editSettings/EditSettingsModal.vue +2 -2
- package/components/common/diagramMain/modals/editSettings/tabs/NetworkProperties.vue +7 -7
- package/components/common/diagramMain/modals/editSettings/tabs/Security.vue +14 -14
- package/components/common/diagramMain/modals/editSettings/tabs/SwitchProperties.vue +6 -6
- package/components/common/diagramMain/modals/editSettings/tabs/TeamingFailover.vue +7 -7
- package/components/common/diagramMain/modals/editSettings/tabs/TrafficShaping.vue +20 -20
- package/components/common/diagramMain/modals/editSettings/tabs/port/IpvFourSettings.vue +15 -15
- package/components/common/diagramMain/modals/editSettings/tabs/port/PortProperties.vue +7 -7
- package/components/common/diagramMain/modals/lib/config/adapterModal.ts +20 -20
- package/components/common/diagramMain/modals/lib/config/diagramConfig.ts +5 -5
- package/components/common/diagramMain/modals/lib/config/networkModal.ts +52 -52
- package/components/common/diagramMain/modals/lib/config/portModal.ts +48 -48
- package/components/common/diagramMain/modals/lib/config/switchModal.ts +41 -41
- package/components/common/diagramMain/modals/lib/config/vCenterModal.ts +5 -5
- package/components/common/diagramMain/modals/lib/config/vmKernelAdapter.ts +24 -24
- package/components/common/diagramMain/modals/lib/mappers/mappers.ts +1 -1
- package/components/common/diagramMain/modals/lib/utils/index.ts +4 -4
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/MigrateVmkernelAdapter.vue +5 -5
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/lib/config/steps.ts +17 -17
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/steps/ConnectionSettings.vue +5 -5
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/steps/SelectVmkernelAdapter.vue +4 -4
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/steps/VmkernelAdapterReadyComplete.vue +2 -2
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/connectionSettings.ts +13 -13
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/selectVmkernelAdapter.ts +5 -5
- package/components/common/diagramMain/modals/remove/RemoveModal.vue +8 -8
- package/components/common/diagramMain/modals/viewSettings/ViewSettings.vue +3 -3
- package/components/common/diagramMain/network/Block.vue +1 -1
- package/components/common/diagramMain/network/Contents.vue +3 -3
- package/components/common/diagramMain/network/Lines.vue +1 -1
- package/components/common/diagramMain/network/NoNetwork.vue +2 -2
- package/components/common/diagramMain/network/SecondBlock.vue +1 -1
- package/components/common/diagramMain/port/Port.vue +4 -4
- package/components/common/diagramMain/port/Ports.vue +1 -1
- package/components/common/diagramMain/switch/Switch.vue +1 -1
- package/components/common/diagramMain/switch/SwitchSelected.vue +1 -1
- package/components/common/feedback/Buttons.vue +6 -6
- package/components/common/feedback/Feedback.vue +5 -5
- package/components/common/feedback/Message.vue +16 -16
- package/components/common/feedback/VisitPortal.vue +3 -3
- package/components/common/feedback/lib/config/drawingPanel.ts +5 -5
- package/components/common/feedback/lib/config/feedbackTabs.ts +5 -5
- package/components/common/graph/Graph.vue +1 -1
- package/components/common/graph/lib/utils/renderGraph.ts +13 -13
- package/components/common/help/navbar/left/Left.vue +2 -2
- package/components/common/home/ResourceBlock.vue +5 -5
- package/components/common/home/StatusContent.vue +1 -1
- package/components/common/home/alertsTable/lib/config/config.ts +3 -3
- package/components/common/home/servicesTable/lib/config/config.ts +2 -2
- package/components/common/layout/theHeader/feedback/Feedback.vue +2 -2
- package/components/common/layout/theHeader/helpMenu/helpMenuNew/lib/config/dropMenu.ts +1 -1
- package/components/common/layout/theHeader/modals/Reconnect.vue +4 -4
- package/components/common/layout/theHeader/modals/RedirectLogin.vue +3 -3
- package/components/common/layout/theHeader/userMenu/modals/changePassword/ChangePassword.vue +6 -6
- package/components/common/layout/theHeader/userMenu/modals/changePassword/lib/config/form.ts +2 -2
- package/components/common/layout/theHeader/userMenu/modals/preferences/PreferencesNew.vue +1 -3
- package/components/common/layout/theHeader/userMenu/modals/preferences/PreferencesOld.vue +3 -3
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguage.vue +1 -1
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguageNew.vue +1 -1
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/lib/config/radioOptions.ts +2 -2
- package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/DefaultConsoleNew.vue +2 -2
- package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/DefaultConsoleOld.vue +1 -1
- package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/lib/config/consoleOptions.ts +2 -2
- package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/Inventory.vue +0 -4
- package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/InventoryNew.vue +2 -2
- package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/InventoryOld.vue +2 -2
- package/components/common/layout/theHeader/userMenu/modals/preferences/lib/config/preferencesTabs.ts +4 -4
- package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/TimeFormat.vue +1 -1
- package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/TimeFormatNew.vue +1 -1
- package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/lib/config/formatOptions.ts +3 -3
- package/components/common/layout/theHeader/userMenu/modals/preferences/view/View.vue +1 -1
- package/components/common/layout/theHeader/userMenu/modals/preferences/view/ViewNew.vue +2 -2
- package/components/common/layout/theHeader/userMenu/modals/preferences/view/ViewOld.vue +1 -1
- package/components/common/layout/theHeader/userMenu/userMenuNew/lib/config/dropMenu.ts +3 -3
- package/components/common/layout/theHeader/userMenu/userMenuOld/lib/config/dropMenu.ts +4 -4
- package/components/common/mainNavigationPanel/MainNavigationPanelNew.vue +5 -5
- package/components/common/mainNavigationPanel/MainNavigationPanelOld.vue +4 -4
- package/components/common/modals/Confirmation.vue +3 -3
- package/components/common/modals/Rename.vue +5 -5
- package/components/common/modals/lib/config/defaultForm.ts +3 -3
- package/components/common/modals/lib/models/interfaces.ts +1 -1
- package/components/common/monitor/advanced/Advanced.vue +3 -3
- package/components/common/monitor/advanced/GraphView.vue +1 -1
- package/components/common/monitor/advanced/table/Table.vue +1 -1
- package/components/common/monitor/advanced/table/lib/config/performanceDatatable.ts +8 -8
- package/components/common/monitor/advanced/tools/Tools.vue +3 -3
- package/components/common/monitor/advanced/tools/chartOptionsModal/ChartOptionsModal.vue +1 -1
- package/components/common/monitor/advanced/tools/chartOptionsModal/actions/Actions.vue +4 -4
- package/components/common/monitor/advanced/tools/chartOptionsModal/actions/lib/utils/optionsActions.ts +2 -2
- package/components/common/monitor/advanced/tools/chartOptionsModal/actions/saveOptionsModal/SaveOptionsModal.vue +2 -2
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/Table.vue +1 -1
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/lib/config/tableConfig.ts +2 -2
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/lib/config/utils.ts +285 -285
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/form/Form.vue +5 -5
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/form/lib/config/dateForm.ts +13 -13
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/Object.vue +1 -1
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/lib/config/objectTable.ts +1 -1
- package/components/common/monitor/advanced/tools/chartOptionsModal/metrics/Metrics.vue +1 -1
- package/components/common/monitor/advanced/tools/chartOptionsModal/metrics/lib/config/optionsMetrics.ts +31 -31
- package/components/common/monitor/advanced/tools/lib/config/advancedToolbar.ts +32 -32
- package/components/common/monitor/overview/Overview.vue +3 -3
- package/components/common/monitor/overview/filters/Filters.vue +3 -3
- package/components/common/monitor/overview/filters/customIntervalModal/CustomIntervalModal.vue +3 -3
- package/components/common/monitor/overview/filters/customIntervalModal/lib/config/dateChecker.ts +5 -5
- package/components/common/monitor/overview/filters/lib/config/filterOptions.ts +21 -21
- package/components/common/pages/Tasks.vue +1 -1
- package/components/common/pages/hardwareHealth/HardwareHealth.vue +3 -3
- package/components/common/pages/hardwareHealth/lib/config/tabsPannel.ts +5 -5
- package/components/common/pages/hardwareHealth/tableView/TableView.vue +1 -1
- package/components/common/pages/hardwareHealth/tableView/lib/config/alertWarningTable.ts +3 -3
- package/components/common/pages/hardwareHealth/tableView/lib/config/sensorTable.ts +5 -5
- package/components/common/pages/hardwareHealth/tableView/lib/config/storageSensorTable.ts +1 -1
- package/components/common/pages/hardwareHealth/tableView/lib/config/systemLogTable.ts +1 -1
- package/components/common/pages/hardwareHealth/tableView/modal/sensorWarning.vue +2 -2
- package/components/common/pages/hardwareHealth/toolsPanel/lib/config/actionsPanel.ts +3 -3
- package/components/common/perPage/PerPage.vue +3 -3
- package/components/common/recursionTree/RecursionTree.vue +1 -1
- package/components/common/resource/lib/models/interfaces.ts +2 -2
- package/components/common/resource/progressBlock/ProgressBlock.vue +6 -6
- package/components/common/resource/simple/Simple.vue +3 -3
- package/components/common/select/button/ButtonDropdown.vue +1 -1
- package/components/common/select/input/Input.vue +0 -3
- package/components/common/select/radio/RadioGroup.vue +1 -1
- package/components/common/shortcuts/Shortcuts.vue +1 -1
- package/components/common/spiceConsole/Drawer.vue +5 -5
- package/components/common/split/vertical/Vertical.vue +1 -1
- package/components/common/vm/actions/add/Add.vue +1 -1
- package/components/common/vm/actions/add/FolderTreeView.vue +1 -1
- package/components/common/vm/actions/add/lib/config/steps.ts +9 -9
- package/components/common/vm/actions/add/lib/utils.ts +28 -28
- package/components/common/vm/actions/clone/Clone.vue +1 -1
- package/components/common/vm/actions/clone/lib/models/interfaces.ts +1 -1
- package/components/common/vm/actions/clone/lib/utils.ts +3 -3
- package/components/common/vm/actions/common/customizeHardware/CustomizeHardware.vue +16 -16
- package/components/common/vm/actions/common/customizeHardware/lib/config/navItems.ts +2 -2
- package/components/common/vm/actions/common/customizeHardware/lib/models/interfaces.ts +2 -2
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/VirtualHardware.vue +14 -14
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/browseView/lib/models/interfaces.ts +1 -1
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/bus/Bus.vue +5 -5
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/bus/lib/config/options.ts +8 -8
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/CdDvdDrive.vue +11 -11
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/lib/config/fileTypes.ts +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/lib/config/options.ts +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/media/Media.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CoresPerSocket.vue +5 -5
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Cpu.vue +6 -6
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CpuHotPlug.vue +52 -50
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CpuModel.vue +6 -6
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Hv.vue +99 -95
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Iommu.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/MaxCpu.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Pc.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Sa.vue +9 -9
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/lib/config/cpuOptions.ts +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/shares/Shares.vue +7 -7
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/shares/lib/config/options.ts +8 -8
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/tooltip/Tooltip.vue +5 -5
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/config/binaryOptions.ts +5 -5
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/config/dropdownItems.ts +9 -9
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/limit/Limit.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/limit/lib/config/options.ts +6 -6
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/Memory.vue +6 -6
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/MemoryHotPlug.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/lib/config/memoryOptions.ts +6 -6
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/DiskFile.vue +2 -2
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/Location.vue +8 -8
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/MaximumSize.vue +2 -2
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/NewHardDisk.vue +10 -10
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/cache/Cache.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/limitIops/LimitIops.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/limitIops/lib/config/options.ts +6 -6
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/mode/Mode.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/mode/lib/config/options.ts +5 -5
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/provisioning/Provisioning.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/provisioning/lib/config/options.ts +5 -5
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/sharing/Sharing.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/sharing/lib/config/options.ts +5 -5
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/Location.vue +5 -5
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/NewNetwork.vue +8 -8
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/adapterType/AdapterType.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/adapterType/lib/config/options.ts +1 -1
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/MacAddress.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/lib/config/options.ts +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/DynamicDirectPathIo.vue +5 -5
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/lib/config/options.ts +1 -1
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/note/Note.vue +2 -2
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/nvidiaGrid/NvidiaGrid.vue +2 -2
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/typeSelection/TypeSelection.vue +1 -1
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newUsbController/NewUsbController.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newUsbController/lib/config/options.ts +1 -1
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/InputDevices.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/Other.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/reservation/Reservation.vue +5 -5
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/reservation/lib/config/options.ts +8 -8
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/Graphics.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/TotalVideoMemory.vue +5 -5
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/VideoCard.vue +6 -6
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/lib/config/options.ts +2 -2
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/model/Model.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/numberDisplays/NumberDisplays.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/numberDisplays/lib/config/options.ts +1 -1
- package/components/common/vm/actions/common/customizeHardware/vmoptions/Vmoptions.vue +6 -6
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/BootOptions.vue +6 -6
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/Menu.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/Secure.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/delay/Delay.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/delay/lib/config/config.ts +1 -1
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/firmware/Firmware.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/firmware/lib/config/config.ts +3 -3
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/Order.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/vmoptions/generalOptions/GeneralOptions.vue +8 -8
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/CopyPaste.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/FileTransfer.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/FolderSharing.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/PlaybackCompression.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/PowerControl.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/RemoteConsoleOptions.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/imgCompression/ImgCompression.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/imgCompression/lib/config/config.ts +4 -4
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/jpegCompression/JpegCompression.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/jpegCompression/lib/config/config.ts +5 -5
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/Keymap.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/lib/config/config.ts +1 -1
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/mouseMode/MouseMode.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/mouseMode/lib/config/config.ts +1 -1
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/Password.vue +5 -5
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/lib/models/interfaces.ts +1 -1
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/sharePolicy/SharePolicy.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/sharePolicy/lib/config/config.ts +4 -4
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/streamingMode/StreamingMode.vue +85 -85
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/streamingMode/lib/config/config.ts +2 -2
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/type/Type.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/type/lib/config/config.ts +1 -1
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/UsbRedirection.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/lib/config/config.ts +1 -1
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/zlibCompression/ZlibCompression.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/zlibCompression/lib/config/config.ts +5 -5
- package/components/common/vm/actions/common/customizeHardware/vmoptions/tools/Tools.vue +5 -5
- package/components/common/vm/actions/common/lib/config/capabilities.ts +1 -1
- package/components/common/vm/actions/common/lib/models/interfaces.ts +3 -3
- package/components/common/vm/actions/common/lib/models/types.ts +3 -3
- package/components/common/vm/actions/common/select/compatibility/Compatibility.vue +3 -3
- package/components/common/vm/actions/common/select/computeResource/ComputeResource.vue +2 -2
- package/components/common/vm/actions/common/select/computeResource/TreeView.vue +1 -3
- package/components/common/vm/actions/common/select/createType/lib/config/items.ts +2 -2
- package/components/common/vm/actions/common/select/lib/models/interfaces.ts +2 -2
- package/components/common/vm/actions/common/select/name/Name.vue +3 -3
- package/components/common/vm/actions/common/select/storage/lib/config/config.ts +2 -2
- package/components/common/vm/actions/editSettings/EditSettings.vue +1 -1
- package/components/common/vm/actions/editSettings/lib/models/types.ts +3 -3
- package/components/common/vm/actions/editSettings/lib/utils.ts +2 -2
- package/components/common/vm/actions/lib/models/interfaces.ts +1 -1
- package/components/common/vm/actions/lib/utils.ts +6 -6
- package/components/common/weekSelect/lib/config/options.ts +3 -3
- package/components/common/wizards/datastore/add/Add.vue +6 -6
- package/components/common/wizards/datastore/add/lib/config/stepItems.ts +13 -13
- package/components/common/wizards/datastore/add/lib/models/interfaces.ts +1 -1
- package/components/common/wizards/datastore/add/lib/utils.ts +2 -2
- package/components/common/wizards/datastore/add/local/Local.vue +4 -4
- package/components/common/wizards/datastore/add/local/createName/CreateName.vue +4 -4
- package/components/common/wizards/datastore/add/local/createName/lib/config/defaultForm.ts +2 -2
- package/components/common/wizards/datastore/add/nfs/Nfs.vue +3 -3
- package/components/common/wizards/datastore/add/nfs/accessibility/Accessibility.vue +4 -4
- package/components/common/wizards/datastore/add/nfs/accessibility/lib/config/tabsPannel.ts +4 -4
- package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/TablesView.vue +6 -6
- package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/config/compatibleTable.ts +5 -5
- package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/config/hostsTableItems.ts +3 -3
- package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/config/incompatibleTable.ts +6 -6
- package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/config/tableKeys.ts +1 -1
- package/components/common/wizards/datastore/add/nfs/configuration/Configuration.vue +10 -10
- package/components/common/wizards/datastore/add/nfs/configuration/lib/config/defaultForm.ts +4 -4
- package/components/common/wizards/datastore/add/nfs/configuration/lib/models/interfaces.ts +1 -1
- package/components/common/wizards/datastore/add/nfs/configuration/serversList/DeletePopover.vue +2 -2
- package/components/common/wizards/datastore/add/nfs/configuration/serversList/ServersList.vue +4 -4
- package/components/common/wizards/datastore/add/nfs/configuration/serversList/lib/config/serversListConfig.ts +3 -4
- package/components/common/wizards/datastore/add/nfs/configuration/serversList/lib/config/tableKeys.ts +1 -1
- package/components/common/wizards/datastore/add/nfs/configuration/serversList/lib/models/interfaces.ts +1 -1
- package/components/common/wizards/datastore/add/nfs/kerberosAuthentication/KerberosAuthentication.vue +4 -4
- package/components/common/wizards/datastore/add/nfs/kerberosAuthentication/lib/config/radioOptions.ts +5 -5
- package/components/common/wizards/datastore/add/nfs/version/Version.vue +3 -3
- package/components/common/wizards/datastore/add/nfs/version/lib/config/versionOptions.ts +4 -4
- package/components/common/wizards/datastore/add/readyComplete/ReadyComplete.vue +4 -4
- package/components/common/wizards/datastore/add/readyComplete/lib/config/propertiesDetails.ts +22 -22
- package/components/common/wizards/datastore/add/sharedStorm/SharedStorm.vue +1 -1
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/DeviceSelection.vue +11 -11
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/hostTable/HostTable.vue +5 -5
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/hostTable/lib/config/hostsTable.ts +9 -9
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/hostTable/lib/config/tableKeys.ts +1 -1
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/lib/config/defaultForm.ts +3 -3
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/lib/config/selectOptions.ts +3 -3
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/lib/models/interfaces.ts +2 -2
- package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/PartitionConfiguration.vue +9 -9
- package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/lib/config/selectOptions.ts +8 -8
- package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/sizeGraphic/sizeGraphic.vue +2 -2
- package/components/common/wizards/datastore/add/sharedStorm/version/Version.vue +3 -3
- package/components/common/wizards/datastore/add/sharedStorm/version/lib/config/versionOptions.ts +4 -4
- package/components/common/wizards/datastore/add/types/Types.vue +2 -2
- package/components/common/wizards/datastore/add/types/lib/config/typeOptions.ts +6 -6
- package/components/common/wizards/network/add/Add.vue +1 -1
- package/components/common/wizards/network/add/lib/config/initialData.ts +1 -2
- package/components/common/wizards/network/add/lib/config/portPropertiesStep.ts +11 -11
- package/components/common/wizards/network/add/lib/config/selectSwitch.ts +7 -7
- package/components/common/wizards/network/add/lib/config/sendData.ts +2 -2
- package/components/common/wizards/network/add/lib/config/steps.ts +77 -77
- package/components/common/wizards/network/add/lib/models/interfaces.ts +1 -1
- package/components/common/wizards/network/add/modals/SelectNetwork.vue +5 -5
- package/components/common/wizards/network/add/modals/SelectStandardSwitch.vue +5 -5
- package/components/common/wizards/network/add/modals/SelectSwitch.vue +5 -5
- package/components/common/wizards/network/add/steps/ConnectionSettings.vue +5 -5
- package/components/common/wizards/network/add/steps/CreateStandardSwitch.vue +4 -4
- package/components/common/wizards/network/add/steps/IpFourSettings.vue +9 -9
- package/components/common/wizards/network/add/steps/PortProperties.vue +19 -19
- package/components/common/wizards/network/add/steps/ReadyComplete.vue +1 -1
- package/components/common/wizards/network/add/steps/SelectConnectionType.vue +7 -7
- package/components/common/wizards/network/add/steps/SelectedTargetDevice.vue +12 -12
- package/components/common/wizards/network/add/validations/connectionSettings.ts +9 -9
- package/components/common/wizards/network/add/validations/createStandardSwitch.ts +3 -3
- package/components/common/wizards/network/add/validations/ipFourSettings.ts +21 -21
- package/components/common/wizards/network/add/validations/networkValidation.ts +4 -4
- package/components/common/wizards/network/add/validations/physicalAdapter.ts +1 -1
- package/components/common/wizards/network/add/validations/portProperties.ts +13 -13
- package/components/common/wizards/network/add/validations/targetDevice.ts +13 -13
- package/components/common/wizards/vm/common/tooltip/Tooltip.vue +1 -1
- package/components/common/wizards/vm/common/validation/compatibility/Compatibility.vue +1 -1
- package/components/common/wizards/vm/migrate/lib/config/constructDataReady.ts +7 -7
- package/components/common/wizards/vm/migrate/lib/utils.ts +14 -14
- package/components/common/wizards/vm/migrate/select/computeResource/lib/config/tabsPannel.ts +3 -3
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/clusterTable.ts +13 -13
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/hostTable.ts +12 -12
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/resourcePoolTable.ts +11 -11
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/vappsTable.ts +6 -6
- package/components/common/wizards/vm/migrate/select/network/Network.vue +2 -2
- package/components/common/wizards/vm/migrate/select/network/table/network/lib/config/advancedTable.ts +4 -4
- package/components/common/wizards/vm/migrate/select/network/table/network/lib/config/basicTable.ts +3 -3
- package/components/common/wizards/vm/migrate/select/network/table/useAt/lib/config/useAtTable.ts +3 -3
- package/components/common/wizards/vm/migrate/select/priority/lib/config/typeOptions.ts +4 -4
- package/components/common/wizards/vm/migrate/select/storage/Storage.vue +1 -1
- package/components/common/wizards/vm/migrate/select/storage/configure/batch/Batch.vue +1 -4
- package/components/common/wizards/vm/migrate/select/storage/configure/disk/Disk.vue +1 -1
- package/components/common/wizards/vm/migrate/select/storage/diskFormat/DiskFormat.vue +1 -1
- package/components/common/wizards/vm/migrate/select/storage/lib/config/tabsPannel.ts +2 -2
- package/components/common/wizards/vm/migrate/select/storage/policy/Policy.vue +1 -1
- package/components/common/wizards/vm/migrate/select/storage/selectedPerDisk/SelectedPerDisk.vue +1 -1
- package/components/common/wizards/vm/migrate/select/storage/table/datastore/lib/config/config.ts +11 -11
- package/components/common/wizards/vm/migrate/select/storage/table/disk/lib/config/config.ts +10 -10
- package/components/common/wizards/vm/migrate/select/targetServer/lib/config/tabsPannel.ts +2 -2
- package/components/common/wizards/vm/migrate/select/targetServer/new/New.vue +5 -5
- package/components/common/wizards/vm/migrate/select/type/lib/config/typeOptions.ts +9 -9
- package/lib/models/plugins/date/interfaces.ts +1 -1
- package/lib/models/plugins/validation/interfaces.ts +1 -1
- package/lib/models/store/interfaces.ts +1 -1
- package/lib/models/store/vm/interfaces.ts +3 -3
- package/package.json +1 -1
- package/plugins/date.ts +2 -2
- package/plugins/validation.ts +1 -1
|
@@ -1,95 +1,99 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="">
|
|
3
|
-
<atoms-stack-block :has-children="false">
|
|
4
|
-
<template #stackBlockKey>
|
|
5
|
-
{{ localization.hardwareVirtualization }}
|
|
6
|
-
</template>
|
|
7
|
-
<template #stackBlockContent>
|
|
8
|
-
<div class="flex-space-between">
|
|
9
|
-
<div class="flex-align-center">
|
|
10
|
-
<input
|
|
11
|
-
id="expose-hardware-assisted-virtualization"
|
|
12
|
-
v-model="hardwareVirtualizationLocal"
|
|
13
|
-
data-id="expose-hardware-assisted-virtualization"
|
|
14
|
-
type="checkbox"
|
|
15
|
-
disabled
|
|
16
|
-
/>
|
|
17
|
-
<label
|
|
18
|
-
for="expose-hardware-assisted-virtualization"
|
|
19
|
-
:class="['label-text-normal', { 'div-disabled': true }]"
|
|
20
|
-
>{{
|
|
21
|
-
localization.exposeHardwareAssistedVirtualizationGuestOs
|
|
22
|
-
}}</label
|
|
23
|
-
>
|
|
24
|
-
</div>
|
|
25
|
-
|
|
26
|
-
<div id="hv-help-icon">
|
|
27
|
-
<atoms-the-icon
|
|
28
|
-
fill="#0072a3"
|
|
29
|
-
width="24px"
|
|
30
|
-
height="24px"
|
|
31
|
-
name="info-circle"
|
|
32
|
-
data-id="show-hv-help-icon"
|
|
33
|
-
@click.stop="isShowHvHelp = !isShowHvHelp"
|
|
34
|
-
/>
|
|
35
|
-
<Teleport to="body">
|
|
36
|
-
<atoms-tooltip-signpost
|
|
37
|
-
v-if="isShowHvHelp"
|
|
38
|
-
elem-id="hv-help-icon"
|
|
39
|
-
@hide="isShowHvHelp = false"
|
|
40
|
-
>
|
|
41
|
-
<h3 class="hv-help-title">
|
|
42
|
-
{{ localization.mainNavigation.help }}
|
|
43
|
-
</h3>
|
|
44
|
-
|
|
45
|
-
<p class="hv-help-text">
|
|
46
|
-
{{
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
</
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
const
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
margin
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
1
|
+
<template>
|
|
2
|
+
<div class="">
|
|
3
|
+
<atoms-stack-block :has-children="false">
|
|
4
|
+
<template #stackBlockKey>
|
|
5
|
+
{{ localization.common.hardwareVirtualization }}
|
|
6
|
+
</template>
|
|
7
|
+
<template #stackBlockContent>
|
|
8
|
+
<div class="flex-space-between">
|
|
9
|
+
<div class="flex-align-center">
|
|
10
|
+
<input
|
|
11
|
+
id="expose-hardware-assisted-virtualization"
|
|
12
|
+
v-model="hardwareVirtualizationLocal"
|
|
13
|
+
data-id="expose-hardware-assisted-virtualization"
|
|
14
|
+
type="checkbox"
|
|
15
|
+
disabled
|
|
16
|
+
/>
|
|
17
|
+
<label
|
|
18
|
+
for="expose-hardware-assisted-virtualization"
|
|
19
|
+
:class="['label-text-normal', { 'div-disabled': true }]"
|
|
20
|
+
>{{
|
|
21
|
+
localization.common.exposeHardwareAssistedVirtualizationGuestOs
|
|
22
|
+
}}</label
|
|
23
|
+
>
|
|
24
|
+
</div>
|
|
25
|
+
|
|
26
|
+
<div id="hv-help-icon">
|
|
27
|
+
<atoms-the-icon
|
|
28
|
+
fill="#0072a3"
|
|
29
|
+
width="24px"
|
|
30
|
+
height="24px"
|
|
31
|
+
name="info-circle"
|
|
32
|
+
data-id="show-hv-help-icon"
|
|
33
|
+
@click.stop="isShowHvHelp = !isShowHvHelp"
|
|
34
|
+
/>
|
|
35
|
+
<Teleport to="body">
|
|
36
|
+
<atoms-tooltip-signpost
|
|
37
|
+
v-if="isShowHvHelp"
|
|
38
|
+
elem-id="hv-help-icon"
|
|
39
|
+
@hide="isShowHvHelp = false"
|
|
40
|
+
>
|
|
41
|
+
<h3 class="hv-help-title">
|
|
42
|
+
{{ localization.mainNavigation.help }}
|
|
43
|
+
</h3>
|
|
44
|
+
|
|
45
|
+
<p class="hv-help-text">
|
|
46
|
+
{{
|
|
47
|
+
localization.common.hardwareVirtualizationHelpDescription
|
|
48
|
+
}}
|
|
49
|
+
</p>
|
|
50
|
+
</atoms-tooltip-signpost>
|
|
51
|
+
</Teleport>
|
|
52
|
+
</div>
|
|
53
|
+
</div>
|
|
54
|
+
</template>
|
|
55
|
+
</atoms-stack-block>
|
|
56
|
+
</div>
|
|
57
|
+
</template>
|
|
58
|
+
|
|
59
|
+
<script setup lang="ts">
|
|
60
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
61
|
+
|
|
62
|
+
const localization = computed<UI_I_Localization>(() => useLocal())
|
|
63
|
+
|
|
64
|
+
const props = defineProps<{
|
|
65
|
+
hardwareVirtualization: boolean
|
|
66
|
+
}>()
|
|
67
|
+
const emits = defineEmits<{
|
|
68
|
+
(event: 'update:hardware-virtualization', value: boolean): boolean
|
|
69
|
+
}>()
|
|
70
|
+
|
|
71
|
+
const hardwareVirtualizationLocal = computed<boolean>({
|
|
72
|
+
get() {
|
|
73
|
+
return props.hardwareVirtualization
|
|
74
|
+
},
|
|
75
|
+
set(newValue) {
|
|
76
|
+
emits('update:hardware-virtualization', newValue)
|
|
77
|
+
},
|
|
78
|
+
})
|
|
79
|
+
|
|
80
|
+
const isShowHvHelp = ref<boolean>(false)
|
|
81
|
+
</script>
|
|
82
|
+
|
|
83
|
+
<style scoped lang="scss">
|
|
84
|
+
#expose-hardware-assisted-virtualization {
|
|
85
|
+
margin: 4px 4px 0 0;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
h3.hv-help-title {
|
|
89
|
+
margin-top: 7px;
|
|
90
|
+
font-size: 22px;
|
|
91
|
+
color: #565656;
|
|
92
|
+
}
|
|
93
|
+
p.hv-help-text {
|
|
94
|
+
width: 310px;
|
|
95
|
+
margin-top: 24px;
|
|
96
|
+
font-size: 14px;
|
|
97
|
+
color: #565656;
|
|
98
|
+
}
|
|
99
|
+
</style>
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<div class="">
|
|
3
3
|
<atoms-stack-block :has-children="false">
|
|
4
4
|
<template #stackBlockKey>
|
|
5
|
-
{{ localization.iommu }}
|
|
5
|
+
{{ localization.common.iommu }}
|
|
6
6
|
</template>
|
|
7
7
|
<template #stackBlockContent>
|
|
8
8
|
<div class="flex-space-between">
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
<label
|
|
18
18
|
for="enable-iommu"
|
|
19
19
|
:class="['label-text-normal', { 'div-disabled': true }]"
|
|
20
|
-
>{{ localization.enabled }}</label
|
|
20
|
+
>{{ localization.common.enabled }}</label
|
|
21
21
|
>
|
|
22
22
|
</div>
|
|
23
23
|
</div>
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
</template>
|
|
28
28
|
|
|
29
29
|
<script setup lang="ts">
|
|
30
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
30
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
31
31
|
|
|
32
32
|
const localization = computed<UI_I_Localization>(() => useLocal())
|
|
33
33
|
|
package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/MaxCpu.vue
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<div class="">
|
|
3
3
|
<atoms-stack-block :has-children="false">
|
|
4
4
|
<template #stackBlockKey>
|
|
5
|
-
{{ localization.maxCpu }}
|
|
5
|
+
{{ localization.common.maxCpu }}
|
|
6
6
|
</template>
|
|
7
7
|
<template #stackBlockContent>
|
|
8
8
|
<div class="flex-align-center">
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
</template>
|
|
31
31
|
|
|
32
32
|
<script setup lang="ts">
|
|
33
|
-
import { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
34
|
-
import { UI_I_ErrorValidationField } from '~/lib/models/store/interfaces'
|
|
35
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
33
|
+
import type { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
34
|
+
import type { UI_I_ErrorValidationField } from '~/lib/models/store/interfaces'
|
|
35
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
36
36
|
|
|
37
37
|
const props = defineProps<{
|
|
38
38
|
cpuOptions: UI_I_OptionItem[]
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<div class="">
|
|
3
3
|
<atoms-stack-block :has-children="false">
|
|
4
4
|
<template #stackBlockKey>
|
|
5
|
-
{{ localization.performanceCounters }}
|
|
5
|
+
{{ localization.common.performanceCounters }}
|
|
6
6
|
</template>
|
|
7
7
|
<template #stackBlockContent>
|
|
8
8
|
<div class="flex-space-between">
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
<label
|
|
18
18
|
for="enable-performance-counters"
|
|
19
19
|
:class="['label-text-normal', { 'div-disabled': true }]"
|
|
20
|
-
>{{ localization.enableVirtualizedCpuPerformanceCounters }}</label
|
|
20
|
+
>{{ localization.common.enableVirtualizedCpuPerformanceCounters }}</label
|
|
21
21
|
>
|
|
22
22
|
</div>
|
|
23
23
|
</div>
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
</template>
|
|
28
28
|
|
|
29
29
|
<script setup lang="ts">
|
|
30
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
30
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
31
31
|
|
|
32
32
|
const localization = computed<UI_I_Localization>(() => useLocal())
|
|
33
33
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<div class="">
|
|
3
3
|
<atoms-stack-block :has-children="false">
|
|
4
4
|
<template #stackBlockKey>
|
|
5
|
-
{{ localization.schedulingAffinity }}
|
|
5
|
+
{{ localization.common.schedulingAffinity }}
|
|
6
6
|
</template>
|
|
7
7
|
<template #stackBlockContent>
|
|
8
8
|
<div class="flex-space-between">
|
|
@@ -37,21 +37,21 @@
|
|
|
37
37
|
</h3>
|
|
38
38
|
|
|
39
39
|
<p class="sa-help-text">
|
|
40
|
-
{{ localization.schedulingAffinityHelpDescription1 }}
|
|
40
|
+
{{ localization.common.schedulingAffinityHelpDescription1 }}
|
|
41
41
|
</p>
|
|
42
42
|
<p class="sa-help-text">
|
|
43
|
-
{{ localization.schedulingAffinityHelpDescription2 }}
|
|
43
|
+
{{ localization.common.schedulingAffinityHelpDescription2 }}
|
|
44
44
|
</p>
|
|
45
45
|
<p class="sa-help-text">
|
|
46
|
-
{{ localization.schedulingAffinityHelpDescription3 }}
|
|
46
|
+
{{ localization.common.schedulingAffinityHelpDescription3 }}
|
|
47
47
|
</p>
|
|
48
48
|
<p class="sa-help-text">
|
|
49
|
-
<strong>{{ localization.hyperthreadingStatus }}: </strong>
|
|
50
|
-
{{ localization.inactive }}
|
|
49
|
+
<strong>{{ localization.common.hyperthreadingStatus }}: </strong>
|
|
50
|
+
{{ localization.common.inactive }}
|
|
51
51
|
</p>
|
|
52
52
|
<p class="sa-help-text">
|
|
53
|
-
<strong>{{ localization.availableCpus }}: </strong>
|
|
54
|
-
8({{ localization.physicalCpus }})
|
|
53
|
+
<strong>{{ localization.common.availableCpus }}: </strong>
|
|
54
|
+
8({{ localization.common.physicalCpus }})
|
|
55
55
|
</p>
|
|
56
56
|
</atoms-tooltip-signpost>
|
|
57
57
|
</Teleport>
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
</template>
|
|
64
64
|
|
|
65
65
|
<script setup lang="ts">
|
|
66
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
66
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
67
67
|
|
|
68
68
|
const localization = computed<UI_I_Localization>(() => useLocal())
|
|
69
69
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
2
|
-
import { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
1
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
2
|
+
import type { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
3
3
|
|
|
4
4
|
export const cpuOptionsFunc = (
|
|
5
5
|
localization: UI_I_Localization,
|
|
@@ -8,12 +8,12 @@ export const cpuOptionsFunc = (
|
|
|
8
8
|
): UI_I_OptionItem[] => {
|
|
9
9
|
return [
|
|
10
10
|
{
|
|
11
|
-
text: `${localization.minimum}: ${min}`,
|
|
11
|
+
text: `${localization.common.minimum}: ${min}`,
|
|
12
12
|
value: min,
|
|
13
13
|
testId: 'option-minimum-cpu',
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
|
-
text: `${localization.maximum}: ${max}`,
|
|
16
|
+
text: `${localization.common.maximum}: ${max}`,
|
|
17
17
|
value: max,
|
|
18
18
|
testId: 'option-minimum-cpu',
|
|
19
19
|
},
|
package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/shares/Shares.vue
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<div class="">
|
|
3
3
|
<atoms-stack-block :has-children="false">
|
|
4
4
|
<template #stackBlockKey>
|
|
5
|
-
{{ localization.shares }}
|
|
5
|
+
{{ localization.common.shares }}
|
|
6
6
|
</template>
|
|
7
7
|
<template #stackBlockContent>
|
|
8
8
|
<div class="flex-align-center">
|
|
@@ -49,16 +49,16 @@
|
|
|
49
49
|
</template>
|
|
50
50
|
|
|
51
51
|
<script setup lang="ts">
|
|
52
|
+
import type {
|
|
53
|
+
UI_I_Localization,
|
|
54
|
+
UI_I_HTMLSelectElement,
|
|
55
|
+
} from '~/lib/models/interfaces'
|
|
56
|
+
import type { UI_I_ErrorValidationField } from '~/lib/models/store/interfaces'
|
|
57
|
+
import type { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
52
58
|
import {
|
|
53
59
|
sharesTypeOptionsFunc,
|
|
54
60
|
sharesOptionsFunc,
|
|
55
61
|
} from '~/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/shares/lib/config/options'
|
|
56
|
-
import {
|
|
57
|
-
UI_I_Localization,
|
|
58
|
-
UI_I_HTMLSelectElement,
|
|
59
|
-
} from '~/lib/models/interfaces'
|
|
60
|
-
import { UI_I_ErrorValidationField } from '~/lib/models/store/interfaces'
|
|
61
|
-
import { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
62
62
|
|
|
63
63
|
const localization = computed<UI_I_Localization>(() => useLocal())
|
|
64
64
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
2
|
-
import { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
1
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
2
|
+
import type { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
3
3
|
|
|
4
4
|
export const sharesOptionsFunc = (
|
|
5
5
|
localization: UI_I_Localization,
|
|
@@ -7,11 +7,11 @@ export const sharesOptionsFunc = (
|
|
|
7
7
|
): UI_I_OptionItem[] => {
|
|
8
8
|
return [
|
|
9
9
|
{
|
|
10
|
-
text: `${localization.minimum} 0`,
|
|
10
|
+
text: `${localization.common.minimum} 0`,
|
|
11
11
|
value: 0,
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
|
-
text: `${localization.maximum} ${maxShares}`,
|
|
14
|
+
text: `${localization.common.maximum} ${maxShares}`,
|
|
15
15
|
value: maxShares,
|
|
16
16
|
},
|
|
17
17
|
]
|
|
@@ -20,9 +20,9 @@ export const sharesTypeOptionsFunc = (
|
|
|
20
20
|
localization: UI_I_Localization
|
|
21
21
|
): UI_I_OptionItem[] => {
|
|
22
22
|
return [
|
|
23
|
-
{ text: localization.low, value: '1000' },
|
|
24
|
-
{ text: localization.normal, value: '2000' },
|
|
25
|
-
{ text: localization.high, value: '4000' },
|
|
26
|
-
{ text: localization.custom, value: '0' },
|
|
23
|
+
{ text: localization.common.low, value: '1000' },
|
|
24
|
+
{ text: localization.common.normal, value: '2000' },
|
|
25
|
+
{ text: localization.common.high, value: '4000' },
|
|
26
|
+
{ text: localization.common.custom, value: '0' },
|
|
27
27
|
]
|
|
28
28
|
}
|
|
@@ -19,16 +19,16 @@
|
|
|
19
19
|
</h3>
|
|
20
20
|
|
|
21
21
|
<p class="cpu-help-text">
|
|
22
|
-
{{ localization.vmCpuHelpText1 }}
|
|
22
|
+
{{ localization.common.vmCpuHelpText1 }}
|
|
23
23
|
</p>
|
|
24
24
|
<p class="cpu-help-text">
|
|
25
25
|
{{ props.vmCpuHelpTextSecond }}
|
|
26
26
|
</p>
|
|
27
27
|
<p class="cpu-help-text">
|
|
28
|
-
{{ localization.vmCpuHelpText3 }}
|
|
28
|
+
{{ localization.common.vmCpuHelpText3 }}
|
|
29
29
|
</p>
|
|
30
30
|
<p class="cpu-help-text">
|
|
31
|
-
{{ localization.vmCpuHelpText4 }}
|
|
31
|
+
{{ localization.common.vmCpuHelpText4 }}
|
|
32
32
|
</p>
|
|
33
33
|
|
|
34
34
|
<div class="flex-justify-end mt-1">
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
id="cpu-more-info-link"
|
|
37
37
|
href="javascript:void(0)"
|
|
38
38
|
class="cpu-more-info"
|
|
39
|
-
>{{ localization.moreInformation }}</a
|
|
39
|
+
>{{ localization.common.moreInformation }}</a
|
|
40
40
|
>
|
|
41
41
|
</div>
|
|
42
42
|
</atoms-tooltip-signpost>
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
</template>
|
|
46
46
|
|
|
47
47
|
<script lang="ts" setup>
|
|
48
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
48
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
49
49
|
|
|
50
50
|
const props = defineProps<{
|
|
51
51
|
vmCpuHelpTextSecond: string
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
2
|
-
import { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
1
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
2
|
+
import type { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
3
3
|
|
|
4
4
|
export const binaryOptionsFunc = (
|
|
5
5
|
localization: UI_I_Localization
|
|
6
6
|
): UI_I_OptionItem[] => {
|
|
7
7
|
return [
|
|
8
|
-
{ text: localization.mb, value: 'mb' },
|
|
9
|
-
{ text: localization.gb, value: 'gb' },
|
|
10
|
-
{ text: localization.tb, value: 'tb' },
|
|
8
|
+
{ text: localization.common.mb, value: 'mb' },
|
|
9
|
+
{ text: localization.common.gb, value: 'gb' },
|
|
10
|
+
{ text: localization.common.tb, value: 'tb' },
|
|
11
11
|
]
|
|
12
12
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
2
|
-
import { UI_I_DropdownTreeItem } from '~/components/atoms/dropdown/tree/lib/models/interfaces'
|
|
3
|
-
import { UI_I_PciDevice } from '~/lib/models/store/vm/interfaces'
|
|
1
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
2
|
+
import type { UI_I_DropdownTreeItem } from '~/components/atoms/dropdown/tree/lib/models/interfaces'
|
|
3
|
+
import type { UI_I_PciDevice } from '~/lib/models/store/vm/interfaces'
|
|
4
4
|
|
|
5
5
|
export const dropdownItemsFunc = (
|
|
6
6
|
localization: UI_I_Localization,
|
|
@@ -11,22 +11,22 @@ export const dropdownItemsFunc = (
|
|
|
11
11
|
|
|
12
12
|
return [
|
|
13
13
|
{
|
|
14
|
-
text: localization.disksDrivesStorage,
|
|
14
|
+
text: localization.common.disksDrivesStorage,
|
|
15
15
|
children: [
|
|
16
16
|
{
|
|
17
|
-
text: $text.toCapitalizeEveryWord(localization.hardDisk),
|
|
17
|
+
text: $text.toCapitalizeEveryWord(localization.common.hardDisk),
|
|
18
18
|
value: 1,
|
|
19
19
|
testId: 'disks-drives-storage',
|
|
20
20
|
},
|
|
21
21
|
{
|
|
22
|
-
text: $text.toCapitalizeEveryWord(localization.existingHardDisk),
|
|
22
|
+
text: $text.toCapitalizeEveryWord(localization.common.existingHardDisk),
|
|
23
23
|
value: 2,
|
|
24
24
|
testId: 'existing-hard-disk',
|
|
25
25
|
},
|
|
26
26
|
// { text: 'RDM Disk', value: 2 },
|
|
27
27
|
// { text: 'Host USB Device', value: 3 },
|
|
28
28
|
// { text: 'NVDIMM', value: 4 },
|
|
29
|
-
{ text: localization.cdDvdDrive, value: 5, testId: 'cd-dvd-drive' },
|
|
29
|
+
{ text: localization.common.cdDvdDrive, value: 5, testId: 'cd-dvd-drive' },
|
|
30
30
|
],
|
|
31
31
|
},
|
|
32
32
|
// {
|
|
@@ -53,10 +53,10 @@ export const dropdownItemsFunc = (
|
|
|
53
53
|
],
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
|
-
text: localization.network,
|
|
56
|
+
text: localization.common.network,
|
|
57
57
|
children: [
|
|
58
58
|
{
|
|
59
|
-
text: $text.toCapitalizeEveryWord(localization.networkAdapter),
|
|
59
|
+
text: $text.toCapitalizeEveryWord(localization.common.networkAdapter),
|
|
60
60
|
value: 14,
|
|
61
61
|
testId: 'network-adapter',
|
|
62
62
|
},
|
package/components/common/vm/actions/common/customizeHardware/virtualHardware/limit/Limit.vue
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<div class="">
|
|
3
3
|
<atoms-stack-block :has-children="false">
|
|
4
4
|
<template #stackBlockKey>
|
|
5
|
-
{{ localization.limit }}
|
|
5
|
+
{{ localization.common.limit }}
|
|
6
6
|
</template>
|
|
7
7
|
<template #stackBlockContent>
|
|
8
8
|
<div class="flex-align-center">
|
|
@@ -53,9 +53,9 @@ import {
|
|
|
53
53
|
limitOptionsFunc,
|
|
54
54
|
limitTypeOptionsFunc,
|
|
55
55
|
} from '~/components/common/vm/actions/common/customizeHardware/virtualHardware/limit/lib/config/options'
|
|
56
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
57
|
-
import { UI_I_ErrorValidationField } from '~/lib/models/store/interfaces'
|
|
58
|
-
import { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
56
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
57
|
+
import type { UI_I_ErrorValidationField } from '~/lib/models/store/interfaces'
|
|
58
|
+
import type { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
59
59
|
|
|
60
60
|
const localization = computed<UI_I_Localization>(() => useLocal())
|
|
61
61
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
2
|
-
import { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
1
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
2
|
+
import type { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
3
3
|
|
|
4
4
|
export const limitOptionsFunc = (
|
|
5
5
|
localization: UI_I_Localization,
|
|
@@ -7,11 +7,11 @@ export const limitOptionsFunc = (
|
|
|
7
7
|
): UI_I_OptionItem[] => {
|
|
8
8
|
return [
|
|
9
9
|
{
|
|
10
|
-
text: `${localization.minimum}: 0 ${localization[binaryKeys[0]]}`,
|
|
10
|
+
text: `${localization.common.minimum}: 0 ${localization.common[binaryKeys[0]]}`,
|
|
11
11
|
value: { value: 0, type: binaryKeys[0] },
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
|
-
text: `${localization.maximum}: ${localization.unlimited}`,
|
|
14
|
+
text: `${localization.common.maximum}: ${localization.common.unlimited}`,
|
|
15
15
|
value: { value: 'Unlimited', type: binaryKeys[0] },
|
|
16
16
|
},
|
|
17
17
|
]
|
|
@@ -22,7 +22,7 @@ export const limitTypeOptionsFunc = (
|
|
|
22
22
|
binaryKeys: [string, string]
|
|
23
23
|
): UI_I_OptionItem[] => {
|
|
24
24
|
return [
|
|
25
|
-
{ text: localization[binaryKeys[0]], value: binaryKeys[0] },
|
|
26
|
-
{ text: localization[binaryKeys[1]], value: binaryKeys[1] },
|
|
25
|
+
{ text: localization.common[binaryKeys[0]], value: binaryKeys[0] },
|
|
26
|
+
{ text: localization.common[binaryKeys[1]], value: binaryKeys[1] },
|
|
27
27
|
]
|
|
28
28
|
}
|
package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/Memory.vue
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
data-id="vm-wizard-toggle-block-memory"
|
|
8
8
|
class="flex-align-center"
|
|
9
9
|
>
|
|
10
|
-
<span>{{ localization.memory }}</span>
|
|
10
|
+
<span>{{ localization.common.memory }}</span>
|
|
11
11
|
<atoms-the-icon
|
|
12
12
|
v-show="memoryInvalid"
|
|
13
13
|
width="24px"
|
|
@@ -95,11 +95,11 @@
|
|
|
95
95
|
</template>
|
|
96
96
|
|
|
97
97
|
<script setup lang="ts">
|
|
98
|
-
import { API_UI_I_VmEditMemory } from '~/lib/models/store/vm/interfaces'
|
|
99
|
-
import { UI_I_SendDataMemory } from '~/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/models/interfaces'
|
|
100
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
101
|
-
import { UI_I_ErrorValidationField } from '~/lib/models/store/interfaces'
|
|
102
|
-
import { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
98
|
+
import type { API_UI_I_VmEditMemory } from '~/lib/models/store/vm/interfaces'
|
|
99
|
+
import type { UI_I_SendDataMemory } from '~/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/models/interfaces'
|
|
100
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
101
|
+
import type { UI_I_ErrorValidationField } from '~/lib/models/store/interfaces'
|
|
102
|
+
import type { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
103
103
|
import {
|
|
104
104
|
memoryOptionsFunc,
|
|
105
105
|
memoryTypeOptionsFunc,
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<div class="">
|
|
3
3
|
<atoms-stack-block :has-children="false">
|
|
4
4
|
<template #stackBlockKey>
|
|
5
|
-
{{ localization.memoryHotPlug }}
|
|
5
|
+
{{ localization.common.memoryHotPlug }}
|
|
6
6
|
</template>
|
|
7
7
|
<template #stackBlockContent>
|
|
8
8
|
<div class="flex-align-center">
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
<label
|
|
17
17
|
for="memory-hot-plug"
|
|
18
18
|
:class="['label-text-normal', props.disabled && 'div-disabled']"
|
|
19
|
-
>{{ localization.enable }}</label
|
|
19
|
+
>{{ localization.common.enable }}</label
|
|
20
20
|
>
|
|
21
21
|
</div>
|
|
22
22
|
</template>
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
</template>
|
|
26
26
|
|
|
27
27
|
<script setup lang="ts">
|
|
28
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
28
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
29
29
|
|
|
30
30
|
const localization = computed<UI_I_Localization>(() => useLocal())
|
|
31
31
|
|