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.
Files changed (418) hide show
  1. package/components/atoms/alert/lib/models/interfaces.ts +1 -1
  2. package/components/atoms/collapse/CollapseNav.vue +1 -1
  3. package/components/atoms/collapse/CollapseNavItem.vue +2 -2
  4. package/components/atoms/combobox/Combobox.vue +1 -1
  5. package/components/atoms/datepicker/Datepicker.vue +2 -2
  6. package/components/atoms/datepicker/lib/config/allShortMonths.ts +1 -1
  7. package/components/atoms/datepicker/lib/config/datapicker.ts +1 -1
  8. package/components/atoms/dropdown/dropdown/Dropdown.vue +1 -1
  9. package/components/atoms/list/SelectList.vue +1 -1
  10. package/components/atoms/list/dragDropList/DragDropList.vue +1 -1
  11. package/components/atoms/loader/PreLoader.vue +1 -1
  12. package/components/atoms/modal/Modal.vue +1 -1
  13. package/components/atoms/modal/bySteps/BySteps.vue +253 -252
  14. package/components/atoms/nav/NavBar.vue +1 -1
  15. package/components/atoms/nav/VerticalNavBar.vue +1 -1
  16. package/components/atoms/notificationBar/NotificationBar.vue +2 -2
  17. package/components/atoms/perPage/PerPage.vue +2 -2
  18. package/components/atoms/select/TheSelect.vue +1 -1
  19. package/components/atoms/table/compact/Compact.vue +1 -1
  20. package/components/atoms/table/dataGrid/DataGrid.vue +2 -2
  21. package/components/atoms/table/dataGrid/DataGridColumnSwitch.vue +1 -1
  22. package/components/atoms/table/dataGrid/DataGridPage.vue +1 -1
  23. package/components/atoms/table/dataGrid/DataGridPagination.vue +2 -2
  24. package/components/atoms/table/dataGrid/lib/config/itemsPerPage.ts +1 -1
  25. package/components/atoms/table/dataGrid/lib/models/types.ts +1 -1
  26. package/components/atoms/table/dataGrid/lib/utils/constructDataTable.ts +1 -1
  27. package/components/atoms/table/info/Info.vue +1 -1
  28. package/components/atoms/table/simpleInfo/SimpleInfo.vue +1 -1
  29. package/components/atoms/table/simpleTable/SimpleTable.vue +1 -1
  30. package/components/atoms/tabs/Tabs.vue +2 -2
  31. package/components/atoms/tabs/VerticalTabs.vue +1 -1
  32. package/components/atoms/tooltip/Signpost.vue +1 -1
  33. package/components/atoms/tooltip/Tooltip.vue +1 -1
  34. package/components/atoms/tooltip/TooltipError.vue +1 -1
  35. package/components/common/BadBrowser.vue +3 -3
  36. package/components/common/adapterManager/AdapterManager.vue +10 -10
  37. package/components/common/adapterManager/AddAdapterModal.vue +1 -1
  38. package/components/common/adapterManager/AddAdapterWarningModal.vue +3 -3
  39. package/components/common/adapterManager/NoActiveAdaptersModal.vue +4 -4
  40. package/components/common/adapterManager/NoConnectedActiveAdaptersModal.vue +4 -4
  41. package/components/common/adapterManager/lib/config/index.ts +1 -1
  42. package/components/common/adapterManager/ui/NoSelectedAdapter.vue +3 -3
  43. package/components/common/adapterManager/ui/SecondTitle.vue +3 -3
  44. package/components/common/adapterManager/ui/actions/AddAdapterButton.vue +2 -2
  45. package/components/common/adapterManager/ui/actions/MoveDownAdapterButton.vue +2 -2
  46. package/components/common/adapterManager/ui/actions/MoveUpAdapterButton.vue +2 -2
  47. package/components/common/adapterManager/ui/actions/RemoveAdapterButton.vue +2 -2
  48. package/components/common/adapterManager/ui/table/Header.vue +1 -1
  49. package/components/common/browse/Browse.vue +5 -5
  50. package/components/common/countdownTimer/CountdownTimer.vue +1 -1
  51. package/components/common/details/DetailsList.vue +1 -1
  52. package/components/common/diagramMain/DiagramMain.vue +6 -8
  53. package/components/common/diagramMain/Header.vue +6 -6
  54. package/components/common/diagramMain/adapter/AdapterItem.vue +1 -1
  55. package/components/common/diagramMain/adapter/Contents.vue +4 -4
  56. package/components/common/diagramMain/lib/config/index.ts +2 -2
  57. package/components/common/diagramMain/lib/config/initial.ts +1 -1
  58. package/components/common/diagramMain/lib/models/interfaces.ts +1 -1
  59. package/components/common/diagramMain/lib/models/types.ts +1 -1
  60. package/components/common/diagramMain/lib/utils/utils.ts +3 -3
  61. package/components/common/diagramMain/modals/ManagePhysicalAdaptersModal.vue +3 -3
  62. package/components/common/diagramMain/modals/Modals.vue +8 -8
  63. package/components/common/diagramMain/modals/editSettings/ConfirmTeamingSettingsModal.vue +4 -4
  64. package/components/common/diagramMain/modals/editSettings/EditSettings.vue +1 -1
  65. package/components/common/diagramMain/modals/editSettings/EditSettingsModal.vue +2 -2
  66. package/components/common/diagramMain/modals/editSettings/tabs/NetworkProperties.vue +7 -7
  67. package/components/common/diagramMain/modals/editSettings/tabs/Security.vue +14 -14
  68. package/components/common/diagramMain/modals/editSettings/tabs/SwitchProperties.vue +6 -6
  69. package/components/common/diagramMain/modals/editSettings/tabs/TeamingFailover.vue +7 -7
  70. package/components/common/diagramMain/modals/editSettings/tabs/TrafficShaping.vue +20 -20
  71. package/components/common/diagramMain/modals/editSettings/tabs/port/IpvFourSettings.vue +15 -15
  72. package/components/common/diagramMain/modals/editSettings/tabs/port/PortProperties.vue +7 -7
  73. package/components/common/diagramMain/modals/lib/config/adapterModal.ts +20 -20
  74. package/components/common/diagramMain/modals/lib/config/diagramConfig.ts +5 -5
  75. package/components/common/diagramMain/modals/lib/config/networkModal.ts +52 -52
  76. package/components/common/diagramMain/modals/lib/config/portModal.ts +48 -48
  77. package/components/common/diagramMain/modals/lib/config/switchModal.ts +41 -41
  78. package/components/common/diagramMain/modals/lib/config/vCenterModal.ts +5 -5
  79. package/components/common/diagramMain/modals/lib/config/vmKernelAdapter.ts +24 -24
  80. package/components/common/diagramMain/modals/lib/mappers/mappers.ts +1 -1
  81. package/components/common/diagramMain/modals/lib/utils/index.ts +4 -4
  82. package/components/common/diagramMain/modals/migrateVmkernelAdapter/MigrateVmkernelAdapter.vue +5 -5
  83. package/components/common/diagramMain/modals/migrateVmkernelAdapter/lib/config/steps.ts +17 -17
  84. package/components/common/diagramMain/modals/migrateVmkernelAdapter/steps/ConnectionSettings.vue +5 -5
  85. package/components/common/diagramMain/modals/migrateVmkernelAdapter/steps/SelectVmkernelAdapter.vue +4 -4
  86. package/components/common/diagramMain/modals/migrateVmkernelAdapter/steps/VmkernelAdapterReadyComplete.vue +2 -2
  87. package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/connectionSettings.ts +13 -13
  88. package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/selectVmkernelAdapter.ts +5 -5
  89. package/components/common/diagramMain/modals/remove/RemoveModal.vue +8 -8
  90. package/components/common/diagramMain/modals/viewSettings/ViewSettings.vue +3 -3
  91. package/components/common/diagramMain/network/Block.vue +1 -1
  92. package/components/common/diagramMain/network/Contents.vue +3 -3
  93. package/components/common/diagramMain/network/Lines.vue +1 -1
  94. package/components/common/diagramMain/network/NoNetwork.vue +2 -2
  95. package/components/common/diagramMain/network/SecondBlock.vue +1 -1
  96. package/components/common/diagramMain/port/Port.vue +4 -4
  97. package/components/common/diagramMain/port/Ports.vue +1 -1
  98. package/components/common/diagramMain/switch/Switch.vue +1 -1
  99. package/components/common/diagramMain/switch/SwitchSelected.vue +1 -1
  100. package/components/common/feedback/Buttons.vue +6 -6
  101. package/components/common/feedback/Feedback.vue +5 -5
  102. package/components/common/feedback/Message.vue +16 -16
  103. package/components/common/feedback/VisitPortal.vue +3 -3
  104. package/components/common/feedback/lib/config/drawingPanel.ts +5 -5
  105. package/components/common/feedback/lib/config/feedbackTabs.ts +5 -5
  106. package/components/common/graph/Graph.vue +1 -1
  107. package/components/common/graph/lib/utils/renderGraph.ts +13 -13
  108. package/components/common/help/navbar/left/Left.vue +2 -2
  109. package/components/common/home/ResourceBlock.vue +5 -5
  110. package/components/common/home/StatusContent.vue +1 -1
  111. package/components/common/home/alertsTable/lib/config/config.ts +3 -3
  112. package/components/common/home/servicesTable/lib/config/config.ts +2 -2
  113. package/components/common/layout/theHeader/feedback/Feedback.vue +2 -2
  114. package/components/common/layout/theHeader/helpMenu/helpMenuNew/lib/config/dropMenu.ts +1 -1
  115. package/components/common/layout/theHeader/modals/Reconnect.vue +4 -4
  116. package/components/common/layout/theHeader/modals/RedirectLogin.vue +3 -3
  117. package/components/common/layout/theHeader/userMenu/modals/changePassword/ChangePassword.vue +6 -6
  118. package/components/common/layout/theHeader/userMenu/modals/changePassword/lib/config/form.ts +2 -2
  119. package/components/common/layout/theHeader/userMenu/modals/preferences/PreferencesNew.vue +1 -3
  120. package/components/common/layout/theHeader/userMenu/modals/preferences/PreferencesOld.vue +3 -3
  121. package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguage.vue +1 -1
  122. package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguageNew.vue +1 -1
  123. package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/lib/config/radioOptions.ts +2 -2
  124. package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/DefaultConsoleNew.vue +2 -2
  125. package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/DefaultConsoleOld.vue +1 -1
  126. package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/lib/config/consoleOptions.ts +2 -2
  127. package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/Inventory.vue +0 -4
  128. package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/InventoryNew.vue +2 -2
  129. package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/InventoryOld.vue +2 -2
  130. package/components/common/layout/theHeader/userMenu/modals/preferences/lib/config/preferencesTabs.ts +4 -4
  131. package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/TimeFormat.vue +1 -1
  132. package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/TimeFormatNew.vue +1 -1
  133. package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/lib/config/formatOptions.ts +3 -3
  134. package/components/common/layout/theHeader/userMenu/modals/preferences/view/View.vue +1 -1
  135. package/components/common/layout/theHeader/userMenu/modals/preferences/view/ViewNew.vue +2 -2
  136. package/components/common/layout/theHeader/userMenu/modals/preferences/view/ViewOld.vue +1 -1
  137. package/components/common/layout/theHeader/userMenu/userMenuNew/lib/config/dropMenu.ts +3 -3
  138. package/components/common/layout/theHeader/userMenu/userMenuOld/lib/config/dropMenu.ts +4 -4
  139. package/components/common/mainNavigationPanel/MainNavigationPanelNew.vue +5 -5
  140. package/components/common/mainNavigationPanel/MainNavigationPanelOld.vue +4 -4
  141. package/components/common/modals/Confirmation.vue +3 -3
  142. package/components/common/modals/Rename.vue +5 -5
  143. package/components/common/modals/lib/config/defaultForm.ts +3 -3
  144. package/components/common/modals/lib/models/interfaces.ts +1 -1
  145. package/components/common/monitor/advanced/Advanced.vue +3 -3
  146. package/components/common/monitor/advanced/GraphView.vue +1 -1
  147. package/components/common/monitor/advanced/table/Table.vue +1 -1
  148. package/components/common/monitor/advanced/table/lib/config/performanceDatatable.ts +8 -8
  149. package/components/common/monitor/advanced/tools/Tools.vue +3 -3
  150. package/components/common/monitor/advanced/tools/chartOptionsModal/ChartOptionsModal.vue +1 -1
  151. package/components/common/monitor/advanced/tools/chartOptionsModal/actions/Actions.vue +4 -4
  152. package/components/common/monitor/advanced/tools/chartOptionsModal/actions/lib/utils/optionsActions.ts +2 -2
  153. package/components/common/monitor/advanced/tools/chartOptionsModal/actions/saveOptionsModal/SaveOptionsModal.vue +2 -2
  154. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/Table.vue +1 -1
  155. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/lib/config/tableConfig.ts +2 -2
  156. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/lib/config/utils.ts +285 -285
  157. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/form/Form.vue +5 -5
  158. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/form/lib/config/dateForm.ts +13 -13
  159. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/Object.vue +1 -1
  160. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/lib/config/objectTable.ts +1 -1
  161. package/components/common/monitor/advanced/tools/chartOptionsModal/metrics/Metrics.vue +1 -1
  162. package/components/common/monitor/advanced/tools/chartOptionsModal/metrics/lib/config/optionsMetrics.ts +31 -31
  163. package/components/common/monitor/advanced/tools/lib/config/advancedToolbar.ts +32 -32
  164. package/components/common/monitor/overview/Overview.vue +3 -3
  165. package/components/common/monitor/overview/filters/Filters.vue +3 -3
  166. package/components/common/monitor/overview/filters/customIntervalModal/CustomIntervalModal.vue +3 -3
  167. package/components/common/monitor/overview/filters/customIntervalModal/lib/config/dateChecker.ts +5 -5
  168. package/components/common/monitor/overview/filters/lib/config/filterOptions.ts +21 -21
  169. package/components/common/pages/Tasks.vue +1 -1
  170. package/components/common/pages/hardwareHealth/HardwareHealth.vue +3 -3
  171. package/components/common/pages/hardwareHealth/lib/config/tabsPannel.ts +5 -5
  172. package/components/common/pages/hardwareHealth/tableView/TableView.vue +1 -1
  173. package/components/common/pages/hardwareHealth/tableView/lib/config/alertWarningTable.ts +3 -3
  174. package/components/common/pages/hardwareHealth/tableView/lib/config/sensorTable.ts +5 -5
  175. package/components/common/pages/hardwareHealth/tableView/lib/config/storageSensorTable.ts +1 -1
  176. package/components/common/pages/hardwareHealth/tableView/lib/config/systemLogTable.ts +1 -1
  177. package/components/common/pages/hardwareHealth/tableView/modal/sensorWarning.vue +2 -2
  178. package/components/common/pages/hardwareHealth/toolsPanel/lib/config/actionsPanel.ts +3 -3
  179. package/components/common/perPage/PerPage.vue +3 -3
  180. package/components/common/recursionTree/RecursionTree.vue +1 -1
  181. package/components/common/resource/lib/models/interfaces.ts +2 -2
  182. package/components/common/resource/progressBlock/ProgressBlock.vue +6 -6
  183. package/components/common/resource/simple/Simple.vue +3 -3
  184. package/components/common/select/button/ButtonDropdown.vue +1 -1
  185. package/components/common/select/input/Input.vue +0 -3
  186. package/components/common/select/radio/RadioGroup.vue +1 -1
  187. package/components/common/shortcuts/Shortcuts.vue +1 -1
  188. package/components/common/spiceConsole/Drawer.vue +5 -5
  189. package/components/common/split/vertical/Vertical.vue +1 -1
  190. package/components/common/vm/actions/add/Add.vue +1 -1
  191. package/components/common/vm/actions/add/FolderTreeView.vue +1 -1
  192. package/components/common/vm/actions/add/lib/config/steps.ts +9 -9
  193. package/components/common/vm/actions/add/lib/utils.ts +28 -28
  194. package/components/common/vm/actions/clone/Clone.vue +1 -1
  195. package/components/common/vm/actions/clone/lib/models/interfaces.ts +1 -1
  196. package/components/common/vm/actions/clone/lib/utils.ts +3 -3
  197. package/components/common/vm/actions/common/customizeHardware/CustomizeHardware.vue +16 -16
  198. package/components/common/vm/actions/common/customizeHardware/lib/config/navItems.ts +2 -2
  199. package/components/common/vm/actions/common/customizeHardware/lib/models/interfaces.ts +2 -2
  200. package/components/common/vm/actions/common/customizeHardware/virtualHardware/VirtualHardware.vue +14 -14
  201. package/components/common/vm/actions/common/customizeHardware/virtualHardware/browseView/lib/models/interfaces.ts +1 -1
  202. package/components/common/vm/actions/common/customizeHardware/virtualHardware/bus/Bus.vue +5 -5
  203. package/components/common/vm/actions/common/customizeHardware/virtualHardware/bus/lib/config/options.ts +8 -8
  204. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/CdDvdDrive.vue +11 -11
  205. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/lib/config/fileTypes.ts +4 -4
  206. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/lib/config/options.ts +4 -4
  207. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/media/Media.vue +3 -3
  208. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CoresPerSocket.vue +5 -5
  209. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Cpu.vue +6 -6
  210. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CpuHotPlug.vue +52 -50
  211. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CpuModel.vue +6 -6
  212. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Hv.vue +99 -95
  213. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Iommu.vue +3 -3
  214. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/MaxCpu.vue +4 -4
  215. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Pc.vue +3 -3
  216. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Sa.vue +9 -9
  217. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/lib/config/cpuOptions.ts +4 -4
  218. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/shares/Shares.vue +7 -7
  219. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/shares/lib/config/options.ts +8 -8
  220. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/tooltip/Tooltip.vue +5 -5
  221. package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/config/binaryOptions.ts +5 -5
  222. package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/config/dropdownItems.ts +9 -9
  223. package/components/common/vm/actions/common/customizeHardware/virtualHardware/limit/Limit.vue +4 -4
  224. package/components/common/vm/actions/common/customizeHardware/virtualHardware/limit/lib/config/options.ts +6 -6
  225. package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/Memory.vue +6 -6
  226. package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/MemoryHotPlug.vue +3 -3
  227. package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/lib/config/memoryOptions.ts +6 -6
  228. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/DiskFile.vue +2 -2
  229. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/Location.vue +8 -8
  230. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/MaximumSize.vue +2 -2
  231. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/NewHardDisk.vue +10 -10
  232. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/cache/Cache.vue +3 -3
  233. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/limitIops/LimitIops.vue +4 -4
  234. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/limitIops/lib/config/options.ts +6 -6
  235. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/mode/Mode.vue +4 -4
  236. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/mode/lib/config/options.ts +5 -5
  237. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/provisioning/Provisioning.vue +4 -4
  238. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/provisioning/lib/config/options.ts +5 -5
  239. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/sharing/Sharing.vue +4 -4
  240. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/sharing/lib/config/options.ts +5 -5
  241. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/Location.vue +5 -5
  242. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/NewNetwork.vue +8 -8
  243. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/adapterType/AdapterType.vue +4 -4
  244. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/adapterType/lib/config/options.ts +1 -1
  245. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/MacAddress.vue +4 -4
  246. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/lib/config/options.ts +4 -4
  247. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/DynamicDirectPathIo.vue +5 -5
  248. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/lib/config/options.ts +1 -1
  249. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/note/Note.vue +2 -2
  250. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/nvidiaGrid/NvidiaGrid.vue +2 -2
  251. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/typeSelection/TypeSelection.vue +1 -1
  252. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newUsbController/NewUsbController.vue +3 -3
  253. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newUsbController/lib/config/options.ts +1 -1
  254. package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/InputDevices.vue +4 -4
  255. package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/Other.vue +3 -3
  256. package/components/common/vm/actions/common/customizeHardware/virtualHardware/reservation/Reservation.vue +5 -5
  257. package/components/common/vm/actions/common/customizeHardware/virtualHardware/reservation/lib/config/options.ts +8 -8
  258. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/Graphics.vue +3 -3
  259. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/TotalVideoMemory.vue +5 -5
  260. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/VideoCard.vue +6 -6
  261. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/lib/config/options.ts +2 -2
  262. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/model/Model.vue +3 -3
  263. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/numberDisplays/NumberDisplays.vue +4 -4
  264. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/numberDisplays/lib/config/options.ts +1 -1
  265. package/components/common/vm/actions/common/customizeHardware/vmoptions/Vmoptions.vue +6 -6
  266. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/BootOptions.vue +6 -6
  267. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/Menu.vue +3 -3
  268. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/Secure.vue +3 -3
  269. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/delay/Delay.vue +3 -3
  270. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/delay/lib/config/config.ts +1 -1
  271. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/firmware/Firmware.vue +4 -4
  272. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/firmware/lib/config/config.ts +3 -3
  273. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/Order.vue +4 -4
  274. package/components/common/vm/actions/common/customizeHardware/vmoptions/generalOptions/GeneralOptions.vue +8 -8
  275. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/CopyPaste.vue +3 -3
  276. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/FileTransfer.vue +3 -3
  277. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/FolderSharing.vue +3 -3
  278. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/PlaybackCompression.vue +3 -3
  279. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/PowerControl.vue +3 -3
  280. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/RemoteConsoleOptions.vue +4 -4
  281. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/imgCompression/ImgCompression.vue +4 -4
  282. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/imgCompression/lib/config/config.ts +4 -4
  283. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/jpegCompression/JpegCompression.vue +4 -4
  284. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/jpegCompression/lib/config/config.ts +5 -5
  285. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/Keymap.vue +3 -3
  286. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/lib/config/config.ts +1 -1
  287. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/mouseMode/MouseMode.vue +3 -3
  288. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/mouseMode/lib/config/config.ts +1 -1
  289. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/Password.vue +5 -5
  290. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/lib/models/interfaces.ts +1 -1
  291. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/sharePolicy/SharePolicy.vue +3 -3
  292. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/sharePolicy/lib/config/config.ts +4 -4
  293. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/streamingMode/StreamingMode.vue +85 -85
  294. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/streamingMode/lib/config/config.ts +2 -2
  295. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/type/Type.vue +4 -4
  296. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/type/lib/config/config.ts +1 -1
  297. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/UsbRedirection.vue +3 -3
  298. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/lib/config/config.ts +1 -1
  299. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/zlibCompression/ZlibCompression.vue +4 -4
  300. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/zlibCompression/lib/config/config.ts +5 -5
  301. package/components/common/vm/actions/common/customizeHardware/vmoptions/tools/Tools.vue +5 -5
  302. package/components/common/vm/actions/common/lib/config/capabilities.ts +1 -1
  303. package/components/common/vm/actions/common/lib/models/interfaces.ts +3 -3
  304. package/components/common/vm/actions/common/lib/models/types.ts +3 -3
  305. package/components/common/vm/actions/common/select/compatibility/Compatibility.vue +3 -3
  306. package/components/common/vm/actions/common/select/computeResource/ComputeResource.vue +2 -2
  307. package/components/common/vm/actions/common/select/computeResource/TreeView.vue +1 -3
  308. package/components/common/vm/actions/common/select/createType/lib/config/items.ts +2 -2
  309. package/components/common/vm/actions/common/select/lib/models/interfaces.ts +2 -2
  310. package/components/common/vm/actions/common/select/name/Name.vue +3 -3
  311. package/components/common/vm/actions/common/select/storage/lib/config/config.ts +2 -2
  312. package/components/common/vm/actions/editSettings/EditSettings.vue +1 -1
  313. package/components/common/vm/actions/editSettings/lib/models/types.ts +3 -3
  314. package/components/common/vm/actions/editSettings/lib/utils.ts +2 -2
  315. package/components/common/vm/actions/lib/models/interfaces.ts +1 -1
  316. package/components/common/vm/actions/lib/utils.ts +6 -6
  317. package/components/common/weekSelect/lib/config/options.ts +3 -3
  318. package/components/common/wizards/datastore/add/Add.vue +6 -6
  319. package/components/common/wizards/datastore/add/lib/config/stepItems.ts +13 -13
  320. package/components/common/wizards/datastore/add/lib/models/interfaces.ts +1 -1
  321. package/components/common/wizards/datastore/add/lib/utils.ts +2 -2
  322. package/components/common/wizards/datastore/add/local/Local.vue +4 -4
  323. package/components/common/wizards/datastore/add/local/createName/CreateName.vue +4 -4
  324. package/components/common/wizards/datastore/add/local/createName/lib/config/defaultForm.ts +2 -2
  325. package/components/common/wizards/datastore/add/nfs/Nfs.vue +3 -3
  326. package/components/common/wizards/datastore/add/nfs/accessibility/Accessibility.vue +4 -4
  327. package/components/common/wizards/datastore/add/nfs/accessibility/lib/config/tabsPannel.ts +4 -4
  328. package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/TablesView.vue +6 -6
  329. package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/config/compatibleTable.ts +5 -5
  330. package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/config/hostsTableItems.ts +3 -3
  331. package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/config/incompatibleTable.ts +6 -6
  332. package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/config/tableKeys.ts +1 -1
  333. package/components/common/wizards/datastore/add/nfs/configuration/Configuration.vue +10 -10
  334. package/components/common/wizards/datastore/add/nfs/configuration/lib/config/defaultForm.ts +4 -4
  335. package/components/common/wizards/datastore/add/nfs/configuration/lib/models/interfaces.ts +1 -1
  336. package/components/common/wizards/datastore/add/nfs/configuration/serversList/DeletePopover.vue +2 -2
  337. package/components/common/wizards/datastore/add/nfs/configuration/serversList/ServersList.vue +4 -4
  338. package/components/common/wizards/datastore/add/nfs/configuration/serversList/lib/config/serversListConfig.ts +3 -4
  339. package/components/common/wizards/datastore/add/nfs/configuration/serversList/lib/config/tableKeys.ts +1 -1
  340. package/components/common/wizards/datastore/add/nfs/configuration/serversList/lib/models/interfaces.ts +1 -1
  341. package/components/common/wizards/datastore/add/nfs/kerberosAuthentication/KerberosAuthentication.vue +4 -4
  342. package/components/common/wizards/datastore/add/nfs/kerberosAuthentication/lib/config/radioOptions.ts +5 -5
  343. package/components/common/wizards/datastore/add/nfs/version/Version.vue +3 -3
  344. package/components/common/wizards/datastore/add/nfs/version/lib/config/versionOptions.ts +4 -4
  345. package/components/common/wizards/datastore/add/readyComplete/ReadyComplete.vue +4 -4
  346. package/components/common/wizards/datastore/add/readyComplete/lib/config/propertiesDetails.ts +22 -22
  347. package/components/common/wizards/datastore/add/sharedStorm/SharedStorm.vue +1 -1
  348. package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/DeviceSelection.vue +11 -11
  349. package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/hostTable/HostTable.vue +5 -5
  350. package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/hostTable/lib/config/hostsTable.ts +9 -9
  351. package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/hostTable/lib/config/tableKeys.ts +1 -1
  352. package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/lib/config/defaultForm.ts +3 -3
  353. package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/lib/config/selectOptions.ts +3 -3
  354. package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/lib/models/interfaces.ts +2 -2
  355. package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/PartitionConfiguration.vue +9 -9
  356. package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/lib/config/selectOptions.ts +8 -8
  357. package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/sizeGraphic/sizeGraphic.vue +2 -2
  358. package/components/common/wizards/datastore/add/sharedStorm/version/Version.vue +3 -3
  359. package/components/common/wizards/datastore/add/sharedStorm/version/lib/config/versionOptions.ts +4 -4
  360. package/components/common/wizards/datastore/add/types/Types.vue +2 -2
  361. package/components/common/wizards/datastore/add/types/lib/config/typeOptions.ts +6 -6
  362. package/components/common/wizards/network/add/Add.vue +1 -1
  363. package/components/common/wizards/network/add/lib/config/initialData.ts +1 -2
  364. package/components/common/wizards/network/add/lib/config/portPropertiesStep.ts +11 -11
  365. package/components/common/wizards/network/add/lib/config/selectSwitch.ts +7 -7
  366. package/components/common/wizards/network/add/lib/config/sendData.ts +2 -2
  367. package/components/common/wizards/network/add/lib/config/steps.ts +77 -77
  368. package/components/common/wizards/network/add/lib/models/interfaces.ts +1 -1
  369. package/components/common/wizards/network/add/modals/SelectNetwork.vue +5 -5
  370. package/components/common/wizards/network/add/modals/SelectStandardSwitch.vue +5 -5
  371. package/components/common/wizards/network/add/modals/SelectSwitch.vue +5 -5
  372. package/components/common/wizards/network/add/steps/ConnectionSettings.vue +5 -5
  373. package/components/common/wizards/network/add/steps/CreateStandardSwitch.vue +4 -4
  374. package/components/common/wizards/network/add/steps/IpFourSettings.vue +9 -9
  375. package/components/common/wizards/network/add/steps/PortProperties.vue +19 -19
  376. package/components/common/wizards/network/add/steps/ReadyComplete.vue +1 -1
  377. package/components/common/wizards/network/add/steps/SelectConnectionType.vue +7 -7
  378. package/components/common/wizards/network/add/steps/SelectedTargetDevice.vue +12 -12
  379. package/components/common/wizards/network/add/validations/connectionSettings.ts +9 -9
  380. package/components/common/wizards/network/add/validations/createStandardSwitch.ts +3 -3
  381. package/components/common/wizards/network/add/validations/ipFourSettings.ts +21 -21
  382. package/components/common/wizards/network/add/validations/networkValidation.ts +4 -4
  383. package/components/common/wizards/network/add/validations/physicalAdapter.ts +1 -1
  384. package/components/common/wizards/network/add/validations/portProperties.ts +13 -13
  385. package/components/common/wizards/network/add/validations/targetDevice.ts +13 -13
  386. package/components/common/wizards/vm/common/tooltip/Tooltip.vue +1 -1
  387. package/components/common/wizards/vm/common/validation/compatibility/Compatibility.vue +1 -1
  388. package/components/common/wizards/vm/migrate/lib/config/constructDataReady.ts +7 -7
  389. package/components/common/wizards/vm/migrate/lib/utils.ts +14 -14
  390. package/components/common/wizards/vm/migrate/select/computeResource/lib/config/tabsPannel.ts +3 -3
  391. package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/clusterTable.ts +13 -13
  392. package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/hostTable.ts +12 -12
  393. package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/resourcePoolTable.ts +11 -11
  394. package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/vappsTable.ts +6 -6
  395. package/components/common/wizards/vm/migrate/select/network/Network.vue +2 -2
  396. package/components/common/wizards/vm/migrate/select/network/table/network/lib/config/advancedTable.ts +4 -4
  397. package/components/common/wizards/vm/migrate/select/network/table/network/lib/config/basicTable.ts +3 -3
  398. package/components/common/wizards/vm/migrate/select/network/table/useAt/lib/config/useAtTable.ts +3 -3
  399. package/components/common/wizards/vm/migrate/select/priority/lib/config/typeOptions.ts +4 -4
  400. package/components/common/wizards/vm/migrate/select/storage/Storage.vue +1 -1
  401. package/components/common/wizards/vm/migrate/select/storage/configure/batch/Batch.vue +1 -4
  402. package/components/common/wizards/vm/migrate/select/storage/configure/disk/Disk.vue +1 -1
  403. package/components/common/wizards/vm/migrate/select/storage/diskFormat/DiskFormat.vue +1 -1
  404. package/components/common/wizards/vm/migrate/select/storage/lib/config/tabsPannel.ts +2 -2
  405. package/components/common/wizards/vm/migrate/select/storage/policy/Policy.vue +1 -1
  406. package/components/common/wizards/vm/migrate/select/storage/selectedPerDisk/SelectedPerDisk.vue +1 -1
  407. package/components/common/wizards/vm/migrate/select/storage/table/datastore/lib/config/config.ts +11 -11
  408. package/components/common/wizards/vm/migrate/select/storage/table/disk/lib/config/config.ts +10 -10
  409. package/components/common/wizards/vm/migrate/select/targetServer/lib/config/tabsPannel.ts +2 -2
  410. package/components/common/wizards/vm/migrate/select/targetServer/new/New.vue +5 -5
  411. package/components/common/wizards/vm/migrate/select/type/lib/config/typeOptions.ts +9 -9
  412. package/lib/models/plugins/date/interfaces.ts +1 -1
  413. package/lib/models/plugins/validation/interfaces.ts +1 -1
  414. package/lib/models/store/interfaces.ts +1 -1
  415. package/lib/models/store/vm/interfaces.ts +3 -3
  416. package/package.json +1 -1
  417. package/plugins/date.ts +2 -2
  418. package/plugins/validation.ts +1 -1
@@ -1,12 +1,12 @@
1
1
  import type { UI_I_Localization } from '~/lib/models/interfaces'
2
2
  import type { UI_T_VmMigrateType } from '~/components/common/wizards/vm/migrate/lib/models/types'
3
3
  import { UI_E_VmMigrationType } from '~/components/common/wizards/vm/migrate/lib/models/enums'
4
- import {
4
+ import type {
5
5
  UI_I_CollectedDataFormLocal,
6
6
  UI_I_MigrateReadyBlockData,
7
7
  } from '~/components/common/wizards/vm/migrate/lib/models/interfaces'
8
8
  import { UI_E_SelectStorageDiskFormat } from '~/components/common/wizards/vm/migrate/select/storage/lib/models/enums'
9
- // import { UI_I_SelectStorageReadyData } from '~/components/common/wizards/vm/migrate/select/storage/lib/models/interfaces'
9
+ // import type { UI_I_SelectStorageReadyData } from '~/components/common/wizards/vm/migrate/select/storage/lib/models/interfaces'
10
10
  import { vmDiskFormatOptions } from '~/components/common/wizards/vm/migrate/select/storage/diskFormat/lib/config/formatOptions'
11
11
 
12
12
  const storageDetailsFunc = (
@@ -25,22 +25,22 @@ const storageDetailsFunc = (
25
25
 
26
26
  let result: UI_I_MigrateReadyBlockData[] = [
27
27
  {
28
- label: localization.migrationType,
28
+ label: localization.common.migrationType,
29
29
  value: migrationType,
30
30
  permissions: ['batch-configure', 'configure-disk'],
31
31
  },
32
32
  {
33
- label: localization.virtualMachine,
33
+ label: localization.common.virtualMachine,
34
34
  value: name,
35
35
  permissions: ['batch-configure', 'configure-disk'],
36
36
  },
37
37
  {
38
- label: localization.storage,
38
+ label: localization.common.storage,
39
39
  value: selectStorage.storage?.name,
40
40
  permissions: ['batch-configure'],
41
41
  },
42
42
  {
43
- label: localization.diskFormat,
43
+ label: localization.common.diskFormat,
44
44
  value: diskFormat.text,
45
45
  permissions: ['batch-configure'],
46
46
  },
@@ -87,7 +87,7 @@ export const constructDataReadyViewFunc = (
87
87
  // 'resource-storage': storageDetailsFunc, // временно чтобы не было ошибка при исползоване сфере
88
88
  // }
89
89
 
90
- const migrationType = localization[UI_E_VmMigrationType[type]]
90
+ const migrationType = localization.common[UI_E_VmMigrationType[type]]
91
91
 
92
92
  return storageDetailsFunc(localization, migrationType, name, data)
93
93
 
@@ -1,7 +1,7 @@
1
1
  import type { UI_I_Localization } from '~/lib/models/interfaces'
2
2
  import type { UI_T_VmMigrateType } from '~/components/common/wizards/vm/migrate/lib/models/types'
3
3
  import type { UI_T_Project } from '~/lib/models/types'
4
- import { UI_I_MigrateVerticalStepItem } from '~/components/common/wizards/vm/migrate/lib/models/interfaces'
4
+ import type { UI_I_MigrateVerticalStepItem } from '~/components/common/wizards/vm/migrate/lib/models/interfaces'
5
5
 
6
6
  export const stepItemsFunc = (
7
7
  localization: UI_I_Localization,
@@ -10,60 +10,60 @@ export const stepItemsFunc = (
10
10
  ): UI_I_MigrateVerticalStepItem[] => {
11
11
  const stepItems: UI_I_MigrateVerticalStepItem[] = [
12
12
  {
13
- text: localization.selectMigrationType,
13
+ text: localization.common.selectMigrationType,
14
14
  disabled: false,
15
15
  complete: false,
16
- description: localization.selectMigrationTypeDesc,
16
+ description: localization.common.selectMigrationTypeDesc,
17
17
  project: ['sphere', 'procurator'],
18
18
  id: 'select-migration-type',
19
19
  },
20
20
  {
21
- text: localization.selectTargetVCenterSer,
21
+ text: localization.common.selectTargetVCenterSer,
22
22
  disabled: true,
23
23
  complete: false,
24
- description: localization.selectComputeResourceDesc,
24
+ description: localization.common.selectComputeResourceDesc,
25
25
  project: ['sphere'],
26
26
  permissions: ['server'],
27
27
  id: 'select-target-center',
28
28
  },
29
29
  {
30
- text: localization.selectComputeResource,
30
+ text: localization.common.selectComputeResource,
31
31
  disabled: true,
32
32
  complete: false,
33
- description: localization.selectComputeResourceDesc,
33
+ description: localization.common.selectComputeResourceDesc,
34
34
  project: ['sphere'],
35
35
  permissions: ['resource', 'resource-storage', 'server'],
36
36
  id: 'select-compute-resource',
37
37
  },
38
38
  {
39
- text: localization.selectStorage,
39
+ text: localization.common.selectStorage,
40
40
  disabled: true,
41
41
  complete: false,
42
- description: localization.selectStorageDesc,
42
+ description: localization.common.selectStorageDesc,
43
43
  project: ['sphere', 'procurator'],
44
44
  permissions: ['storage', 'resource-storage', 'server'],
45
45
  id: 'select-storage',
46
46
  },
47
47
  {
48
- text: localization.selectNetworks,
48
+ text: localization.common.selectNetworks,
49
49
  disabled: true,
50
50
  complete: false,
51
- description: localization.selectNetworksDesc,
51
+ description: localization.common.selectNetworksDesc,
52
52
  project: ['sphere'],
53
53
  permissions: ['resource', 'resource-storage', 'server'],
54
54
  id: 'select-networks',
55
55
  },
56
56
  {
57
- text: localization.selectVMotionPriority,
57
+ text: localization.common.selectVMotionPriority,
58
58
  disabled: true,
59
59
  complete: false,
60
- description: localization.selectVMotionPriorityDesc,
60
+ description: localization.common.selectVMotionPriorityDesc,
61
61
  project: ['sphere'],
62
62
  permissions: ['resource', 'resource-storage', 'server'],
63
63
  id: 'select-motion-priority',
64
64
  },
65
65
  {
66
- text: localization.readyComplete,
66
+ text: localization.common.readyComplete,
67
67
  disabled: true,
68
68
  complete: false,
69
69
  project: ['sphere', 'procurator'],
@@ -10,17 +10,17 @@ export const vmMigrateComputeResourceTabsFunc = (
10
10
  disabled: false,
11
11
  },
12
12
  {
13
- text: localization.clusters,
13
+ text: localization.common.clusters,
14
14
  value: 'cluster',
15
15
  disabled: false,
16
16
  },
17
17
  {
18
- text: localization.resourcePools,
18
+ text: localization.common.resourcePools,
19
19
  value: 'resource-pool',
20
20
  disabled: false,
21
21
  },
22
22
  {
23
- text: localization.vApps,
23
+ text: localization.common.vApps,
24
24
  value: 'v-apps',
25
25
  disabled: false,
26
26
  },
@@ -16,22 +16,22 @@ const getItems = (
16
16
  ): [string, boolean, string, string][] => {
17
17
  return [
18
18
  [localization.common.name, true, '180px', clusterTableItemKeys[0]],
19
- [localization.availableCpu, true, '180px', clusterTableItemKeys[1]],
20
- [localization.availableMemory, true, '180px', clusterTableItemKeys[2]],
21
- [localization.availableStorage, true, '180px', clusterTableItemKeys[3]],
22
- [localization.vSphere_DRS, true, '180px', clusterTableItemKeys[4]],
23
- [localization.vSphere_HA, true, '180px', clusterTableItemKeys[5]],
24
- [localization.totalCpu, false, '180px', clusterTableItemKeys[6]],
25
- [localization.totalMemory, false, '180px', clusterTableItemKeys[7]],
26
- [localization.totalStorage, false, '180px', clusterTableItemKeys[8]],
19
+ [localization.common.availableCpu, true, '180px', clusterTableItemKeys[1]],
20
+ [localization.common.availableMemory, true, '180px', clusterTableItemKeys[2]],
21
+ [localization.common.availableStorage, true, '180px', clusterTableItemKeys[3]],
22
+ [localization.common.vSphere_DRS, true, '180px', clusterTableItemKeys[4]],
23
+ [localization.common.vSphere_HA, true, '180px', clusterTableItemKeys[5]],
24
+ [localization.common.totalCpu, false, '180px', clusterTableItemKeys[6]],
25
+ [localization.common.totalMemory, false, '180px', clusterTableItemKeys[7]],
26
+ [localization.common.totalStorage, false, '180px', clusterTableItemKeys[8]],
27
27
  [localization.common.vms, false, '180px', clusterTableItemKeys[9]],
28
28
  [localization.common.hosts, false, '180px', clusterTableItemKeys[10]],
29
- [localization.cpus, false, '180px', clusterTableItemKeys[11]],
29
+ [localization.common.cpus, false, '180px', clusterTableItemKeys[11]],
30
30
  [localization.common.datastores, false, '180px', clusterTableItemKeys[12]],
31
- [localization.vSAN, false, '180px', clusterTableItemKeys[13]],
32
- [localization.vc, false, '180px', clusterTableItemKeys[14]],
33
- [localization.evcCpuMode, true, '180px', clusterTableItemKeys[15]],
34
- [localization.evcGraphicsMode, true, '240px', clusterTableItemKeys[16]],
31
+ [localization.common.vSAN, false, '180px', clusterTableItemKeys[13]],
32
+ [localization.common.vc, false, '180px', clusterTableItemKeys[14]],
33
+ [localization.common.evcCpuMode, true, '180px', clusterTableItemKeys[15]],
34
+ [localization.common.evcGraphicsMode, true, '240px', clusterTableItemKeys[16]],
35
35
  ]
36
36
  }
37
37
 
@@ -22,23 +22,23 @@ const getItems = (
22
22
  return [
23
23
  [localization.common.name, true, '180px', hostTableItemKeys[0]],
24
24
  [localization.inventorySummary.state, true, '96px', hostTableItemKeys[1]],
25
- [localization.cluster, true, '180px', hostTableItemKeys[2]],
26
- [localization.faultDomain, false, '180px', hostTableItemKeys[3]],
27
- [`${localization.consumedCpu} %`, true, '180px', hostTableItemKeys[4]],
28
- [`${localization.consumedMemory} %`, true, '180px', hostTableItemKeys[5]],
29
- [localization.haState, true, '180px', hostTableItemKeys[6]],
25
+ [localization.common.cluster, true, '180px', hostTableItemKeys[2]],
26
+ [localization.common.faultDomain, false, '180px', hostTableItemKeys[3]],
27
+ [`${localization.common.consumedCpu} %`, true, '180px', hostTableItemKeys[4]],
28
+ [`${localization.common.consumedMemory} %`, true, '180px', hostTableItemKeys[5]],
29
+ [localization.common.haState, true, '180px', hostTableItemKeys[6]],
30
30
  [localization.inventorySummary.uptime, true, '180px', hostTableItemKeys[7]],
31
- [localization.certificateValidTo, false, '180px', hostTableItemKeys[8]],
31
+ [localization.common.certificateValidTo, false, '180px', hostTableItemKeys[8]],
32
32
  [
33
- `${localization.memorySize} (${localization.mb})`,
33
+ `${localization.common.memorySize} (${localization.common.mb})`,
34
34
  false,
35
35
  '180px',
36
36
  hostTableItemKeys[9],
37
37
  ],
38
- [localization.cpus, false, '180px', hostTableItemKeys[10]],
38
+ [localization.common.cpus, false, '180px', hostTableItemKeys[10]],
39
39
  [localization.inventorySummary.nics, false, '180px', hostTableItemKeys[11]],
40
- [localization.version, false, '180px', hostTableItemKeys[12]],
41
- [localization.alarmActions, false, '180px', hostTableItemKeys[13]],
40
+ [localization.common.version, false, '180px', hostTableItemKeys[12]],
41
+ [localization.common.alarmActions, false, '180px', hostTableItemKeys[13]],
42
42
  ]
43
43
  }
44
44
 
@@ -83,7 +83,7 @@ export const bodyItems = (
83
83
  },
84
84
  {
85
85
  key: 'col1',
86
- text: localization[hostLocalizationByState[host[hostTableItemKeys[1]]]],
86
+ text: localization.common[hostLocalizationByState[host[hostTableItemKeys[1]]]],
87
87
  id: key,
88
88
  },
89
89
  {
@@ -110,7 +110,7 @@ export const bodyItems = (
110
110
  {
111
111
  key: 'col9',
112
112
  text: `${$number.format(host[hostTableItemKeys[9]], 'en')} ${
113
- localization.mb
113
+ localization.common.mb
114
114
  }`,
115
115
  id: key,
116
116
  },
@@ -16,41 +16,41 @@ const getItems = (
16
16
  return [
17
17
  [localization.common.name, true, '90px', resourcePoolsTableItemKeys[0]],
18
18
  [
19
- localization.cpuReservationMhz,
19
+ localization.common.cpuReservationMhz,
20
20
  true,
21
21
  '180px',
22
22
  resourcePoolsTableItemKeys[0],
23
23
  ],
24
- [localization.cpuLimitMhz, true, '180px', resourcePoolsTableItemKeys[0]],
24
+ [localization.common.cpuLimitMhz, true, '180px', resourcePoolsTableItemKeys[0]],
25
25
  [
26
- localization.cpuAllocationType,
26
+ localization.common.cpuAllocationType,
27
27
  true,
28
28
  '180px',
29
29
  resourcePoolsTableItemKeys[0],
30
30
  ],
31
- [localization.cpuShares, true, '180px', resourcePoolsTableItemKeys[1]],
32
- [localization.cpuSharesValue, true, '180px', resourcePoolsTableItemKeys[2]],
31
+ [localization.common.cpuShares, true, '180px', resourcePoolsTableItemKeys[1]],
32
+ [localization.common.cpuSharesValue, true, '180px', resourcePoolsTableItemKeys[2]],
33
33
  [
34
- localization.memoryReservationMb,
34
+ localization.common.memoryReservationMb,
35
35
  true,
36
36
  '180px',
37
37
  resourcePoolsTableItemKeys[2],
38
38
  ],
39
- [localization.memoryLimitMb, true, '180px', resourcePoolsTableItemKeys[2]],
39
+ [localization.common.memoryLimitMb, true, '180px', resourcePoolsTableItemKeys[2]],
40
40
  [
41
- localization.memoryAllocationType,
41
+ localization.common.memoryAllocationType,
42
42
  true,
43
43
  '180px',
44
44
  resourcePoolsTableItemKeys[2],
45
45
  ],
46
- [localization.memoryShares, true, '180px', resourcePoolsTableItemKeys[3]],
46
+ [localization.common.memoryShares, true, '180px', resourcePoolsTableItemKeys[3]],
47
47
  [
48
- localization.memorySharesValue,
48
+ localization.common.memorySharesValue,
49
49
  true,
50
50
  '180px',
51
51
  resourcePoolsTableItemKeys[4],
52
52
  ],
53
- [localization.vc, true, '90px', resourcePoolsTableItemKeys[5]],
53
+ [localization.common.vc, true, '90px', resourcePoolsTableItemKeys[5]],
54
54
  ]
55
55
  }
56
56
 
@@ -1,4 +1,4 @@
1
- import {
1
+ import type {
2
2
  UI_I_ColumnKey,
3
3
  UI_I_HeadItem,
4
4
  UI_I_BodyItem,
@@ -18,11 +18,11 @@ const getItems = (
18
18
  ): [string, boolean, string, string][] => {
19
19
  return [
20
20
  [localization.common.name, true, '180px', vAppsTableItemKeys[0]],
21
- [localization.cpuShares, true, '180px', vAppsTableItemKeys[1]],
22
- [localization.cpuSharesValue, true, '180px', vAppsTableItemKeys[2]],
23
- [localization.memoryShares, true, '180px', vAppsTableItemKeys[3]],
24
- [localization.memorySharesValue, true, '180px', vAppsTableItemKeys[4]],
25
- [localization.managedBy, true, '180px', vAppsTableItemKeys[5]],
21
+ [localization.common.cpuShares, true, '180px', vAppsTableItemKeys[1]],
22
+ [localization.common.cpuSharesValue, true, '180px', vAppsTableItemKeys[2]],
23
+ [localization.common.memoryShares, true, '180px', vAppsTableItemKeys[3]],
24
+ [localization.common.memorySharesValue, true, '180px', vAppsTableItemKeys[4]],
25
+ [localization.common.managedBy, true, '180px', vAppsTableItemKeys[5]],
26
26
  ]
27
27
  }
28
28
 
@@ -55,7 +55,7 @@ const selectedSourceNetwork = ref<string | null>(null)
55
55
  const uniqueKey = ref<number>(0)
56
56
 
57
57
  const buttonText = computed(
58
- () => localization.value[isShowNetworkBasic.value ? 'advanced' : 'basic']
58
+ () => localization.value.common[isShowNetworkBasic.value ? 'advanced' : 'basic']
59
59
  )
60
60
 
61
61
  const tableType = computed<string>(() =>
@@ -64,7 +64,7 @@ const tableType = computed<string>(() =>
64
64
 
65
65
  const selectNetworkHeadline = computed<string>(() => {
66
66
  const { migrateNetworkingForAllAdapters, migrateNetworkingForEachAdapters } =
67
- localization.value
67
+ localization.value.common
68
68
 
69
69
  return isShowNetworkBasic.value
70
70
  ? migrateNetworkingForAllAdapters
@@ -11,11 +11,11 @@ const getItems = (
11
11
  localization: UI_I_Localization
12
12
  ): [string, boolean, string, string][] => {
13
13
  return [
14
- [localization.vm, true, '25%', networkAdvancedTableItemKeys[0]],
15
- [localization.networkAdapter, true, '25%', networkAdvancedTableItemKeys[1]],
16
- [localization.sourceNetwork, true, '25%', networkAdvancedTableItemKeys[2]],
14
+ [localization.common.vm, true, '25%', networkAdvancedTableItemKeys[0]],
15
+ [localization.common.networkAdapter, true, '25%', networkAdvancedTableItemKeys[1]],
16
+ [localization.common.sourceNetwork, true, '25%', networkAdvancedTableItemKeys[2]],
17
17
  [
18
- localization.destinationNetwork,
18
+ localization.common.destinationNetwork,
19
19
  true,
20
20
  '25%',
21
21
  networkAdvancedTableItemKeys[3],
@@ -11,10 +11,10 @@ const getItems = (
11
11
  localization: UI_I_Localization
12
12
  ): [string, boolean, string, string][] => {
13
13
  return [
14
- [localization.sourceNetwork, true, '33.3%', networkBasicsTableItemKeys[0]],
15
- [localization.usedBy, true, '33.3%', networkBasicsTableItemKeys[1]],
14
+ [localization.common.sourceNetwork, true, '33.3%', networkBasicsTableItemKeys[0]],
15
+ [localization.common.usedBy, true, '33.3%', networkBasicsTableItemKeys[1]],
16
16
  [
17
- localization.destinationNetwork,
17
+ localization.common.destinationNetwork,
18
18
  true,
19
19
  '33.3%',
20
20
  networkBasicsTableItemKeys[2],
@@ -10,9 +10,9 @@ const getItems = (
10
10
  localization: UI_I_Localization
11
11
  ): [string, boolean, string, string][] => {
12
12
  return [
13
- [localization.vm, true, '33.3%', useAtTableItemKeys[0]],
14
- [localization.networkAdapter, true, '33.3%', useAtTableItemKeys[1]],
15
- [localization.network, true, '33.3%', useAtTableItemKeys[2]],
13
+ [localization.common.vm, true, '33.3%', useAtTableItemKeys[0]],
14
+ [localization.common.networkAdapter, true, '33.3%', useAtTableItemKeys[1]],
15
+ [localization.common.network, true, '33.3%', useAtTableItemKeys[2]],
16
16
  ]
17
17
  }
18
18
 
@@ -6,16 +6,16 @@ export const vmMigrateSelectPriorityTypesFunc = (
6
6
  ): UI_I_RadioOption[] => {
7
7
  return [
8
8
  {
9
- label: localization.scheduleVMotionWithHighPriority,
9
+ label: localization.common.scheduleVMotionWithHighPriority,
10
10
  value: 'high',
11
11
  disabled: false,
12
- description: localization.scheduleVMotionWithHighPriorityDesc,
12
+ description: localization.common.scheduleVMotionWithHighPriorityDesc,
13
13
  },
14
14
  {
15
- label: localization.scheduleNormalVMotion,
15
+ label: localization.common.scheduleNormalVMotion,
16
16
  value: 'normal',
17
17
  disabled: false,
18
- description: localization.scheduleNormalVMotionDesc,
18
+ description: localization.common.scheduleNormalVMotionDesc,
19
19
  },
20
20
  ]
21
21
  }
@@ -41,7 +41,7 @@
41
41
  data-id="apply-selected-per-disks-button"
42
42
  @click="onApplyChanges"
43
43
  >
44
- {{ localization.confirm }}
44
+ {{ localization.common.confirm }}
45
45
  </button>
46
46
  </template>
47
47
  </common-wizards-vm-migrate-select-storage-configure-batch>
@@ -15,7 +15,7 @@
15
15
  <!-- class="checkbox-btn"-->
16
16
  <!-- />-->
17
17
  <!-- <label for="suspend-on-revert" class="clr-control-label">-->
18
- <!-- {{ localization.disableStorageDRSVirtualMachine }}-->
18
+ <!-- {{ localization.common.disableStorageDRSVirtualMachine }}-->
19
19
  <!-- </label>-->
20
20
  <!-- </div>-->
21
21
 
@@ -36,7 +36,6 @@
36
36
  </template>
37
37
 
38
38
  <script lang="ts" setup>
39
- import type { UI_I_Localization } from '~/lib/models/interfaces'
40
39
  import type { UI_I_TablePayload } from '~/lib/models/table/interfaces'
41
40
  import type { UI_I_DatastoreTableItem } from '~/lib/models/store/storage/interfaces'
42
41
 
@@ -48,8 +47,6 @@ const props = defineProps<{
48
47
  isHideSelectDiskFormat: boolean
49
48
  }>()
50
49
 
51
- const localization = computed<UI_I_Localization>(() => useLocal())
52
-
53
50
  // const isDisableStorageDrs = ref<boolean>(false)
54
51
 
55
52
  const emits = defineEmits<{
@@ -8,7 +8,7 @@
8
8
  :disabled="!selectedDisksFromTable.length"
9
9
  @click="onConfigure"
10
10
  >
11
- {{ localization.configure }}
11
+ {{ localization.common.configure }}
12
12
  </button>
13
13
  </div>
14
14
 
@@ -4,7 +4,7 @@
4
4
  for="storage-locator-disk-format-label"
5
5
  class="clr-col-3 clr-control-label"
6
6
  >
7
- {{ localization.selectVirtualDiskFormat }}
7
+ {{ localization.common.selectVirtualDiskFormat }}
8
8
  </label>
9
9
  <div class="select select-lang mt-0 clr-form-control">
10
10
  <select
@@ -5,13 +5,13 @@ export const vmMigrateSelectStorageTabsFunc = (
5
5
  ): UI_I_CollapseNavItem[] => {
6
6
  return [
7
7
  {
8
- text: localization.batchConfigure,
8
+ text: localization.common.batchConfigure,
9
9
  value: 'batch-configure',
10
10
  disabled: false,
11
11
  testId: 'batch-configure'
12
12
  },
13
13
  {
14
- text: localization.configurePerDisk,
14
+ text: localization.common.configurePerDisk,
15
15
  value: 'configure-disk',
16
16
  disabled: false,
17
17
  testId: 'configure-disk'
@@ -4,7 +4,7 @@
4
4
  for="storage-locator-disk-policy-label"
5
5
  class="clr-col-3 clr-control-label"
6
6
  >
7
- {{ localization.vmStoragePolicy }}
7
+ {{ localization.common.vmStoragePolicy }}
8
8
  </label>
9
9
  <div
10
10
  class="mt-0 clr-form-control btn btn-outline-primary dropdown-toggle storage-policy__select-wrapper"
@@ -15,7 +15,7 @@
15
15
 
16
16
  <div v-else class="selected-per-disk__all-objects">
17
17
  <span>
18
- {{ localization.allSelectedObjects }}
18
+ {{ localization.common.allSelectedObjects }}
19
19
  </span>
20
20
  <common-wizards-vm-common-tooltip>
21
21
  <template #content>
@@ -37,17 +37,17 @@ const getItems = (
37
37
  return [
38
38
  [localization.common.name, true, '96px', storageTableKeys[0]],
39
39
  [localization.inventorySummary.state, true, '138px', storageTableKeys[1]],
40
- [localization.capacity, true, '110px', storageTableKeys[2]],
41
- [localization.provisioned, true, '128px', storageTableKeys[3]],
42
- [localization.free, true, '110px', storageTableKeys[4]],
43
- [localization.used, true, '110px', storageTableKeys[5]],
40
+ [localization.common.capacity, true, '110px', storageTableKeys[2]],
41
+ [localization.common.provisioned, true, '128px', storageTableKeys[3]],
42
+ [localization.common.free, true, '110px', storageTableKeys[4]],
43
+ [localization.common.used, true, '110px', storageTableKeys[5]],
44
44
  [localization.common.type, true, '110px', storageTableKeys[6]],
45
- [localization.thinProvisioning, true, '132px', storageTableKeys[7]],
45
+ [localization.common.thinProvisioning, true, '132px', storageTableKeys[7]],
46
46
  [localization.common.access, true, '110px', storageTableKeys[8]],
47
- [localization.hardwareAcceleration, true, '134px', storageTableKeys[9]],
48
- [localization.driverType, true, '110px', storageTableKeys[10]],
49
- [localization.device, true, '110px', storageTableKeys[11]],
50
- [localization.storageIoControl, true, '110px', storageTableKeys[12]],
47
+ [localization.common.hardwareAcceleration, true, '134px', storageTableKeys[9]],
48
+ [localization.common.driverType, true, '110px', storageTableKeys[10]],
49
+ [localization.common.device, true, '110px', storageTableKeys[11]],
50
+ [localization.common.storageIoControl, true, '110px', storageTableKeys[12]],
51
51
  ]
52
52
  }
53
53
 
@@ -92,7 +92,7 @@ export const bodyItems = (
92
92
 
93
93
  data.forEach((storage: UI_I_DatastoreTableItem, key: number) => {
94
94
  const state =
95
- localization[datastoreLocalizationByState[storage[storageTableKeys[1]]]]
95
+ localization.common[datastoreLocalizationByState[storage[storageTableKeys[1]]]]
96
96
  bodyItems.push([
97
97
  {
98
98
  key: 'icon',
@@ -139,7 +139,7 @@ export const bodyItems = (
139
139
  },
140
140
  {
141
141
  key: 'col7',
142
- text: storage[storageTableKeys[7]] ? localization.yes : localization.no,
142
+ text: storage[storageTableKeys[7]] ? localization.common.yes : localization.common.no,
143
143
  id: key,
144
144
  testId: storage[storageTableKeys[0]].toString()
145
145
  },
@@ -15,17 +15,17 @@ const getItems = (
15
15
  localization: UI_I_Localization
16
16
  ): [string, boolean, string, string][] => {
17
17
  return [
18
- [localization.virtualMachine, true, '200px', vmMigrateDiskTableItemKeys[0]],
19
- [localization.diskGroup, false, '138px', vmMigrateDiskTableItemKeys[1]],
20
- [localization.file, true, '180px', vmMigrateDiskTableItemKeys[2]],
21
- [localization.storage, true, '120px', vmMigrateDiskTableItemKeys[3]],
22
- [localization.diskFormat, true, '180px', vmMigrateDiskTableItemKeys[4]],
23
- [localization.sharing, true, '120px', vmMigrateDiskTableItemKeys[5]],
18
+ [localization.common.virtualMachine, true, '200px', vmMigrateDiskTableItemKeys[0]],
19
+ [localization.common.diskGroup, false, '138px', vmMigrateDiskTableItemKeys[1]],
20
+ [localization.common.file, true, '180px', vmMigrateDiskTableItemKeys[2]],
21
+ [localization.common.storage, true, '120px', vmMigrateDiskTableItemKeys[3]],
22
+ [localization.common.diskFormat, true, '180px', vmMigrateDiskTableItemKeys[4]],
23
+ [localization.common.sharing, true, '120px', vmMigrateDiskTableItemKeys[5]],
24
24
  [localization.common.target, true, '120px', vmMigrateDiskTableItemKeys[6]],
25
- [localization.cache, true, '120px', vmMigrateDiskTableItemKeys[7]],
26
- [localization.ioControl, true, '120px', vmMigrateDiskTableItemKeys[8]],
27
- [localization.discard, true, '120px', vmMigrateDiskTableItemKeys[9]],
28
- [localization.diskMode, true, '180px', vmMigrateDiskTableItemKeys[10]],
25
+ [localization.common.cache, true, '120px', vmMigrateDiskTableItemKeys[7]],
26
+ [localization.common.ioControl, true, '120px', vmMigrateDiskTableItemKeys[8]],
27
+ [localization.common.discard, true, '120px', vmMigrateDiskTableItemKeys[9]],
28
+ [localization.common.diskMode, true, '180px', vmMigrateDiskTableItemKeys[10]],
29
29
  ]
30
30
  }
31
31
 
@@ -5,12 +5,12 @@ export const vmMigrateSelectTargetServerTabsFunc = (
5
5
  ): UI_I_CollapseNavItem[] => {
6
6
  return [
7
7
  {
8
- text: localization.savedVCenterServers,
8
+ text: localization.common.savedVCenterServers,
9
9
  value: 'saved-servers',
10
10
  disabled: false,
11
11
  },
12
12
  {
13
- text: localization.newVCenterServer,
13
+ text: localization.common.newVCenterServer,
14
14
  value: 'new-server',
15
15
  disabled: false,
16
16
  },
@@ -3,7 +3,7 @@
3
3
  <div>
4
4
  <div class="clr-form-control clr-row">
5
5
  <label for="" class="clr-control-label clr-col-md-4">
6
- {{ localization.vCenterServerAddress }}
6
+ {{ localization.common.vCenterServerAddress }}
7
7
  </label>
8
8
 
9
9
  <div
@@ -31,7 +31,7 @@
31
31
 
32
32
  <div class="clr-form-control clr-row">
33
33
  <label class="clr-control-label clr-col-md-4">
34
- {{ localization.username }}
34
+ {{ localization.common.username }}
35
35
  </label>
36
36
 
37
37
  <div
@@ -60,7 +60,7 @@
60
60
 
61
61
  <div class="nd-mt-0 clr-form-control clr-row">
62
62
  <label class="clr-control-label clr-col-md-4">
63
- {{ localization.password }}
63
+ {{ localization.common.password }}
64
64
  </label>
65
65
 
66
66
  <div
@@ -89,7 +89,7 @@
89
89
 
90
90
  <div class="clr-form-control clr-row mt-1">
91
91
  <label for="" class="clr-control-label clr-col-md-4">
92
- {{ localization.saveVCenterServerAddress }}
92
+ {{ localization.common.saveVCenterServerAddress }}
93
93
  </label>
94
94
 
95
95
  <input
@@ -105,7 +105,7 @@
105
105
  data-id="sign-in-button"
106
106
  @click="onSignIn"
107
107
  >
108
- {{ localization.login }}
108
+ {{ localization.common.login }}
109
109
  </button>
110
110
  </div>
111
111
  </template>