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
@@ -201,7 +201,6 @@
201
201
  "changeComputeResourceOnly": "Change compute resource only",
202
202
  "changeIdentityProvider": "Change Identity Provider",
203
203
  "changePassword": "Change Password",
204
- "setYourPassword": "Set Your Password",
205
204
  "changePasswordError": "Invalid password!",
206
205
  "changeProviderTooltipContent": "Sphere Zone supports external identity providers to manage your users and groups. You can migrate from using the embedded Sphere Zone identity provider to an external identity provider. For more information, see the vSphere documentation.",
207
206
  "changeRole": "Change Role",
@@ -654,7 +653,6 @@
654
653
  "haProtection": "HA Protection",
655
654
  "hardDisk": "Hard Disk",
656
655
  "hardStop": "Hard Stop",
657
- "hardStop1": "Hard Stop",
658
656
  "hardware": "Hardware",
659
657
  "hardwareAcceleration": "Hardware Acceleration",
660
658
  "hardwareHealth": "Hardware Health",
@@ -1144,7 +1142,7 @@
1144
1142
  "passwordsDoNotMatch": "Passwords do not match.",
1145
1143
  "passwordSessionAuthentication": "Password and windows session authentication",
1146
1144
  "passwordsMustLeast8CharactersLongContainUpperAndLowerCaseLetterNumberAndSpecialCharacter": "Passwords must be at least 8 characters long, contain an upper and lower case letter, a number, and a special character.",
1147
- "passwordTooltipValidText": "Password must contain between {minLength} and {maxLength} characters.\nIt must include:\n- at least {minSpecialCharacter} special characters,\n- at least {minUpperCase} uppercase letters,\n- at least {minLowerCase} lowercase letters,\n- at least {minAlphabetic} letters,\n- at least {minNumeric} digits.\nNo more than {maxAdjacentCharacters} identical characters in a row are allowed.",
1145
+ "passwordTooltipValidText": "A password must be 8 - 20 characters long.It must includes 1 special character(s), 1 upper case character(s), 1 lower case character(s), 2 alphabetic character(s), 1 numeric character(s), and no more than 3 adjacent characters can be identical",
1148
1146
  "path": "Path",
1149
1147
  "paths": "Paths",
1150
1148
  "pathSelectionPolicy": "Path Selection Policy",
@@ -1403,8 +1401,6 @@
1403
1401
  "selectStorage": "Select Storage",
1404
1402
  "selectStorageConfigurationDiskFiles": "Select the storage for the configuration and disk files.",
1405
1403
  "selectStorageConfigurationDiskFiles2": "Select a storage for the configuration and disk files.",
1406
- "selectBackupStorageConfigurationDiskFiles": "Select a backup storage for the configuration and disk files.",
1407
- "selectBackupStorageToProceed": "Select a backup storage to proceed.",
1408
1404
  "selectSwitch": "Select Switch",
1409
1405
  "selectTargetDevice": "Select Target Device",
1410
1406
  "selectTargetDeviceForNewConnection": "Select a target device for the new connection.",
@@ -2050,7 +2046,6 @@
2050
2046
  "cPUUsageMHzDuringInterval": "CPU usage in MHz during the interval",
2051
2047
  "usageCoreCount": "Usage for core {0}",
2052
2048
  "hardStopConfirmation": "Hard Stop Confirmation",
2053
- "hardStopVm": "Hard Stop Virtual Machine",
2054
2049
  "confirmHardStopVmOperation": "Confirm the forced stop of the virtual machine.",
2055
2050
  "confirmGroupHardStopVmOperation": "Confirm the forced stop of {0} virtual machines.",
2056
2051
  "confirmHardStopVmOperationFirstDescription": "The hard stop operation terminates all currently running processes and immediately powers off the virtual machine. Continuing this operation may result in the loss of unsaved data or unexpected downtime.",
@@ -2218,7 +2213,7 @@
2218
2213
  "sambaDesc": "Create an Samba datastore on an Samba share over the network.",
2219
2214
  "sambaHelpDesc": "Samba storage uses the SMBCIFS protocol, provides cross -platform access, flexible rights and integration with Active Directory.",
2220
2215
  "deviceType": "Device type",
2221
- "selectDisksInvolvedBackup": "Select disks involved in the backup.",
2216
+ "selectDisksInvolvedBackup": "Select disks involved in the backup",
2222
2217
  "dateTime": "Date Time",
2223
2218
  "eventTypeDescription": "Event Type Description",
2224
2219
  "possibleCauses": "Possible Causes",
@@ -2265,17 +2260,14 @@
2265
2260
  "backupRules": "Backup Rules",
2266
2261
  "restoreExisting": "Restore Existing",
2267
2262
  "restoreAsNew": "Restore as New",
2268
- "restoreAsNewAndCopy": "Restore as new and copy other disks",
2269
2263
  "restoreDiskOnly": "Restore Disk only",
2270
2264
  "restoreDiskOnly2": "Restore Disk Only",
2271
2265
  "selectDisks": "Select Disks",
2272
- "selectDisksForCopy": "Select Disks for Copy",
2273
2266
  "clickFinishRestore": "Click Finish to Restore",
2274
2267
  "backup": "Backup",
2275
2268
  "backupBuckets": "Backup Buckets",
2276
2269
  "restoreExistingDescription": "Restoring an existing virtual machine from a previously created backup. Provides the ability to quickly return the system to working condition in the event of a failure or data corruption. The recovery process includes returning all settings and configurations of the virtual machine, as well as the state of network adapters and disk devices. WARNING: Restoring will overwrite the current virtual machine and any unsaved data will be lost.",
2277
2270
  "restoreAsNewDescription": "Restoring a virtual machine from a previously created backup copy and creating a new virtual machine. This process allows you to restore the system to a new instance, leaving the original virtual machine unchanged. During recovery, all settings, configurations, and the state of network adapters and disk devices will be transferred to the new virtual machine. This avoids overwriting the current virtual machine and preserves all data.",
2278
- "restoreAsNewAndCopyDescription": "Restoring a virtual machine from a pre-created backup by creating a new virtual machine and copying other disks. This process allows restoring the system into a new instance using selected disks from the backup. Disks not selected for restoration from the backup will be automatically copied to the new VM from the current (actual) virtual machine. Thus, the new virtual machine will have a complete set of disks from two sources. All settings, configurations, and the state of network adapters will be transferred from the backup, which avoids overwriting the original virtual machine and preserves all data.",
2279
2271
  "restoreDiskOnlyDescription": "Recovering only the virtual machine disk from a previously created backup. This process restores data on selected disk devices without affecting other components of the virtual machine, such as settings and configurations. Used in cases where it is necessary to return data to disk without changing the current state of the virtual machine. WARNING: Restoring will overwrite data on the selected drives and any unsaved changes on those drives will be lost.",
2280
2272
  "newScheduledTasks": "New Scheduled Tasks",
2281
2273
  "run": "Run",
@@ -2570,19 +2562,7 @@
2570
2562
  "networkDirectory": "Network Directory",
2571
2563
  "hostAndClusterDirectory": "Host and Cluster Directory",
2572
2564
  "vmAndTemplateDirectory": "VM and Template Directory",
2573
- "backupStorageDirectory": "Backup Storage Directory",
2574
- "sphereServerSettings": "Sphere Server Settings",
2575
- "database": "Database",
2576
- "eventCleanup": "Event cleanup",
2577
- "eventRetentionDays": "Event retention (days)",
2578
- "editSphereGeneralSettings": "Edit Sphere general settings",
2579
- "eventRetentionDaysDecreaseAlertText": "Decreasing the retention days will not trigger an immediate cleanup. Events will be removed during the next scheduled cleanup (every 24 hours).",
2580
- "enterDatabaseSettingsDesc": "Enter database settings. Use tasks and events retention settings to limit the growth of the database.",
2581
- "lettersLengthError": "Enter no more than {0} letters.",
2582
- "usbDevices": "USB Devices",
2583
- "migration": "Migration",
2584
- "mirror": "Mirror",
2585
- "confirmDeleteBackupStorageDesc": "Are you sure you want to delete the backup storage “{0}”? This operation will permanently delete all backup files and data stored in this backup storage."
2565
+ "backupStorageDirectory": "Backup Storage Directory"
2586
2566
  },
2587
2567
  "auth": {
2588
2568
  "welcomeTo": "Welcome to",
@@ -2700,7 +2680,6 @@
2700
2680
  "selectAdvancedAction": "Select an advanced action",
2701
2681
  "migrateVm": "Migrate VM",
2702
2682
  "powerOffVm": "Power off VM",
2703
- "powerOffVirtualMachine": "Power Off Virtual Machine",
2704
2683
  "powerOffConfirmation": "Power Off Confirmation",
2705
2684
  "powerOffConfirmationDesc": "Are you sure you want to power off the “{0}” virtual machine?",
2706
2685
  "powerOnVm": "Power on VM",
@@ -2772,67 +2751,7 @@
2772
2751
  "vMDrsScoreDescription": "Indicates the execution efficiency of this virtual machine. Values closer to 0% indicate severe resource contention, while values near 100% indicate minimal or no contention. DRS aims to maximize execution efficiency for each virtual machine in the cluster while maintaining fair resource allocation across all VMs.",
2773
2752
  "drsParameters": "DRS Parameters",
2774
2753
  "sphereDrsIsTurnedOn": "Sphere DRS is Turned ON",
2775
- "sphereDrsIsTurnedOff": "Sphere DRS is Turned OFF",
2776
- "portMirroring": "Port Mirroring",
2777
- "newWithDots": "NEW...",
2778
- "sessionName": "Session Name",
2779
- "portMirroringSession": "Port mirroring session",
2780
- "sources": "Sources",
2781
- "destinations": "Destinations",
2782
- "sessionType": "Session type",
2783
- "normalIOonDestinationPorts": "Normal I/O on destination ports",
2784
- "mirroredPacketLength": "Mirrored packet length",
2785
- "samplingRate": "Sampling rate",
2786
- "portID": "Port ID",
2787
- "connectee": "Connectee",
2788
- "trafficDirection": "Traffic Direction",
2789
- "selectSessionType": "Select Session Type",
2790
- "editProperties": "Edit Properties",
2791
- "selectSources": "Select Sources",
2792
- "selectDestinations": "Select Destinations",
2793
- "selectSessionTypeDesc": "Select the type of the port mirroring session.",
2794
- "editPropertiesDesc": "Specify a name and the properties of the port mirroring session.",
2795
- "selectSourcesDesc": "Select the source ports of the port mirroring session.",
2796
- "selectDestinationsDesc": "Select the destination ports and the uplinks of the port mirroring session.",
2797
- "addPortMirroringSession": "Add Port Mirroring Session",
2798
- "distributedPortMirroring": "Distributed Port Mirroring",
2799
- "remoteMirroringSource": "Remote Mirroring Source",
2800
- "remoteMirroringDestination": "Remote Mirroring Destination",
2801
- "encapsulatedRemoteMirroringSource": "Encapsulated Remote Mirroring (L3) Source",
2802
- "disallowed": "Disallowed",
2803
- "allowed": "Allowed",
2804
- "advancedProperties": "Advanced Properties",
2805
- "portMirroringSessionType": "Port Mirroring Session Type",
2806
- "distributedPortMirroringHelp": "Mirror network traffic from a set of distributed ports to other distributed ports.",
2807
- "remoteMirroringSourceHelp": "Mirror network traffic from a set of distributed ports to specific uplink ports.",
2808
- "remoteMirroringDestinationHelp": "Mirror network traffic from a set of VLANs to distributed ports.",
2809
- "encapsulatedRemoteMirroringSourceHelp": "Mirror network traffic from a set of distributed ports to remote agent's IP addresses.",
2810
- "descriptionsPerSessionType": "Descriptions per session type",
2811
- "allPorts": "All Ports",
2812
- "selectedPorts": "Selected Ports",
2813
- "clearSelection": "Clear selection",
2814
- "ingress": "Ingress",
2815
- "egress": "Egress",
2816
- "ingressEgress": "Ingress/Egress",
2817
- "portName": "Port Name",
2818
- "connectedEntity": "Connected Entity",
2819
- "runtimeMacAddress": "Runtime MAC Address",
2820
- "portGroupName": "Port Group Name",
2821
- "portState": "Port State",
2822
- "numberOfSourcePorts": "Number of source ports",
2823
- "numberOfDestinationPorts": "Number of destination ports",
2824
- "mirrorOfPackets": "Mirror {num1} of {num2} packets",
2825
- "thereAreErrorsOnThisPageContinue": "There are errors on this page. Resolve them to continue.",
2826
- "emptySessionName": "Session name cannot be empty. Enter a valid session name.",
2827
- "shortSessionName": "Session name must contain more than five characters. Enter a valid session name.",
2828
- "invalidSessionName": "Session name is invalid. Enter a valid session name with letters, numbers, _, - and spaces.",
2829
- "invalidSamplingRate": "You have entered an invalid sampling rate. Enter a value between 1 and 9000.",
2830
- "invalidMirroredPacketLength": "You have entered an invalid mirrored packet length. Enter a value between 14 and 65535.",
2831
- "existsSessionName": "A session with this name already exists. Enter a unique session name.",
2832
- "removePortMirroringSession": "Remove port mirroring session {name}?",
2833
- "editPortMirroringSession": "Edit Port Mirroring Session",
2834
- "reno": "New Reno",
2835
- "cubic": "CUBIC"
2754
+ "sphereDrsIsTurnedOff": "Sphere DRS is Turned OFF"
2836
2755
  },
2837
2756
  "vmOverrides": {
2838
2757
  "vmOverrides": "VM Overrides",
@@ -3217,8 +3136,6 @@
3217
3136
  "networkPackets": "Network Packets",
3218
3137
  "diskRate": "Disk Rate",
3219
3138
  "diskRequests": "Disk Requests",
3220
- "nfsRate": "NFS Rate",
3221
- "nfsRequests": "NFS Requests",
3222
3139
  "priority": "Priority",
3223
3140
  "recommendation": "Recommendation",
3224
3141
  "recommendationId": "Recommendation ID",
@@ -3258,10 +3175,11 @@
3258
3175
  "deleteLastSnapshotsDescription": "Warning: Deleting the last snapshot will cause the virtual machine to automatically shut down.",
3259
3176
  "deleteAllSnapshotsDescription": "Warning: Deleting all snapshots of this virtual machine will cause it to automatically shut down.",
3260
3177
  "revertToSelectedSnapshot": "Revert to selected snapshot",
3261
- "revertToSnapshot": "Revert to Snapshot",
3178
+ "revertToSnapshotConfirmation": "Revert to Snapshot Confirmation",
3262
3179
  "revertToSnapshotDescription": "Are you sure you want to revert the current state of the virtual machine to snapshot “{0}”? The current state will be lost unless saved in a snapshot.",
3180
+ "deleteSnapshot": "Delete snapshot",
3263
3181
  "deleteSnapshotDescription": "This action is permanent and cannot be recovered.",
3264
- "deleteSnapshot": "Delete Snapshot",
3182
+ "deleteSnapshotConfirmation": "Delete Snapshot Confirmation",
3265
3183
  "deleteSnapshotConfirmationDescription": "Are you sure you want to delete snapshot “{0}”? This action is permanent and cannot be recovered.",
3266
3184
  "timestamp": "Timestamp",
3267
3185
  "snapshotListEmpty": "The Snapshot list is empty",
@@ -3271,10 +3189,7 @@
3271
3189
  "snapshotDetails": "Snapshot Details",
3272
3190
  "snapshotVMMemory": "Snapshot the virtual machine memory",
3273
3191
  "quiesceGuestFileSystem": "Quiesce Guest File System",
3274
- "snapshotHasNoDescriptionYet": "This snapshot has no description yet.",
3275
- "takeSnapshot": "Take Snapshot",
3276
- "newSnapshot": "New Snapshot",
3277
- "editSnapshot": "Edit snapshot"
3192
+ "snapshotHasNoDescriptionYet": "This snapshot has no description yet."
3278
3193
  },
3279
3194
  "importVms": {
3280
3195
  "selectSourceTooltipDesc": "No Trusted infrastructure Administrator, credits are accepted from esxi and vSphere",
@@ -3379,16 +3294,11 @@
3379
3294
  "filterEvents": "Filter Events",
3380
3295
  "fromDate": "From date",
3381
3296
  "toDate": "To date",
3382
- "addAtLeastOneInitiator": "Add at least one initiator.",
3383
- "exportEvent": "Export Event",
3384
- "timeRange": "Time Range",
3385
- "appliedFilters": "Applied Filters",
3386
- "invalidDateEntry": "Invalid date entry",
3387
- "invalidTimeEntry": "Invalid time entry"
3297
+ "addAtLeastOneInitiator": "Add at least one initiator."
3388
3298
  },
3389
3299
  "zabbix": {
3390
3300
  "zabbixVersions": "Zabbix Versions",
3391
- "zabbixVersionsDesc": "Please choose the Zabbix server version you would like to log in to: 5.x, 6.x. or 7.x.",
3301
+ "zabbixVersionsDesc": "Please choose the Zabbix server version you would like to log in to: 5.x or 6.x.",
3392
3302
  "logoutConfirmation": "Logout Confirmation",
3393
3303
  "logoutDescription": "Are you sure you want to log out from Zabbix Server?",
3394
3304
  "vmDisk": "VM Disk",
@@ -3549,7 +3459,6 @@
3549
3459
  },
3550
3460
  "vsphereHa": {
3551
3461
  "sphereHA": "Sphere HA",
3552
- "sphereGhydra": "Sphere Ghydra",
3553
3462
  "setUpSphereNa": "Set Up Sphere HA",
3554
3463
  "setUpvSphereNaDesc": "To ensure maximum protection, place the nodes on separate hosts and datastores. If they are placed within the same compute cluster with DRS and/or SDRS enabled in automatic mode, anti-affinity rules will be automatically applied to keep them separate. For optimal performance, maintain network latency between the nodes at 10 ms or less.",
3555
3464
  "spherePackageFile": "Sphere Package File",
@@ -3620,14 +3529,12 @@
3620
3529
  "serverPlaceholder": "E.g: nas, nas.it.com or 192.168.0.1",
3621
3530
  "storageReview": "Review the details before the backup storage is created.",
3622
3531
  "backupStorageName": "Backup Storage Name",
3623
- "backupStorageName1": "Backup Storage Name",
3624
- "deleteBackupConfirmation": "Delete Backup",
3532
+ "deleteBackupConfirmation": "Delete Backup Confirmation",
3625
3533
  "deleteBackupConfirmationDesc": "Are you sure you want to delete backup “{0}”?",
3626
- "deleteAllBackupsConfirmation": "Delete All Backups",
3534
+ "deleteAllBackupsConfirmation": "Delete All Backups Confirmation",
3627
3535
  "deleteAllBackupsConfirmationDesc": "Are you sure you want to delete all backups?",
3628
- "backupCreationReview": "Review the details before the backup is created.",
3629
- "restoreBackupReviewSubtitle": "Review the details before the existing virtual machine is restored from backup.",
3630
- "diskCopyN": "Disk (Copy) {0}"
3536
+ "backupCreationReview": "Review the details before the backup storage is created.",
3537
+ "restoreBackupReviewSubtitle": "Review the details before the existing virtual machine is restored from backup."
3631
3538
  },
3632
3539
  "ssoUsers": {
3633
3540
  "passwordRequirements": "Password requirements",
@@ -3640,10 +3547,7 @@
3640
3547
  "noUsersSelectedYet": "No users selected yet.",
3641
3548
  "thisGroupHasNoDescriptionYet": "This group has no description yet.",
3642
3549
  "members": "Members",
3643
- "noNewUsersSelected": "No new users selected.",
3644
- "isActive": "Is active",
3645
- "createdAt": "Created at",
3646
- "expiresAt": "Expires at"
3550
+ "noNewUsersSelected": "No new users selected."
3647
3551
  },
3648
3552
  "vmt": {
3649
3553
  "newTemplate": "New Template",
@@ -3657,18 +3561,16 @@
3657
3561
  "wizardSubTitle2": "Select the storage for the configuration and disk files.",
3658
3562
  "wizardSubTitle3": "Choose the guest OS that will be installed on the template and the machine type that will be used to create the template.",
3659
3563
  "wizardSubTitleLast": "Review the details before the template is created.",
3660
- "selectLocationTemplate": "Select a location for the template.",
3661
- "convertToTemplate": "Convert to Template",
3662
- "convertVmToTemplate": "Are you sure you want to convert the virtual machine “{0}” to a template?"
3564
+ "selectLocationTemplate": "Select a location for the template."
3663
3565
  },
3664
3566
  "passwordRule": {
3665
- "lengthCharacter": "{0} - {1} characters",
3666
- "uppercaseCharacter": "At least {0} upper case character(s)",
3667
- "lowercaseCharacter": "At least {0} lower case character(s)",
3668
- "numericCharacter": "At least {0} numeric character(s)",
3669
- "specialCharacter": "At least {0} special character(s)",
3670
- "alphabeticCharacter": "At least {0} alphabetic character(s)",
3671
- "noRepeatCharacter": "No more than {0} adjacent identical characters"
3567
+ "lengthCharacter": "8 - 20 characters",
3568
+ "uppercaseCharacter": "At least 1 upper case character(s)",
3569
+ "lowercaseCharacter": "At least 1 lower case character(s)",
3570
+ "numericCharacter": "At least 1 numeric character(s)",
3571
+ "specialCharacter": "At least 1 special character(s)",
3572
+ "alphabeticCharacter": "At least 2 alphabetic character(s)",
3573
+ "noRepeatCharacter": "No more than 3 adjacent identical characters"
3672
3574
  },
3673
3575
  "identityProvider": {
3674
3576
  "setAsDefaultConfirmation": "Set as Default Confirmation",
@@ -3701,7 +3603,7 @@
3701
3603
  "heartbeatDatastore": "Heartbeat Datastores",
3702
3604
  "failuresAndResponsesDesc": "You can configure how Sphere HA responds to the failure conditions on\n this cluster. The following failure conditions are supported: host, host\n isolation, VM component protection (datastore with PDL and APD), VM and\n application.",
3703
3605
  "admissionControlDesc": "Admission control is a policy used by Sphere HA to ensure failover capacity within a cluster. Raising the number of potential host failures will increase the availability constraints and capacity reserved.",
3704
- "heartbeatDatastoreDesc": "Sphere uses datastores to monitor hosts and virtual machines when the HA network has failed. Sphere selects 2 datastores for each host using the policy and datastore preferences specified below.",
3606
+ "heartbeatDatastoreDesc": "Sphere HA uses datastores to monitor hosts and virtual machines when the HA network has failed. vCenter Server selects 2 datastores for each host using the policy and datastore preferences specified below.",
3705
3607
  "advancedOptionsDesc": "You can set advanced options that affect the behavior of your vSphere HA cluster.",
3706
3608
  "sphereHaMonitoringTooltipContent": "ESX/ESXi hosts in this cluster exchange network heartbeats. Disable this feature when performing network maintenance that may cause isolation responses.",
3707
3609
  "enableHostMonitoring": "Enable Host Monitoring",
@@ -3839,24 +3741,14 @@
3839
3741
  },
3840
3742
  "files": {
3841
3743
  "deleteFileDescription": "Are you sure you want to delete “{0}”?",
3842
- "deleteFilesDescription": "Are you sure you want to delete {0} files?",
3843
- "fileManagement": "File Management",
3844
- "cancelUpload": "Cancel Upload"
3744
+ "deleteFilesDescription": "Are you sure you want to delete {0} files?"
3845
3745
  },
3846
3746
  "myPreferences": {
3847
3747
  "twoFactorAuthentication": "Two-Factor Authentication",
3848
- "twoFactorAuthentication2": "Two-Factor Authentication (2FA)",
3849
3748
  "securityLabel": "Add an extra layer of security to your account",
3850
3749
  "enterOtpForDisabled": "Enter the 6-digit code and confirm to disable it:",
3851
3750
  "enterOtpForEnabled": "Enter the 6-digit code and confirm:",
3852
- "enterOtpCode": "Enter the 6-digit code",
3853
- "otpCode": "6-digit code",
3854
- "otpCodeErrorLength": "Code must be 6 digits",
3855
- "enterOtpVerifyCode": "Enter the 6-digit verification code.",
3856
- "backToLogin": "Back to Login",
3857
- "qrcodeDescription": "Scan this QR code with your authenticator app, or enter one of these codes manually. After that, confirm the action by entering the one-time code below.",
3858
- "showNotification": "Show a notification",
3859
- "showNotificationDescription": "Show a notification when something goes wrong"
3751
+ "qrcodeDescription": "Scan this QR code with your authenticator app, or enter one of these codes manually. After that, confirm the action by entering the one-time code below."
3860
3752
  },
3861
3753
  "ssoConfiguration": {
3862
3754
  "twoFactorPolicy": "Two-factor policy",
@@ -3876,36 +3768,6 @@
3876
3768
  "autoUnlockIntervalSec": "Auto unlock interval sec",
3877
3769
  "maxDurationSec": "Max duration sec",
3878
3770
  "idleTimeoutSec": "Idle timeout sec",
3879
- "maxConcurrentSessions": "Max concurrent sessions",
3880
- "errorMaxLimitField": "The field must not contain more than {0} characters"
3881
- },
3882
- "cacheConfiguration": {
3883
- "cacheConfiguration": "Cache Configuration",
3884
- "ceph_detailed": "Ceph Detailed",
3885
- "cpu": "CPU",
3886
- "memory": "Memory",
3887
- "network": "Network",
3888
- "disk": "Disk",
3889
- "lvm": "LVM",
3890
- "nfs": "NFS",
3891
- "hci": "HCI",
3892
- "vm_cpu": "VM CPU",
3893
- "vm_memory": "VM Memory",
3894
- "vm_network": "VM Network",
3895
- "vm_disk": "VM Disk",
3896
- "sensors": "Sensors",
3897
- "cpu_temp": "CPU Temperature",
3898
- "power": "Power",
3899
- "services": "Services",
3900
- "activateAll": "Activate All",
3901
- "active": "Active",
3902
- "inactive": "Inactive"
3903
- },
3904
- "configureSecurityProfile": {
3905
- "lockdownModeDesc": "When enabled, lockdown mode prevents remote users from logging directly into this host. The host will only be accessible through local console or an authorized centralized management application.",
3906
- "exceptionUsers": "Exception Users",
3907
- "specifyHostLockdownMode": "Specify host lockdown mode",
3908
- "exceptionUsersDesc": "A list of user accounts that keep their permissions when the host enters lockdown mode. The accounts are used by third-party solutions and external applications that must continue their function in lockdown mode. To keep lockdown mode uncompromised, you should add only user accounts that are associated with applications.",
3909
- "separateUsersWithCommas": "Separate users with commas"
3771
+ "maxConcurrentSessions": "Max concurrent sessions"
3910
3772
  }
3911
3773
  }