bfg-common 1.5.774 → 1.5.775

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 (298) hide show
  1. package/assets/img/icons/icons-sprite-dark-1.svg +3 -2
  2. package/assets/img/icons/icons-sprite-light-1.svg +4 -3
  3. package/assets/localization/local_be.json +27 -165
  4. package/assets/localization/local_en.json +27 -165
  5. package/assets/localization/local_hy.json +26 -164
  6. package/assets/localization/local_kk.json +26 -164
  7. package/assets/localization/local_ru.json +33 -171
  8. package/assets/localization/local_zh.json +26 -164
  9. package/assets/scss/common/global.scss +5 -5
  10. package/assets/scss/common/icons/icons-1.scss +1 -1
  11. package/assets/scss/common/icons/icons-2.scss +0 -18
  12. package/assets/scss/common/theme.scss +0 -2
  13. package/assets/scss/components/auth.scss +5 -32
  14. package/components/atoms/dropdown/tree/Tree.vue +0 -2
  15. package/components/atoms/nav/NavBar.vue +0 -1
  16. package/components/atoms/switch/Switch.vue +1 -7
  17. package/components/atoms/table/dataGrid/DataGrid.vue +20 -36
  18. package/components/atoms/wizard/Wizard.vue +1 -1
  19. package/components/common/backup/storage/actions/add/Old.vue +1 -22
  20. package/components/common/backup/storage/actions/add/lib/config/createDatastore.ts +1 -1
  21. package/components/common/backup/storage/actions/add/steps/typeMode/TypeModeOld.vue +48 -1
  22. package/components/common/backup/storage/actions/add/steps/typeMode/lib/config/typeOptions.ts +20 -20
  23. package/components/common/backup/storage/actions/delete/Delete.vue +15 -37
  24. package/components/common/diagramMain/Header.vue +0 -4
  25. package/components/common/diagramMain/lib/models/interfaces.ts +0 -2
  26. package/components/common/diagramMain/modals/viewSettings/info/Info.vue +1 -5
  27. package/components/common/diagramMain/modals/viewSettings/info/InfoOld.vue +0 -16
  28. package/components/common/graph/graphNew/EmptyBlock.vue +1 -2
  29. package/components/common/help/navbar/left/lib/utils/constructAccordion.ts +1 -2
  30. package/components/common/help/navbar/right/Right.vue +23 -86
  31. package/components/common/layout/theHeader/TheHeader.vue +81 -44
  32. package/components/common/layout/theHeader/{New.vue → TheHeaderNew.vue} +26 -14
  33. package/components/common/layout/theHeader/{Old.vue → TheHeaderOld.vue} +21 -13
  34. package/components/common/layout/theHeader/ThemeSwitch.vue +18 -8
  35. package/components/common/layout/theHeader/feedback/new/email/Email.vue +2 -2
  36. package/components/common/layout/theHeader/helpMenu/{about/About.vue → About.vue} +22 -12
  37. package/components/common/layout/theHeader/helpMenu/HelpMenu.vue +8 -6
  38. package/components/common/layout/theHeader/helpMenu/{about/New.vue → aboutNew/AboutNew.vue} +4 -5
  39. package/components/common/layout/theHeader/helpMenu/aboutOld/AboutOld.vue +79 -0
  40. package/components/common/layout/theHeader/helpMenu/{new/New.vue → helpMenuNew/HelpMenuNew.vue} +1 -1
  41. package/components/common/layout/theHeader/helpMenu/{new → helpMenuNew}/lib/config/dropMenu.ts +1 -1
  42. package/components/common/layout/theHeader/helpMenu/{old/Old.vue → helpMenuOld/HelpMenuOld.vue} +2 -2
  43. package/components/common/layout/theHeader/helpMenu/{old → helpMenuOld}/lib/config/dropMenu.ts +1 -1
  44. package/components/common/layout/theHeader/modals/reconnect/Reconnect.vue +11 -11
  45. package/components/common/layout/theHeader/modals/reconnect/{New.vue → ReconnectNew.vue} +1 -1
  46. package/components/common/layout/theHeader/modals/reconnect/{Old.vue → ReconnectOld.vue} +0 -2
  47. package/components/common/layout/theHeader/userMenu/UserMenu.vue +28 -21
  48. package/components/common/layout/theHeader/userMenu/modals/changePassword/ChangePassword.vue +21 -12
  49. package/components/common/layout/theHeader/userMenu/modals/changePassword/New.vue +43 -36
  50. package/components/common/layout/theHeader/userMenu/modals/changePassword/Old.vue +2 -0
  51. package/components/common/layout/theHeader/userMenu/modals/changePassword/lib/utils.ts +3 -3
  52. package/components/common/layout/theHeader/userMenu/modals/preferences/Preferences.vue +44 -19
  53. package/components/common/layout/theHeader/userMenu/modals/preferences/{New.vue → PreferencesNew.vue} +16 -24
  54. package/components/common/layout/theHeader/userMenu/modals/preferences/{Old.vue → PreferencesOld.vue} +18 -10
  55. package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguage.vue +18 -17
  56. package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/{New.vue → ChangeLanguageNew.vue} +30 -6
  57. package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/{Old.vue → ChangeLanguageOld.vue} +30 -5
  58. package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/DefaultConsole.vue +20 -8
  59. package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/{New.vue → DefaultConsoleNew.vue} +3 -3
  60. package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/{Old.vue → DefaultConsoleOld.vue} +2 -2
  61. package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/Inventory.vue +21 -7
  62. package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/{New.vue → InventoryNew.vue} +2 -3
  63. package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/{Old.vue → InventoryOld.vue} +2 -2
  64. package/components/common/layout/theHeader/userMenu/modals/preferences/security/New.vue +12 -277
  65. package/components/common/layout/theHeader/userMenu/modals/preferences/security/Old.vue +56 -30
  66. package/components/common/layout/theHeader/userMenu/modals/preferences/security/Security.vue +6 -65
  67. package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/TimeFormat.vue +22 -9
  68. package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/{New.vue → TimeFormatNew.vue} +3 -3
  69. package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/{Old.vue → TimeFormatOld.vue} +2 -2
  70. package/components/common/layout/theHeader/userMenu/modals/preferences/view/View.vue +22 -13
  71. package/components/common/layout/theHeader/userMenu/modals/preferences/view/{New.vue → ViewNew.vue} +38 -64
  72. package/components/common/layout/theHeader/userMenu/modals/preferences/view/{Old.vue → ViewOld.vue} +2 -21
  73. package/components/common/layout/theHeader/userMenu/{new/New.vue → userMenuNew/UserMenuNew.vue} +1 -1
  74. package/components/common/layout/theHeader/userMenu/{old/Old.vue → userMenuOld/UserMenuOld.vue} +2 -2
  75. package/components/common/layout/theHeader/userMenu/{old → userMenuOld}/lib/config/dropMenu.ts +1 -1
  76. package/components/common/monitor/advanced/graphView/GraphView.vue +0 -8
  77. package/components/common/monitor/advanced/tools/Tools.vue +1 -5
  78. package/components/common/monitor/overview/OverviewNew.vue +1 -1
  79. package/components/common/pages/backups/backupsNew/BackupsNew.vue +19 -107
  80. package/components/common/pages/backups/backupsNew/contextMenuView/ContextMenuView.vue +10 -16
  81. package/components/common/pages/backups/modals/createBackup/CreateBackup.vue +10 -6
  82. package/components/common/pages/backups/modals/createBackup/New.vue +9 -22
  83. package/components/common/pages/backups/modals/createBackup/Old.vue +10 -8
  84. package/components/common/pages/backups/modals/createBackup/configuration/ConfigurationNew.vue +3 -17
  85. package/components/common/pages/backups/modals/createBackup/datastores/Datastores.vue +0 -6
  86. package/components/common/pages/backups/modals/createBackup/datastores/DatastoresOld.vue +2 -22
  87. package/components/common/pages/backups/modals/createBackup/datastores/tableView/new/lib/config/table.ts +8 -8
  88. package/components/common/pages/backups/modals/createBackup/disks/Disks.vue +0 -6
  89. package/components/common/pages/backups/modals/createBackup/disks/DisksOld.vue +1 -22
  90. package/components/common/pages/backups/modals/createBackup/disks/tableView/new/TableView.vue +1 -1
  91. package/components/common/pages/backups/modals/createBackup/disks/tableView/new/lib/config/table.ts +7 -7
  92. package/components/common/pages/backups/modals/createBackup/general/General.vue +1 -7
  93. package/components/common/pages/backups/modals/createBackup/general/GeneralNew.vue +1 -1
  94. package/components/common/pages/backups/modals/createBackup/general/GeneralOld.vue +0 -17
  95. package/components/common/pages/backups/modals/createBackup/lib/config/readyToCompleteOptions.ts +5 -5
  96. package/components/common/pages/backups/modals/createBackup/lib/config/steps.ts +1 -1
  97. package/components/common/pages/backups/modals/createBackup/lib/config/strategyOptions.ts +2 -11
  98. package/components/common/pages/backups/modals/createBackup/lib/validation/validations.ts +14 -6
  99. package/components/common/pages/backups/modals/deleteBackup/DeleteBackup.vue +0 -1
  100. package/components/common/pages/backups/modals/lib/config/restore.ts +115 -116
  101. package/components/common/pages/backups/modals/lib/models/interfaces.ts +186 -187
  102. package/components/common/pages/backups/modals/restore/Restore.vue +303 -302
  103. package/components/common/pages/backups/modals/restore/{Old.vue → RestoreOld.vue} +0 -5
  104. package/components/common/pages/backups/modals/restore/disks/Disks.vue +32 -50
  105. package/components/common/pages/backups/modals/restore/disks/DisksNew.vue +2 -2
  106. package/components/common/pages/backups/modals/restore/disks/DisksOld.vue +2 -2
  107. package/components/common/pages/backups/modals/restore/lib/config/readyToCompleteOptions.ts +62 -94
  108. package/components/common/pages/backups/modals/restore/lib/config/restoreCodes.ts +1 -1
  109. package/components/common/pages/backups/modals/restore/lib/config/steps.ts +108 -130
  110. package/components/common/pages/backups/modals/restore/types/Types.vue +19 -31
  111. package/components/common/pages/backups/modals/restore/types/{New.vue → TypesNew.vue} +95 -95
  112. package/components/common/pages/backups/modals/restore/types/{Old.vue → TypesOld.vue} +61 -62
  113. package/components/common/pages/backups/modals/restore/types/lib/config/descriptions.ts +0 -1
  114. package/components/common/pages/hardwareHealth/historyTestimony/tools/Tools.vue +2 -7
  115. package/components/common/pages/hardwareHealth/tableView/TableView.vue +0 -8
  116. package/components/common/pages/hardwareHealth/tableView/lib/config/sensorTable.ts +1 -13
  117. package/components/common/pages/hardwareHealth/toolsPanel/lib/config/actionsPanel.ts +4 -4
  118. package/components/common/pages/home/widgets/warnings/lib/config/config.ts +2 -2
  119. package/components/common/pages/home/widgets/warnings/table/lib/config/config.ts +2 -2
  120. package/components/common/pages/home/widgets/warnings/table/lib/models/enums.ts +12 -0
  121. package/components/common/pages/scheduledTasks/table/Table.vue +11 -3
  122. package/components/common/pages/scheduledTasks/table/{expandDetails/Old.vue → detailsList/DetailsList.vue} +4 -7
  123. package/components/common/pages/scheduledTasks/table/{expandDetails/historyRun/HistoryRun.vue → detailsList/Table.vue} +5 -9
  124. package/components/common/pages/scheduledTasks/table/{expandDetails/historyRun → detailsList}/lib/config/historyRunsTable.ts +2 -4
  125. package/components/common/pages/scheduledTasks/table/{expandDetails/historyRun → detailsList}/lib/config/tableKeys.ts +1 -1
  126. package/components/common/pages/scheduledTasks/table/{expandDetails/lib/config/expandDetails.ts → detailsList/lib/config/tasksRowDetails.ts} +1 -3
  127. package/components/common/pages/scheduledTasks/table/lib/config/scheduledTasksTable.ts +0 -3
  128. package/components/common/pages/tasks/Tasks.vue +122 -125
  129. package/components/common/pages/tasks/table/Table.vue +370 -373
  130. package/components/common/pages/tasks/table/expandDetails/ExpandDetails.vue +1 -1
  131. package/components/common/pages/tasks/table/lib/config/config.ts +270 -279
  132. package/components/common/qrcode/Qrcode.vue +56 -0
  133. package/components/common/selectLanguage/SelectLanguage.vue +5 -5
  134. package/components/common/split/horizontal/New.vue +2 -0
  135. package/components/common/split/vertical/New.vue +1 -2
  136. package/components/common/vm/actions/add/New.vue +11 -13
  137. package/components/common/vm/actions/add/Old.vue +1 -1
  138. package/components/common/vm/actions/clone/old/Old.vue +0 -1
  139. package/components/common/vm/actions/common/customizeHardware/virtualHardware/New.vue +36 -12
  140. package/components/common/vm/actions/common/customizeHardware/virtualHardware/Old.vue +37 -15
  141. package/components/common/vm/actions/common/customizeHardware/virtualHardware/VirtualHardware.vue +50 -50
  142. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/coresPerSocket/CoresPerSocket.vue +3 -3
  143. package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/models/interfaces.ts +1 -3
  144. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/NewHardDisk.vue +7 -13
  145. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/New.vue +4 -7
  146. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/NewPciDevice.vue +45 -52
  147. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/Old.vue +8 -5
  148. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/directPathIo/DirectPathIo.vue +3 -1
  149. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/directPathIo/New.vue +2 -2
  150. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/directPathIo/Old.vue +2 -2
  151. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/DynamicDirectPathIo.vue +1 -1
  152. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/New.vue +2 -1
  153. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/Old.vue +2 -1
  154. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/nvidiaGrid/New.vue +1 -1
  155. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/nvidiaGrid/NvidiaGrid.vue +1 -1
  156. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/nvidiaGrid/Old.vue +1 -1
  157. package/components/common/vm/actions/common/customizeHardware/vmoptions/New.vue +2 -2
  158. package/components/common/vm/actions/common/select/compatibility/New.vue +1 -0
  159. package/components/common/vm/actions/common/select/options/Old.vue +2 -1
  160. package/components/common/vm/actions/common/select/storage/new/New.vue +1 -1
  161. package/components/common/wizards/common/compatibility/New.vue +1 -1
  162. package/components/common/wizards/common/compatibility/Old.vue +1 -1
  163. package/components/common/wizards/common/steps/computeResource/New.vue +1 -9
  164. package/components/common/wizards/datastore/add/Add.vue +228 -227
  165. package/components/common/wizards/datastore/add/Old.vue +0 -16
  166. package/components/common/wizards/datastore/add/lib/config/createDatastore.ts +0 -1
  167. package/components/common/wizards/datastore/add/lib/models/interfaces.ts +0 -1
  168. package/components/common/wizards/datastore/add/steps/nameAndDevice/NameAndDeviceNew.vue +0 -5
  169. package/components/common/wizards/datastore/add/steps/nameAndDevice/NameAndDeviceOld.vue +0 -5
  170. package/components/common/wizards/datastore/add/steps/nameAndDevice/table/old/Old.vue +3 -2
  171. package/components/common/wizards/datastore/add/steps/readyComplete/lib/config/propertiesDetails.ts +1 -8
  172. package/components/common/wizards/datastore/add/steps/typeMode/TypeModeOld.vue +48 -1
  173. package/components/common/wizards/network/add/Add.vue +5 -28
  174. package/components/common/wizards/network/add/lib/config/config.ts +1 -1
  175. package/components/common/wizards/network/add/lib/config/initialData.ts +3 -6
  176. package/components/common/wizards/network/add/lib/config/selectConnectionTypeStep.ts +0 -1
  177. package/components/common/wizards/network/add/steps/portProperties/PortProperties.vue +192 -192
  178. package/components/common/wizards/network/add/steps/selectTargetDevice/SelectTargetDeviceNew.vue +1 -2
  179. package/components/common/wizards/network/add/steps/selectTargetDevice/SelectTargetDeviceOld.vue +6 -18
  180. package/components/common/wizards/vm/migrate/lib/models/enums.ts +2 -2
  181. package/components/common/wizards/vm/migrate/steps/computeResource/tableView/old/lib/config/hostTable.ts +1 -1
  182. package/components/common/wizards/vm/migrate/steps/selectStorage/SelectStorage.vue +4 -4
  183. package/components/common/wizards/vm/migrate/steps/selectStorage/configure/disk/table/new/lib/config/diskTable.ts +2 -6
  184. package/components/common/wizards/vm/migrate/steps/selectStorage/configure/disk/table/old/lib/config/diskTable.ts +13 -29
  185. package/composables/deepCopy.ts +21 -0
  186. package/composables/useEnvLanguage.ts +8 -7
  187. package/composables/useUniqueId.ts +5 -0
  188. package/lib/config/regExp.ts +1 -1
  189. package/lib/models/enums.ts +0 -28
  190. package/lib/models/interfaces.ts +0 -2
  191. package/lib/models/types.ts +60 -59
  192. package/lib/utils/localizationMapper.ts +2 -1
  193. package/package.json +4 -3
  194. package/plugins/date.ts +37 -14
  195. package/plugins/validation.ts +6 -6
  196. package/store/main/getters.ts +2 -2
  197. package/store/tasks/actions.ts +1 -1
  198. package/store/tasks/mappers/tasks.ts +1 -8
  199. package/components/common/backup/storage/actions/add/steps/typeMode/tooltip/Tooltip.vue +0 -33
  200. package/components/common/certificate/Certificate.vue +0 -27
  201. package/components/common/certificate/CertificateInfo.vue +0 -139
  202. package/components/common/certificate/Tools.vue +0 -59
  203. package/components/common/certificate/lib/config/tabsPannel.ts +0 -22
  204. package/components/common/certificate/lib/models/interfaces.ts +0 -9
  205. package/components/common/certificate/lib/models/types.ts +0 -1
  206. package/components/common/certificate/modals/renew/New.vue +0 -64
  207. package/components/common/certificate/modals/renew/Old.vue +0 -122
  208. package/components/common/certificate/modals/renew/Renew.vue +0 -67
  209. package/components/common/configure/advancedSystemSettings/AdvancedSystemSettings.vue +0 -49
  210. package/components/common/configure/advancedSystemSettings/modals/edit/Edit.vue +0 -55
  211. package/components/common/configure/advancedSystemSettings/modals/edit/New.vue +0 -37
  212. package/components/common/configure/advancedSystemSettings/modals/edit/Old.vue +0 -46
  213. package/components/common/configure/advancedSystemSettings/tableView/TableView.vue +0 -30
  214. package/components/common/configure/advancedSystemSettings/tableView/new/New.vue +0 -193
  215. package/components/common/configure/advancedSystemSettings/tableView/new/lib/config/hostTable.ts +0 -308
  216. package/components/common/configure/advancedSystemSettings/tableView/old/Old.vue +0 -128
  217. package/components/common/configure/advancedSystemSettings/tableView/old/lib/config/table.ts +0 -93
  218. package/components/common/configure/advancedSystemSettings/tableView/old/lib/config/tableKeys.ts +0 -9
  219. package/components/common/configure/advancedSystemSettings/tableView/old/lib/models/types.ts +0 -5
  220. package/components/common/configure/advancedSystemSettings/tools/New.vue +0 -5
  221. package/components/common/configure/advancedSystemSettings/tools/Old.vue +0 -28
  222. package/components/common/configure/advancedSystemSettings/tools/Tools.vue +0 -28
  223. package/components/common/configure/securityProfile/SecurityProfile.vue +0 -28
  224. package/components/common/configure/securityProfile/lockdownMode/LockdownMode.vue +0 -112
  225. package/components/common/configure/securityProfile/lockdownMode/lib/utils/constructData.ts +0 -27
  226. package/components/common/configure/securityProfile/lockdownMode/modals/lockdownModeEdit/LockdownModeEdit.vue +0 -61
  227. package/components/common/configure/securityProfile/lockdownMode/modals/lockdownModeEdit/New.vue +0 -5
  228. package/components/common/configure/securityProfile/lockdownMode/modals/lockdownModeEdit/Old.vue +0 -109
  229. package/components/common/configure/securityProfile/lockdownMode/modals/lockdownModeEdit/exceptionUsers/ExceptionUsers.vue +0 -28
  230. package/components/common/configure/securityProfile/lockdownMode/modals/lockdownModeEdit/exceptionUsers/New.vue +0 -5
  231. package/components/common/configure/securityProfile/lockdownMode/modals/lockdownModeEdit/exceptionUsers/old/Old.vue +0 -180
  232. package/components/common/configure/securityProfile/lockdownMode/modals/lockdownModeEdit/exceptionUsers/old/lib/config/table.ts +0 -64
  233. package/components/common/configure/securityProfile/lockdownMode/modals/lockdownModeEdit/exceptionUsers/old/lib/config/tableKeys.ts +0 -6
  234. package/components/common/configure/securityProfile/lockdownMode/modals/lockdownModeEdit/exceptionUsers/old/lib/models/types.ts +0 -1
  235. package/components/common/configure/securityProfile/lockdownMode/modals/lockdownModeEdit/lib/config/tabs.ts +0 -19
  236. package/components/common/configure/securityProfile/lockdownMode/modals/lockdownModeEdit/lockdownMode/LockdownMode.vue +0 -22
  237. package/components/common/configure/securityProfile/lockdownMode/modals/lockdownModeEdit/lockdownMode/New.vue +0 -5
  238. package/components/common/configure/securityProfile/lockdownMode/modals/lockdownModeEdit/lockdownMode/Old.vue +0 -76
  239. package/components/common/configure/securityProfile/lockdownMode/tools/New.vue +0 -5
  240. package/components/common/configure/securityProfile/lockdownMode/tools/Old.vue +0 -30
  241. package/components/common/configure/securityProfile/lockdownMode/tools/Tools.vue +0 -29
  242. package/components/common/layout/console/Console.vue +0 -70
  243. package/components/common/layout/console/lib/models/interfaces.ts +0 -10
  244. package/components/common/layout/theHeader/helpMenu/about/Old.vue +0 -78
  245. package/components/common/pages/auth/TheFooter.vue +0 -104
  246. package/components/common/pages/backups/backupsNew/Skeleton.vue +0 -136
  247. package/components/common/pages/files/lib/models/enums.ts +0 -36
  248. package/components/common/pages/scheduledTasks/table/expandDetails/ExpandDetails.vue +0 -30
  249. package/components/common/pages/scheduledTasks/table/expandDetails/New.vue +0 -61
  250. package/components/common/pages/tasks/table/lib/models/interfaces.ts +0 -9
  251. package/components/common/qr/Qr.vue +0 -69
  252. package/components/common/vm/snapshots/DetailView.vue +0 -90
  253. package/components/common/vm/snapshots/Old.vue +0 -71
  254. package/components/common/vm/snapshots/Snapshots.vue +0 -82
  255. package/components/common/vm/snapshots/lib/models/interfaces.ts +0 -5
  256. package/components/common/vm/snapshots/lib/models/types.ts +0 -11
  257. package/components/common/vm/snapshots/modals/confirm/Confirm.vue +0 -48
  258. package/components/common/vm/snapshots/modals/confirm/New.vue +0 -128
  259. package/components/common/vm/snapshots/modals/confirm/Old.vue +0 -140
  260. package/components/common/vm/snapshots/modals/confirm/lib/models/enums.ts +0 -19
  261. package/components/common/vm/snapshots/modals/lib/config/modalTexts.ts +0 -30
  262. package/components/common/vm/snapshots/modals/takeOrEdit/Old.vue +0 -220
  263. package/components/common/vm/snapshots/modals/takeOrEdit/TakeOrEdit.vue +0 -51
  264. package/components/common/vm/snapshots/modals/takeOrEdit/new/New.vue +0 -184
  265. package/components/common/vm/snapshots/modals/takeOrEdit/new/lib/utils/getSnapshotsName.ts +0 -15
  266. package/components/common/vm/snapshots/new/New.vue +0 -471
  267. package/components/common/vm/snapshots/new/Skeleton.vue +0 -136
  268. package/components/common/vm/snapshots/new/contextMenuView/ContextMenuView.vue +0 -103
  269. package/components/common/vm/snapshots/new/contextMenuView/lib/config/contextMenuItems.ts +0 -34
  270. package/components/common/vm/snapshots/new/lib/models/interfaces.ts +0 -12
  271. package/components/common/vm/snapshots/new/lib/utils/contextMenu.ts +0 -29
  272. package/components/common/vm/snapshots/new/lib/utils/details.ts +0 -48
  273. package/components/common/vm/snapshots/tools/Tools.vue +0 -56
  274. package/components/common/vm/snapshots/tools/lib/config/tabsPannel.ts +0 -39
  275. package/components/common/wizards/datastore/add/steps/nameAndDevice/advancedOptions/AdvancedOptions.vue +0 -43
  276. package/components/common/wizards/datastore/add/steps/nameAndDevice/advancedOptions/New.vue +0 -114
  277. package/components/common/wizards/datastore/add/steps/nameAndDevice/advancedOptions/Old.vue +0 -114
  278. package/components/common/wizards/datastore/add/steps/typeMode/tooltip/Tooltip.vue +0 -33
  279. package/composables/useBrowse.ts +0 -24
  280. package/lib/models/composables/useBrowse/interfaces.ts +0 -4
  281. package/store/inventory/modules/configure/advancedSystemSettings/actions.ts +0 -122
  282. package/store/inventory/modules/configure/advancedSystemSettings/getters.ts +0 -9
  283. package/store/inventory/modules/configure/advancedSystemSettings/lib/models/interfaces.ts +0 -11
  284. package/store/inventory/modules/configure/advancedSystemSettings/mutations.ts +0 -12
  285. package/store/inventory/modules/configure/advancedSystemSettings/state.ts +0 -9
  286. package/store/inventory/modules/configure/advancedSystemSettings/store.ts +0 -12
  287. package/store/inventory/modules/configure/securityProfile/actions.ts +0 -58
  288. package/store/inventory/modules/configure/securityProfile/getters.ts +0 -10
  289. package/store/inventory/modules/configure/securityProfile/lib/models/interfaces.ts +0 -16
  290. package/store/inventory/modules/configure/securityProfile/mutations.ts +0 -13
  291. package/store/inventory/modules/configure/securityProfile/state.ts +0 -7
  292. package/store/inventory/modules/configure/securityProfile/store.ts +0 -12
  293. package/store/inventory/modules/snapshots/lib/models/interfaces.ts +0 -45
  294. /package/components/common/layout/theHeader/helpMenu/{old → helpMenuOld}/lib/models/types.ts +0 -0
  295. /package/components/common/layout/theHeader/userMenu/{new → userMenuNew}/lib/config/dropMenu.ts +0 -0
  296. /package/components/common/layout/theHeader/userMenu/{old → userMenuOld}/lib/models/types.ts +0 -0
  297. /package/components/common/pages/backups/modals/restore/{New.vue → RestoreNew.vue} +0 -0
  298. /package/components/common/pages/scheduledTasks/table/{expandDetails/historyRun → detailsList}/lib/models/types.ts +0 -0
@@ -24,7 +24,7 @@
24
24
  test-id="add-vm-backup-general-error-alert"
25
25
  type="error"
26
26
  size="md"
27
- class="mb-4"
27
+ class="mb-3"
28
28
  />
29
29
 
30
30
  <div class="subtitle-block flex-row items-start">
@@ -38,7 +38,6 @@
38
38
  v-model="model"
39
39
  :show="selectedStep.id === dynamicSteps.general"
40
40
  :messages-fields="selectedStep.fields"
41
- :alert-messages="[]"
42
41
  />
43
42
  </div>
44
43
  </template>
@@ -56,7 +55,7 @@
56
55
  test-id="add-vm-backup-disks-error-alert"
57
56
  type="error"
58
57
  size="md"
59
- class="mb-4"
58
+ class="mb-3"
60
59
  />
61
60
 
62
61
  <div class="subtitle-block flex-row w-full items-start">
@@ -70,7 +69,6 @@
70
69
  v-model="model"
71
70
  :disks="props.disks"
72
71
  :disks-loading="props.disksLoading"
73
- :alert-messages="[]"
74
72
  />
75
73
  </div>
76
74
  </template>
@@ -88,7 +86,7 @@
88
86
  test-id="add-vm-backup-datastores-error-alert"
89
87
  type="error"
90
88
  size="md"
91
- class="mb-4"
89
+ class="mb-3"
92
90
  />
93
91
 
94
92
  <div class="subtitle-block flex-row w-full items-start">
@@ -120,7 +118,7 @@
120
118
  test-id="add-vm-backup-configuration-error-alert"
121
119
  type="error"
122
120
  size="md"
123
- class="mb-4"
121
+ class="mb-3"
124
122
  />
125
123
 
126
124
  <div class="subtitle-block flex-row items-start">
@@ -150,7 +148,7 @@
150
148
  </div>
151
149
  </template>
152
150
  <template #content>
153
- <div class="my-4">
151
+ <div class="mt-4">
154
152
  <div class="ready-to-complete">
155
153
  <common-ready-to-complete :data="props.readyToCompleteData" />
156
154
  </div>
@@ -265,22 +263,11 @@ const onCreateDatastore = (): void => emits('submit')
265
263
  grid-template-columns: auto 1fr;
266
264
  align-items: flex-start;
267
265
  }
268
- :deep(.details-list) {
269
- grid-template-columns: minmax(100px, max-content) minmax(150px, 100%);
270
-
271
- .details-item-label, .details-item-value {
272
- display: -webkit-box;
273
- -webkit-line-clamp: 2;
274
- -webkit-box-orient: vertical;
275
- overflow: hidden;
276
- white-space: normal;
277
- overflow-wrap: anywhere;
266
+ :deep(.details-list):nth-child(1) {
267
+ .details-item-value {
268
+ white-space: break-spaces;
269
+ overflow: auto;
278
270
  }
279
271
  }
280
272
  }
281
-
282
- :deep(.ui-wizard-content-with-subtitle) {
283
- scrollbar-gutter: stable;
284
- padding-right: 16px;
285
- }
286
273
  </style>
@@ -12,6 +12,14 @@
12
12
  @submit="onFinish"
13
13
  >
14
14
  <template #modalBody="{ selectedStep }">
15
+ <atoms-alert
16
+ v-show="props.alertErrors.length"
17
+ status="alert-danger"
18
+ :items="props.alertErrors"
19
+ test-id="create-backup-alert"
20
+ @remove="emits('remove-validation-errors')"
21
+ />
22
+
15
23
  <common-pages-scheduled-tasks-modals-common-new-task-form
16
24
  v-show="selectedStep.id === dynamicSteps.schedulingOptions"
17
25
  v-model="modelSchedulerTask"
@@ -23,9 +31,6 @@
23
31
  v-show="selectedStep.id === dynamicSteps.general"
24
32
  v-model="model"
25
33
  :show="selectedStep.id === dynamicSteps.general"
26
- :messages-fields="selectedStep.fields"
27
- :alert-messages="props.alertMessages[dynamicSteps.general]"
28
- @remove-validation-errors="emits('remove-validation-errors', $event)"
29
34
  />
30
35
 
31
36
  <common-pages-backups-modals-create-backup-disks
@@ -33,8 +38,6 @@
33
38
  v-model="model"
34
39
  :disks="props.disks"
35
40
  :disks-loading="props.disksLoading"
36
- :alert-messages="props.alertMessages[dynamicSteps.disks]"
37
- @remove-validation-errors="emits('remove-validation-errors', $event)"
38
41
  />
39
42
 
40
43
  <common-pages-backups-modals-create-backup-datastores
@@ -42,8 +45,6 @@
42
45
  v-model="model"
43
46
  :datastore-table="props.datastoreTable"
44
47
  :datastore-table-loading="props.datastoreTableLoading"
45
- :alert-messages="props.alertMessages[dynamicSteps.datastores]"
46
- @remove-validation-errors="emits('remove-validation-errors', $event)"
47
48
  />
48
49
 
49
50
  <common-pages-backups-modals-create-backup-configuration
@@ -97,12 +98,13 @@ const props = defineProps<{
97
98
  disksLoading: boolean
98
99
  datastoreTable: UI_I_BackupDatastoreTable | null
99
100
  datastoreTableLoading: boolean
101
+ alertErrors: string[]
100
102
  readyToCompleteData: UI_I_TableInfoItem[]
101
103
  }>()
102
104
 
103
105
  const emits = defineEmits<{
104
106
  (event: 'change-step-create-backup', value: UI_I_WizardStep[]): void
105
- (event: 'remove-validation-errors', value: number): void
107
+ (event: 'remove-validation-errors'): void
106
108
  (event: 'finish'): void
107
109
  (event: 'hide'): void
108
110
  }>()
@@ -31,7 +31,6 @@
31
31
  <ui-input
32
32
  v-model="maxBindwidthLocal"
33
33
  :error="props.messagesFields.bandWidth.field"
34
- type="number"
35
34
  test-id="vm-backup-max-bandwidth-input"
36
35
  class="max-bandwidth-input"
37
36
  />
@@ -115,8 +114,7 @@ const maxBindwidthLocal = computed<number>({
115
114
  &-row {
116
115
  min-height: 36px;
117
116
  width: 100%;
118
- display: grid;
119
- grid-template-columns: minmax(150px, 250px) minmax(150px, 100%);
117
+ display: flex;
120
118
  column-gap: 16px;
121
119
  align-items: center;
122
120
 
@@ -173,10 +171,9 @@ const maxBindwidthLocal = computed<number>({
173
171
  width: fit-content;
174
172
  }
175
173
 
176
- .strategy-select :deep(.ui-popup-window) {
177
- min-width: max-content !important;
174
+ .strategy-select.capitalize, :deep(.ui-select-toggle-button) {
175
+ text-transform: capitalize;
178
176
  }
179
-
180
177
  &-max-band {
181
178
  display: flex;
182
179
  gap: 12px;
@@ -184,17 +181,6 @@ const maxBindwidthLocal = computed<number>({
184
181
  .max-bandwidth-input {
185
182
  max-width: 276px;
186
183
  width: 100%;
187
-
188
- :deep(input.ui-main-input[type="number"]) {
189
- appearance: textfield;
190
- -moz-appearance: textfield;
191
- }
192
-
193
- :deep(input.ui-main-input[type="number"]::-webkit-outer-spin-button),
194
- :deep(input.ui-main-input[type="number"]::-webkit-inner-spin-button) {
195
- -webkit-appearance: none;
196
- margin: 0;
197
- }
198
184
  }
199
185
 
200
186
  .max-bandwidth-select {
@@ -10,8 +10,6 @@
10
10
  v-model="model"
11
11
  :datastore-table="props.datastoreTable"
12
12
  :datastore-table-loading="props.datastoreTableLoading"
13
- :alert-messages="props.alertMessages"
14
- @remove-validation-errors="emits('remove-validation-errors', $event)"
15
13
  />
16
14
  </template>
17
15
 
@@ -25,10 +23,6 @@ const model = defineModel<UI_I_CreateBackupForm>({ required: true })
25
23
  const props = defineProps<{
26
24
  datastoreTable: UI_I_BackupDatastoreTable | null
27
25
  datastoreTableLoading: boolean
28
- alertMessages: string[]
29
- }>()
30
- const emits = defineEmits<{
31
- (event: 'remove-validation-errors', value: number): void
32
26
  }>()
33
27
 
34
28
  const { $store }: any = useNuxtApp()
@@ -1,20 +1,11 @@
1
1
  <template>
2
2
  <div class="datastores h-full">
3
- <atoms-alert
4
- v-show="props.alertMessages.length"
5
- status="alert-danger"
6
- :items="props.alertMessages"
7
- test-id="create-backup-datastores-alert"
8
- @remove="onRemoveErrors"
9
- />
10
-
11
3
  <common-pages-backups-modals-create-backup-datastores-table-view-old-table-view
12
4
  v-model:selected="model.backup_storage"
13
5
  :data-table="props.datastoreTable?.items || []"
14
6
  :total-items="props.datastoreTable?.total_items || 0"
15
7
  :total-pages="props.datastoreTable?.total_pages || 1"
16
8
  :loading="props.datastoreTableLoading"
17
- class="datastores-table"
18
9
  />
19
10
  </div>
20
11
  </template>
@@ -24,28 +15,17 @@ import type {
24
15
  UI_I_BackupDatastoreTable,
25
16
  UI_I_CreateBackupForm
26
17
  } from '~/components/common/pages/backups/modals/lib/models/interfaces'
27
- import { dynamicSteps } from '~/components/common/pages/backups/modals/createBackup/lib/config/steps'
28
-
29
- const model = defineModel<UI_I_CreateBackupForm>({ required: true })
30
18
 
31
19
  const props = defineProps<{
32
20
  datastoreTable: UI_I_BackupDatastoreTable | null
33
21
  datastoreTableLoading: boolean
34
- alertMessages: string[]
35
- }>()
36
- const emits = defineEmits<{
37
- (event: 'remove-validation-errors', value: number): void
38
22
  }>()
39
23
 
40
- const onRemoveErrors = (): void => {
41
- emits('remove-validation-errors', dynamicSteps.datastores)
42
- }
24
+ const model = defineModel<UI_I_CreateBackupForm>({ required: true })
25
+
43
26
  </script>
44
27
 
45
28
  <style lang="scss" scoped>
46
- .datastores-table {
47
- margin-top: 5px;
48
- }
49
29
  .backups-table-content {
50
30
  height: 100%;
51
31
  padding: 0 10px 10px 10px;
@@ -7,7 +7,7 @@ import type { UI_I_Localization } from '~/lib/models/interfaces'
7
7
  import type {
8
8
  UI_I_BackupDatastore,
9
9
  } from '~/components/common/pages/backups/modals/lib/models/interfaces'
10
- import { backupStorageIconByState, datastoreLocalizationByState } from '~/components/common/lib/config/states'
10
+ import { datastoreLocalizationByState } from '~/components/common/lib/config/states'
11
11
  import type {
12
12
  I_BackupDatastoreChipStatus
13
13
  } from "~/components/common/pages/backups/modals/createBackup/datastores/tableView/new/lib/models/interfaces";
@@ -22,7 +22,7 @@ export const getHeaderDataFunc = (
22
22
  text: localization.common.name,
23
23
  isSortable: true,
24
24
  sort: 'asc',
25
- width: '160px',
25
+ width: '104px',
26
26
  show: true,
27
27
  filter: true
28
28
  },
@@ -32,7 +32,7 @@ export const getHeaderDataFunc = (
32
32
  text: localization.common.state,
33
33
  isSortable: true,
34
34
  sort: 'asc',
35
- width: '160px',
35
+ width: '128px',
36
36
  show: true,
37
37
  filter: true
38
38
  },
@@ -42,7 +42,7 @@ export const getHeaderDataFunc = (
42
42
  text: localization.common.capacity,
43
43
  isSortable: true,
44
44
  sort: 'asc',
45
- width: '120px',
45
+ width: '96px',
46
46
  show: true,
47
47
  filter: true
48
48
  },
@@ -52,7 +52,7 @@ export const getHeaderDataFunc = (
52
52
  text: localization.common.provisioned,
53
53
  isSortable: true,
54
54
  sort: 'asc',
55
- width: '128px',
55
+ width: '96px',
56
56
  show: true,
57
57
  filter: true
58
58
  },
@@ -82,7 +82,7 @@ export const getHeaderDataFunc = (
82
82
  text: localization.common.type,
83
83
  isSortable: true,
84
84
  sort: 'asc',
85
- width: '104px',
85
+ width: '80',
86
86
  show: true,
87
87
  filter: true
88
88
  },
@@ -92,7 +92,7 @@ export const getHeaderDataFunc = (
92
92
  text: localization.common.location,
93
93
  isSortable: true,
94
94
  sort: 'asc',
95
- width: '184px',
95
+ width: '160px',
96
96
  show: true,
97
97
  filter: true
98
98
  }
@@ -179,7 +179,7 @@ export const getBodyDataFunc = (
179
179
  col: 'col0',
180
180
  text: datastore.name,
181
181
  data: {
182
- iconClassName: `icon-${backupStorageIconByState[datastore.state]}`,
182
+ iconClassName: [3, 5, 6].includes(datastore.state) ? 'vsphere-icon-datastore-error' : 'vsphere-icon-datastore',
183
183
  id: datastore.id
184
184
  }
185
185
  },
@@ -4,8 +4,6 @@
4
4
  v-model="model"
5
5
  :disks="props.disks"
6
6
  :disks-loading="props.disksLoading"
7
- :alert-messages="props.alertMessages"
8
- @remove-validation-errors="emits('remove-validation-errors', $event)"
9
7
  />
10
8
  <common-pages-backups-modals-create-backup-disks-new
11
9
  v-else
@@ -26,10 +24,6 @@ const model = defineModel<UI_I_CreateBackupForm>({ required: true })
26
24
  const props = defineProps<{
27
25
  disks: UI_I_Pvm['disk_devices']
28
26
  disksLoading: boolean
29
- alertMessages: string[]
30
- }>()
31
- const emits = defineEmits<{
32
- (event: 'remove-validation-errors', value: number): void
33
27
  }>()
34
28
 
35
29
  const { $store }: any = useNuxtApp()
@@ -1,20 +1,11 @@
1
1
  <template>
2
2
  <div class="disks h-full">
3
- <atoms-alert
4
- v-show="props.alertMessages.length"
5
- status="alert-danger"
6
- :items="props.alertMessages"
7
- test-id="create-backup-disks-alert"
8
- @remove="onRemoveErrors"
9
- />
10
-
11
3
  <common-pages-backups-modals-create-backup-disks-table-view-old-table-view
12
4
  v-model:selected="model.disk_devices"
13
5
  :data-table="props.disks"
14
6
  :loading="props.disksLoading"
15
7
  :total-items="props.disks.length"
16
8
  :total-pages="1"
17
- class="disks-table"
18
9
  />
19
10
  </div>
20
11
  </template>
@@ -24,26 +15,14 @@ import type {
24
15
  UI_I_CreateBackupForm,
25
16
  UI_I_Pvm
26
17
  } from "~/components/common/pages/backups/modals/lib/models/interfaces";
27
- import { dynamicSteps } from '~/components/common/pages/backups/modals/createBackup/lib/config/steps'
28
18
 
29
19
  const model = defineModel<UI_I_CreateBackupForm>({ required: true })
30
20
 
31
21
  const props = defineProps<{
32
22
  disks: UI_I_Pvm['disk_devices']
33
23
  disksLoading: boolean
34
- alertMessages: string[]
35
- }>()
36
- const emits = defineEmits<{
37
- (event: 'remove-validation-errors', value: number): void
38
24
  }>()
39
25
 
40
- const onRemoveErrors = (): void => {
41
- emits('remove-validation-errors', dynamicSteps.disks)
42
- }
43
26
  </script>
44
27
 
45
- <style lang="scss" scoped>
46
- .disks-table {
47
- margin-top: 5px;
48
- }
49
- </style>
28
+ <style lang="scss" scoped></style>
@@ -61,7 +61,7 @@ const texts = computed<UI_I_TableTexts>(() => ({
61
61
  searchHere: localization.value.common.searchHere,
62
62
  rowsPerPage: localization.value.common.rowsPerPage,
63
63
  of: localization.value.common.of,
64
- selected: localization.value.common.selected2,
64
+ selected: localization.value.common.selected,
65
65
  columns: localization.value.common.columns,
66
66
  previous: localization.value.common.previous,
67
67
  next: localization.value.common.next,
@@ -19,7 +19,7 @@ export const getHeaderDataFunc = (
19
19
  text: localization.common.source,
20
20
  isSortable: true,
21
21
  sort: 'asc',
22
- width: '352px',
22
+ width: '368px',
23
23
  show: true,
24
24
  filter: true
25
25
  },
@@ -29,7 +29,7 @@ export const getHeaderDataFunc = (
29
29
  text: localization.common.deviceType,
30
30
  isSortable: true,
31
31
  sort: 'asc',
32
- width: '160px',
32
+ width: '136px',
33
33
  show: true,
34
34
  filter: true
35
35
  },
@@ -39,7 +39,7 @@ export const getHeaderDataFunc = (
39
39
  text: localization.common.bus,
40
40
  isSortable: true,
41
41
  sort: 'asc',
42
- width: '136px',
42
+ width: '112px',
43
43
  show: true,
44
44
  filter: true
45
45
  },
@@ -49,7 +49,7 @@ export const getHeaderDataFunc = (
49
49
  text: localization.common.target,
50
50
  isSortable: true,
51
51
  sort: 'asc',
52
- width: '136px',
52
+ width: '112px',
53
53
  show: true,
54
54
  filter: true
55
55
  },
@@ -59,7 +59,7 @@ export const getHeaderDataFunc = (
59
59
  text: localization.common.capacity,
60
60
  isSortable: true,
61
61
  sort: 'asc',
62
- width: '136px',
62
+ width: '112px',
63
63
  show: true,
64
64
  filter: true
65
65
  },
@@ -69,7 +69,7 @@ export const getHeaderDataFunc = (
69
69
  text: localization.common.used,
70
70
  isSortable: true,
71
71
  sort: 'asc',
72
- width: '136px',
72
+ width: '112px',
73
73
  show: true,
74
74
  filter: true
75
75
  },
@@ -79,7 +79,7 @@ export const getHeaderDataFunc = (
79
79
  text: localization.common.free,
80
80
  isSortable: true,
81
81
  sort: 'asc',
82
- width: '136px',
82
+ width: '112px',
83
83
  show: true,
84
84
  filter: true
85
85
  },
@@ -9,8 +9,6 @@
9
9
  v-else
10
10
  v-model="model"
11
11
  :show="props.show"
12
- :alert-messages="props.alertMessages"
13
- @remove-validation-errors="emits('remove-validation-errors', $event)"
14
12
  />
15
13
  </template>
16
14
 
@@ -23,11 +21,7 @@ const model = defineModel<UI_I_CreateBackupForm>({ required: true })
23
21
 
24
22
  const props = defineProps<{
25
23
  show: boolean
26
- messagesFields: UI_I_ArbitraryObject<UI_I_ErrorFields>
27
- alertMessages: string[]
28
- }>()
29
- const emits = defineEmits<{
30
- (event: 'remove-validation-errors', value: number): void
24
+ messagesFields?: UI_I_ArbitraryObject<UI_I_ErrorFields>
31
25
  }>()
32
26
 
33
27
  const { $store }: any = useNuxtApp()
@@ -30,7 +30,7 @@
30
30
  v-model="model.description"
31
31
  :placeholder="localization.common.description"
32
32
  test-id="vm-backup-name-input"
33
- height="92"
33
+ height="84"
34
34
  />
35
35
  </div>
36
36
  </div>
@@ -1,13 +1,5 @@
1
1
  <template>
2
2
  <div class="general">
3
- <atoms-alert
4
- v-show="props.alertMessages.length"
5
- status="alert-danger"
6
- :items="props.alertMessages"
7
- test-id="create-backup-name-alert"
8
- @remove="onRemoveErrors"
9
- />
10
-
11
3
  <form @submit.prevent>
12
4
  <div class="field flex pt-4">
13
5
  <label for="general-name">{{ localization.common.name }}:</label>
@@ -37,16 +29,11 @@
37
29
  <script lang="ts" setup>
38
30
  import type { UI_I_Localization } from '~/lib/models/interfaces'
39
31
  import type { UI_I_CreateBackupForm } from '~/components/common/pages/backups/modals/lib/models/interfaces'
40
- import { dynamicSteps } from '~/components/common/pages/backups/modals/createBackup/lib/config/steps'
41
32
 
42
33
  const model = defineModel<UI_I_CreateBackupForm>({ required: true })
43
34
 
44
35
  const props = defineProps<{
45
36
  show: boolean
46
- alertMessages: string[]
47
- }>()
48
- const emits = defineEmits<{
49
- (event: 'remove-validation-errors', value: number): void
50
37
  }>()
51
38
 
52
39
  const localization = computed<UI_I_Localization>(() => useLocal())
@@ -64,10 +51,6 @@ watch(
64
51
  }, 0)
65
52
  }
66
53
  )
67
-
68
- const onRemoveErrors = (): void => {
69
- emits('remove-validation-errors', dynamicSteps.general)
70
- }
71
54
  </script>
72
55
 
73
56
  <style lang="scss" scoped>
@@ -18,12 +18,12 @@ export const readyToCompleteOptions = (
18
18
  // General
19
19
  {
20
20
  label: localization.common.name,
21
- value: backupForm.name || '--',
21
+ value: backupForm.name,
22
22
  iconClassName: 'icon-backup',
23
23
  },
24
24
  {
25
25
  label: localization.common.description,
26
- value: backupForm.description || '--',
26
+ value: backupForm.description,
27
27
  },
28
28
  ]
29
29
 
@@ -31,7 +31,7 @@ export const readyToCompleteOptions = (
31
31
  backupForm.disk_devices.forEach((disk_device, i) => {
32
32
  result.push({
33
33
  label: `${localization.common.disk} ${i + 1}`,
34
- value: disk_device.location || '--',
34
+ value: disk_device.location,
35
35
  iconClassName: 'icon-vSphere-dsVmDisk',
36
36
  })
37
37
  })
@@ -42,7 +42,7 @@ export const readyToCompleteOptions = (
42
42
  )
43
43
  result.push({
44
44
  label: localization.common.datastore,
45
- value: datastore?.name || '--',
45
+ value: datastore?.name || '',
46
46
  iconClassName: 'vsphere-icon-datastore',
47
47
  })
48
48
 
@@ -51,7 +51,7 @@ export const readyToCompleteOptions = (
51
51
  label: localization.common.strategy,
52
52
  value:
53
53
  strategyOptions.find((option) => option.value === backupForm.strategy)
54
- ?.label || '--',
54
+ ?.label || '',
55
55
  })
56
56
 
57
57
  const gbSizeByB = 1_073_741_824
@@ -62,7 +62,7 @@ export const stepsFunc = (
62
62
  stepName: '',
63
63
  title: localization.common.datastores,
64
64
 
65
- subTitle: localization.common.selectBackupStorageConfigurationDiskFiles,
65
+ subTitle: localization.common.selectStorageConfigurationDiskFiles2,
66
66
  status: UI_E_WIZARD_STATUS.INACTIVE,
67
67
  isValid: true,
68
68
  fields: {
@@ -4,19 +4,10 @@ import type { UI_I_SelectInputItem } from '~/components/common/select/input/lib/
4
4
  export const strategyOptionsFunc = (
5
5
  localization: UI_I_Localization
6
6
  ): UI_I_SelectInputItem[] => {
7
- const { $text } = useNuxtApp()
8
- const isLangEn = useLocalStorage('lang') === 'en_US'
9
-
10
- const labels = [
7
+ return [
11
8
  { label: localization.common.fullBackup, value: 0 },
12
9
  { label: localization.common.incrementalBackup, value: 1 },
13
10
  { label: localization.common.differentialBackup, value: 2 },
14
11
  ]
15
-
16
- return isLangEn
17
- ? labels.map((item) => ({
18
- ...item,
19
- label: $text.toCapitalizeEveryWord(item.label),
20
- }))
21
- : labels
22
12
  }
13
+