bfg-common 1.6.81 → 1.6.82

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 (175) hide show
  1. package/assets/localization/local_be.json +18 -280
  2. package/assets/localization/local_en.json +36 -299
  3. package/assets/localization/local_hy.json +20 -282
  4. package/assets/localization/local_kk.json +18 -280
  5. package/assets/localization/local_ru.json +32 -294
  6. package/assets/localization/local_zh.json +19 -281
  7. package/assets/scss/common/global.scss +0 -11
  8. package/assets/scss/common/normalize.scss +0 -3
  9. package/assets/scss/common/theme.scss +2 -2
  10. package/components/atoms/stack/StackBlock.vue +1 -1
  11. package/components/atoms/table/dataGrid/DataGridColumnSwitch.vue +2 -2
  12. package/components/atoms/tooltip/TooltipError.vue +0 -3
  13. package/components/common/adapterManager/AdapterManagerNew.vue +0 -87
  14. package/components/common/adapterManager/addAdapterModal/AddAdapterModalNew.vue +1 -1
  15. package/components/common/adapterManager/addAdapterWarningModal/AddAdapterWarningModalNew.vue +1 -0
  16. package/components/common/adapterManager/ui/actions/bar/Bar.vue +0 -2
  17. package/components/common/adapterManager/ui/actions/bar/BarNew.vue +2 -3
  18. package/components/common/adapterManager/ui/table/adapters/AdaptersNew.vue +0 -1
  19. package/components/common/configure/physicalAdapters/PhysicalAdapters.vue +0 -6
  20. package/components/common/configure/physicalAdapters/PhysicalAdaptersNew.vue +192 -219
  21. package/components/common/configure/physicalAdapters/PhysicalAdaptersOld.vue +4 -6
  22. package/components/common/configure/physicalAdapters/buttons/Buttons.vue +0 -1
  23. package/components/common/configure/physicalAdapters/modals/edit/Edit.vue +1 -26
  24. package/components/common/configure/physicalAdapters/modals/edit/EditNew.vue +1 -30
  25. package/components/common/configure/physicalAdapters/modals/edit/lib/models/interfaces.ts +0 -5
  26. package/components/common/configure/physicalAdapters/tableView/TableViewNew.vue +1 -12
  27. package/components/common/configure/physicalAdapters/tableView/lib/config/physicalAdaptersTableConfigNew.ts +21 -21
  28. package/components/common/configure/physicalAdapters/tableView/lib/config/settings.ts +32 -39
  29. package/components/common/configure/physicalAdapters/tableView/lib/models/interfaces.ts +1 -4
  30. package/components/common/diagramMain/Diagram.vue +85 -169
  31. package/components/common/diagramMain/DiagramMain.vue +10 -40
  32. package/components/common/diagramMain/{header/HeaderOld.vue → Header.vue} +67 -78
  33. package/components/common/diagramMain/modals/{managePhysicalAdapters/ManagePhysicalAdaptersOld.vue → ManagePhysicalAdaptersModal.vue} +119 -33
  34. package/components/common/diagramMain/modals/Modals.vue +5 -5
  35. package/components/common/diagramMain/modals/editSettings/{confirmTeamingSettingsModal/ConfirmTeamingSettingsModalOld.vue → ConfirmTeamingSettingsModal.vue} +5 -2
  36. package/components/common/diagramMain/modals/editSettings/EditSettings.vue +102 -104
  37. package/components/common/diagramMain/modals/editSettings/{modal/EditSettingsModalOld.vue → EditSettingsModal.vue} +51 -12
  38. package/components/common/diagramMain/modals/editSettings/lib/models/interfaces.ts +0 -6
  39. package/components/common/diagramMain/modals/editSettings/tabs/{networkProperties/NetworkPropertiesOld.vue → NetworkProperties.vue} +113 -12
  40. package/components/common/diagramMain/modals/editSettings/tabs/{security/SecurityOld.vue → Security.vue} +48 -25
  41. package/components/common/diagramMain/modals/editSettings/tabs/{switchProperties/SwitchPropertiesOld.vue → SwitchProperties.vue} +89 -12
  42. package/components/common/diagramMain/modals/editSettings/tabs/{teamingFailover/TeamingFailoverOld.vue → TeamingFailover.vue} +48 -11
  43. package/components/common/diagramMain/modals/editSettings/tabs/{trafficShaping/TrafficShapingOld.vue → TrafficShaping.vue} +134 -12
  44. package/components/common/diagramMain/modals/editSettings/tabs/port/{ipvFourSettings/IpvFourSettingsOld.vue → IpvFourSettings.vue} +152 -11
  45. package/components/common/diagramMain/modals/editSettings/tabs/port/{portProperties/PortPropertiesOld.vue → PortProperties.vue} +103 -12
  46. package/components/common/diagramMain/modals/lib/config/adapterModal.ts +9 -9
  47. package/components/common/diagramMain/modals/lib/config/diagramConfig.ts +2 -43
  48. package/components/common/diagramMain/modals/lib/config/index.ts +1 -2
  49. package/components/common/diagramMain/modals/lib/config/networkModal.ts +15 -15
  50. package/components/common/diagramMain/modals/lib/config/portModal.ts +12 -12
  51. package/components/common/diagramMain/modals/lib/config/vCenterModal.ts +2 -2
  52. package/components/common/diagramMain/modals/lib/config/vmKernelAdapter.ts +1 -1
  53. package/components/common/diagramMain/modals/lib/utils/index.ts +4 -34
  54. package/components/common/diagramMain/modals/migrateVmkernelAdapter/MigrateVmkernelAdapter.vue +2 -2
  55. package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/common.ts +1 -1
  56. package/components/common/diagramMain/modals/remove/RemoveModalNew.vue +16 -67
  57. package/components/common/diagramMain/modals/viewSettings/viewSettingsModal/ViewSettingsModalNew.vue +0 -8
  58. package/components/common/layout/theHeader/ThemeSwitch.vue +1 -1
  59. package/components/common/layout/theHeader/modals/reconnect/New.vue +30 -38
  60. package/components/common/layout/theHeader/userMenu/modals/changePassword/New.vue +9 -8
  61. package/components/common/layout/theHeader/userMenu/modals/preferences/New.vue +0 -4
  62. package/components/common/layout/theHeader/userMenu/modals/preferences/Old.vue +2 -9
  63. package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguage.vue +7 -11
  64. package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/DefaultConsole.vue +1 -7
  65. package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/lib/config/consoleOptions.ts +5 -8
  66. package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/TimeFormat.vue +5 -9
  67. package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/lib/config/formatOptions.ts +1 -1
  68. package/components/common/layout/theHeader/userMenu/modals/preferences/view/Old.vue +9 -5
  69. package/components/common/layout/theHeader/userMenu/modals/preferences/view/View.vue +6 -9
  70. package/components/common/mainNavigationPanel/MainNavigationPanelNew.vue +1 -3
  71. package/components/common/modals/Rename.vue +1 -3
  72. package/components/common/noDataProvided/NoDataProvidedNew.vue +1 -1
  73. package/components/common/pages/backups/modals/createBackup/datastores/tableView/new/lib/config/table.ts +4 -4
  74. package/components/common/pages/backups/modals/createBackup/datastores/tableView/old/lib/config/table.ts +4 -4
  75. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/ChartOptionsModal.vue +253 -184
  76. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/actions/ActionsNew.vue +1 -1
  77. package/components/common/pages/scheduledTasks/table/lib/models/enums.ts +0 -9
  78. package/components/common/pages/scheduledTasks/table/new/New.vue +10 -12
  79. package/components/common/pages/tasks/Tasks.vue +1 -4
  80. package/components/common/pages/tasks/table/Table.vue +23 -25
  81. package/components/common/readyToComplete/New.vue +0 -1
  82. package/components/common/split/horizontal/New.vue +1 -1
  83. package/components/common/split/horizontal/Old.vue +1 -1
  84. package/components/common/split/vertical/New.vue +8 -42
  85. package/components/common/split/vertical/Old.vue +2 -31
  86. package/components/common/split/vertical/Vertical.vue +0 -4
  87. package/components/common/tools/Actions.vue +3 -7
  88. package/components/common/tools/lib/models/interfaces.ts +0 -1
  89. package/components/common/vm/actions/add/New.vue +6 -21
  90. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/media/Media.vue +1 -14
  91. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/media/New.vue +0 -5
  92. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/media/Old.vue +0 -1
  93. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/New.vue +0 -1
  94. package/components/common/vm/actions/common/customizeHardware/virtualHardware/reservation/New.vue +0 -2
  95. package/components/common/vm/actions/common/select/options/New.vue +12 -14
  96. package/components/common/vm/actions/common/select/options/Old.vue +15 -16
  97. package/components/common/vm/actions/common/select/storage/new/lib/config/table.ts +15 -13
  98. package/components/common/vm/actions/confirm/Confirm.vue +0 -3
  99. package/components/common/vm/actions/rename/Old.vue +0 -1
  100. package/components/common/vm/snapshots/DetailView.vue +6 -6
  101. package/components/common/wizards/datastore/add/New.vue +0 -6
  102. package/components/common/wizards/datastore/add/lib/config/steps.ts +1 -1
  103. package/components/common/wizards/datastore/add/steps/nameAndDevice/NameAndDeviceNew.vue +1 -1
  104. package/components/common/wizards/datastore/add/steps/nameAndDevice/advancedOptions/New.vue +1 -1
  105. package/components/common/wizards/network/add/Add.vue +2 -13
  106. package/components/common/wizards/network/add/AddNew.vue +26 -22
  107. package/components/common/wizards/network/add/lib/config/initialData.ts +4 -6
  108. package/components/common/wizards/network/add/lib/config/steps.ts +1 -1
  109. package/components/common/wizards/network/add/lib/models/interfaces.ts +0 -1
  110. package/components/common/wizards/network/add/lib/utils/utils.ts +1 -1
  111. package/components/common/wizards/network/add/steps/connectionSettings/ConnectionSettingsOld.vue +1 -5
  112. package/components/common/wizards/network/add/steps/ipFourSettings/IpFourSettingsNew.vue +8 -2
  113. package/components/common/wizards/network/add/steps/ipFourSettings/IpFourSettingsOld.vue +0 -3
  114. package/components/common/wizards/network/add/steps/portProperties/PortPropertiesNew.vue +8 -2
  115. package/components/common/wizards/network/add/steps/portProperties/PortPropertiesOld.vue +2 -6
  116. package/components/common/wizards/network/add/steps/selectTargetDevice/SelectTargetDeviceNew.vue +3 -10
  117. package/components/common/wizards/network/add/steps/selectTargetDevice/SelectTargetDeviceOld.vue +0 -4
  118. package/components/common/wizards/network/add/steps/selectTargetDevice/modals/new/SelectNetwork.vue +1 -5
  119. package/components/common/wizards/network/add/validations/common.ts +1 -1
  120. package/components/common/wizards/vm/migrate/New.vue +3 -13
  121. package/components/common/wizards/vm/migrate/lib/config/constructDataReady.ts +0 -5
  122. package/components/common/wizards/vm/migrate/lib/config/steps.ts +2 -3
  123. package/components/common/wizards/vm/migrate/steps/computeResource/New.vue +1 -2
  124. package/components/common/wizards/vm/migrate/steps/computeResource/tableView/new/New.vue +21 -40
  125. package/components/common/wizards/vm/migrate/steps/computeResource/tableView/new/lib/config/hostTable.ts +14 -44
  126. package/components/common/wizards/vm/migrate/steps/computeResource/tableView/new/lib/models/enums.ts +0 -4
  127. package/components/common/wizards/vm/migrate/steps/priority/New.vue +2 -7
  128. package/components/common/wizards/vm/migrate/steps/selectStorage/New.vue +7 -22
  129. package/components/common/wizards/vm/migrate/steps/selectStorage/configure/batch/New.vue +0 -6
  130. package/components/common/wizards/vm/migrate/steps/selectStorage/configure/batch/table/new/New.vue +1 -4
  131. package/components/common/wizards/vm/migrate/steps/selectStorage/configure/batch/table/new/lib/config/datastoreTable.ts +16 -12
  132. package/components/common/wizards/vm/migrate/steps/selectStorage/configure/disk/table/new/New.vue +5 -10
  133. package/components/common/wizards/vm/migrate/steps/selectStorage/configure/disk/table/new/lib/config/diskTable.ts +11 -16
  134. package/components/common/wizards/vm/migrate/steps/selectStorage/configure/disk/table/old/lib/config/diskTable.ts +1 -7
  135. package/components/common/wizards/vm/migrate/steps/selectStorage/selectedPerDisk/New.vue +10 -17
  136. package/components/common/wizards/vm/migrate/steps/type/TypeNew.vue +0 -1
  137. package/components/common/wizards/vm/migrate/vmOrigin/New.vue +15 -35
  138. package/lib/models/store/tasks/enums.ts +0 -3
  139. package/lib/models/store/tasks/types.ts +6 -7
  140. package/package.json +1 -1
  141. package/plugins/directives.ts +5 -3
  142. package/public/spice-console/application/agent.js +17 -18
  143. package/store/tasks/actions.ts +8 -26
  144. package/store/tasks/mappers/recentTasks.ts +0 -1
  145. package/components/common/configure/physicalAdapters/modals/edit/lib/validations/validations.ts +0 -19
  146. package/components/common/diagramMain/header/Header.vue +0 -49
  147. package/components/common/diagramMain/header/HeaderNew.vue +0 -155
  148. package/components/common/diagramMain/modals/UnsavedChangesModal.vue +0 -32
  149. package/components/common/diagramMain/modals/editSettings/EditSettingsNew.vue +0 -285
  150. package/components/common/diagramMain/modals/editSettings/EditSettingsOld.vue +0 -254
  151. package/components/common/diagramMain/modals/editSettings/confirmTeamingSettingsModal/ConfirmTeamingSettingsModal.vue +0 -31
  152. package/components/common/diagramMain/modals/editSettings/confirmTeamingSettingsModal/ConfirmTeamingSettingsModalNew.vue +0 -82
  153. package/components/common/diagramMain/modals/editSettings/lib/config/config.ts +0 -15
  154. package/components/common/diagramMain/modals/editSettings/lib/utils/utils.ts +0 -177
  155. package/components/common/diagramMain/modals/editSettings/modal/EditSettingsModal.vue +0 -137
  156. package/components/common/diagramMain/modals/editSettings/modal/EditSettingsModalNew.vue +0 -91
  157. package/components/common/diagramMain/modals/editSettings/tabs/networkProperties/NetworkProperties.vue +0 -158
  158. package/components/common/diagramMain/modals/editSettings/tabs/networkProperties/NetworkPropertiesNew.vue +0 -262
  159. package/components/common/diagramMain/modals/editSettings/tabs/port/ipvFourSettings/IpvFourSettings.vue +0 -192
  160. package/components/common/diagramMain/modals/editSettings/tabs/port/ipvFourSettings/IpvFourSettingsNew.vue +0 -388
  161. package/components/common/diagramMain/modals/editSettings/tabs/port/portProperties/PortProperties.vue +0 -139
  162. package/components/common/diagramMain/modals/editSettings/tabs/port/portProperties/PortPropertiesNew.vue +0 -286
  163. package/components/common/diagramMain/modals/editSettings/tabs/security/Security.vue +0 -209
  164. package/components/common/diagramMain/modals/editSettings/tabs/security/SecurityNew.vue +0 -233
  165. package/components/common/diagramMain/modals/editSettings/tabs/switchProperties/SwitchProperties.vue +0 -128
  166. package/components/common/diagramMain/modals/editSettings/tabs/switchProperties/SwitchPropertiesNew.vue +0 -235
  167. package/components/common/diagramMain/modals/editSettings/tabs/teamingFailover/TeamingFailover.vue +0 -99
  168. package/components/common/diagramMain/modals/editSettings/tabs/teamingFailover/TeamingFailoverNew.vue +0 -319
  169. package/components/common/diagramMain/modals/editSettings/tabs/trafficShaping/TrafficShaping.vue +0 -173
  170. package/components/common/diagramMain/modals/editSettings/tabs/trafficShaping/TrafficShapingNew.vue +0 -348
  171. package/components/common/diagramMain/modals/managePhysicalAdapters/ManagePhysicalAdapters.vue +0 -164
  172. package/components/common/diagramMain/modals/managePhysicalAdapters/ManagePhysicalAdaptersNew.vue +0 -306
  173. package/components/common/diagramMain/skeleton/Header.vue +0 -31
  174. package/components/common/diagramMain/skeleton/Switch.vue +0 -75
  175. package/components/common/wizards/vm/migrate/steps/computeResource/tableView/new/lib/config/clusterTable.ts +0 -340
@@ -191,19 +191,19 @@ export const getBodyDataFunc = (
191
191
  },
192
192
  {
193
193
  col: 'col2',
194
- text: $binary.round(datastore.capacity.capacity_mb || 0, false, lang)
194
+ text: $binary.round(datastore.capacity.capacity_mb, false, lang)
195
195
  },
196
196
  {
197
197
  col: 'col3',
198
- text: $binary.round(datastore.capacity.provisioned_mb || 0, false, lang)
198
+ text: $binary.round(datastore.capacity.provisioned_mb, false, lang)
199
199
  },
200
200
  {
201
201
  col: 'col4',
202
- text: $binary.round(datastore.capacity.free_mb || 0, false, lang)
202
+ text: $binary.round(datastore.capacity.free_mb, false, lang)
203
203
  },
204
204
  {
205
205
  col: 'col5',
206
- text: $binary.round(datastore.capacity.used_mb || 0, false, lang)
206
+ text: $binary.round(datastore.capacity.used_mb, false, lang)
207
207
  },
208
208
  {
209
209
  col: 'col6',
@@ -83,7 +83,7 @@ export const bodyItems = (
83
83
  },
84
84
  {
85
85
  key: 'col2',
86
- text: $binary.round(datastore.capacity[tableKeys[2]] || 0, false, lang),
86
+ text: $binary.round(datastore.capacity[tableKeys[2]], false, lang),
87
87
  id: datastore.id,
88
88
  testId: `backup-datastore-table-item-${datastore.id}`,
89
89
  data: {
@@ -93,7 +93,7 @@ export const bodyItems = (
93
93
  {
94
94
  key: 'col3',
95
95
  text: $binary.round(
96
- datastore.capacity[tableKeys[3]] || 0,
96
+ datastore.capacity[tableKeys[3]],
97
97
  false,
98
98
  lang
99
99
  ),
@@ -105,7 +105,7 @@ export const bodyItems = (
105
105
  },
106
106
  {
107
107
  key: 'col4',
108
- text: $binary.round(datastore.capacity[tableKeys[4]] || 0, false, lang),
108
+ text: $binary.round(datastore.capacity[tableKeys[4]], false, lang),
109
109
  id: datastore.id,
110
110
  testId: `backup-datastore-table-item-${datastore.id}`,
111
111
  data: {
@@ -114,7 +114,7 @@ export const bodyItems = (
114
114
  },
115
115
  {
116
116
  key: 'col5',
117
- text: $binary.round(datastore.capacity[tableKeys[5]] || 0, false, lang),
117
+ text: $binary.round(datastore.capacity[tableKeys[5]], false, lang),
118
118
  id: datastore.id,
119
119
  testId: `backup-datastore-table-item-${datastore.id}`,
120
120
  data: {