bfg-common 1.4.107 → 1.4.108

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 (1017) hide show
  1. package/.eslintrc.js +21 -21
  2. package/.idea/inspectionProfiles/Project_Default.xml +50 -50
  3. package/.idea/modules.xml +7 -7
  4. package/.idea/prettier.xml +5 -5
  5. package/.idea/uikit.iml +11 -11
  6. package/.idea/vcs.xml +5 -5
  7. package/.prettierrc +4 -4
  8. package/PROJECT_STRUCTURE.md +42 -42
  9. package/README.md +42 -42
  10. package/assets/img/icons/icon-hcs.svg +3 -3
  11. package/assets/img/icons/icon-life-m-dark.svg +3 -3
  12. package/assets/img/icons/icon-life-m-light.svg +3 -3
  13. package/assets/img/icons/icon-ro-dark.svg +1 -1
  14. package/assets/img/icons/icon-ro-light.svg +2 -2
  15. package/assets/img/icons/icons-sprite-dark-1-old.svg +1 -0
  16. package/assets/img/icons/icons-sprite-dark-1.svg +409 -409
  17. package/assets/img/icons/icons-sprite-dark-2-old.svg +1 -0
  18. package/assets/img/icons/icons-sprite-dark-2.svg +25 -60
  19. package/assets/img/icons/icons-sprite-dark-3-old.svg +1 -0
  20. package/assets/img/icons/icons-sprite-dark-3.svg +229 -229
  21. package/assets/img/icons/icons-sprite-dark-4-old.svg +1 -0
  22. package/assets/img/icons/icons-sprite-dark-4.svg +7 -9
  23. package/assets/img/icons/icons-sprite-dark-5.svg +16 -424
  24. package/assets/img/icons/icons-sprite-dark-6.svg +1 -3
  25. package/assets/img/icons/icons-sprite-dark-7.svg +8 -0
  26. package/assets/img/icons/icons-sprite-dark-8.svg +190 -0
  27. package/assets/img/icons/icons-sprite-dark-9.svg +71 -0
  28. package/assets/img/icons/icons-sprite-light-1-old.svg +1 -0
  29. package/assets/img/icons/icons-sprite-light-1.svg +409 -409
  30. package/assets/img/icons/icons-sprite-light-2-old.svg +1 -0
  31. package/assets/img/icons/icons-sprite-light-2.svg +25 -60
  32. package/assets/img/icons/icons-sprite-light-3-old.svg +1 -0
  33. package/assets/img/icons/icons-sprite-light-3.svg +229 -229
  34. package/assets/img/icons/icons-sprite-light-4-old.svg +1 -0
  35. package/assets/img/icons/icons-sprite-light-4.svg +7 -9
  36. package/assets/img/icons/icons-sprite-light-5.svg +14 -422
  37. package/assets/img/icons/icons-sprite-light-6.svg +1 -3
  38. package/assets/img/icons/icons-sprite-light-7.svg +8 -0
  39. package/assets/img/icons/icons-sprite-light-8.svg +190 -0
  40. package/assets/img/icons/icons-sprite-light-9.svg +71 -0
  41. package/assets/img/icons/info.svg +8 -8
  42. package/assets/img/icons/vc.svg +52 -52
  43. package/assets/img/logo copy.svg +50 -50
  44. package/assets/img/logo.svg +51 -51
  45. package/assets/localization/local_be.json +2584 -2584
  46. package/assets/localization/local_en.json +2588 -2588
  47. package/assets/localization/local_hy.json +2588 -2588
  48. package/assets/localization/local_kk.json +2587 -2587
  49. package/assets/localization/local_ru.json +2590 -2590
  50. package/assets/localization/local_zh.json +2586 -2586
  51. package/assets/scss/clarity/clr-ui.min.css +8 -8
  52. package/assets/scss/common/animations.scss +28 -28
  53. package/assets/scss/common/global.scss +195 -195
  54. package/assets/scss/common/icons/icons-1.scss +244 -244
  55. package/assets/scss/common/icons/icons-2.scss +245 -263
  56. package/assets/scss/common/icons/icons-3.scss +250 -250
  57. package/assets/scss/common/icons/icons-4.scss +273 -273
  58. package/assets/scss/common/icons/icons-5.scss +60 -416
  59. package/assets/scss/common/icons/icons-6.scss +30 -30
  60. package/assets/scss/common/icons/icons-7.scss +29 -0
  61. package/assets/scss/common/icons/icons-8.scss +191 -0
  62. package/assets/scss/common/icons/icons-9.scss +95 -0
  63. package/assets/scss/common/icons/icons.scss +19 -15
  64. package/assets/scss/common/icons/lib-icons.scss +32 -32
  65. package/assets/scss/common/mixins.scss +39 -39
  66. package/assets/scss/common/normalize.scss +351 -351
  67. package/assets/scss/common/theme.scss +238 -238
  68. package/assets/scss/common/utilities.scss +20 -20
  69. package/assets/scss/common/variables.scss +44 -44
  70. package/assets/scss/components/auth.scss +177 -177
  71. package/assets/scss/main.scss +15 -15
  72. package/components/atoms/DiagramIcon.vue +371 -371
  73. package/components/atoms/TheIcon.vue +3249 -3249
  74. package/components/atoms/TheIcon2.vue +1368 -1368
  75. package/components/atoms/TheIconOld.vue +2444 -2444
  76. package/components/atoms/alert/Alert.vue +96 -96
  77. package/components/atoms/alert/Notification.vue +171 -171
  78. package/components/atoms/alert/lib/Alert.spec.ts +38 -38
  79. package/components/atoms/alert/lib/Notification.spec.ts +34 -34
  80. package/components/atoms/alert/lib/models/enums.ts +12 -12
  81. package/components/atoms/alert/lib/models/interfaces.ts +27 -27
  82. package/components/atoms/alert/lib/models/types.ts +11 -11
  83. package/components/atoms/autocomplete/Autocomplete.vue +239 -239
  84. package/components/atoms/collapse/CollapseNav.vue +164 -164
  85. package/components/atoms/collapse/CollapseNavItem.vue +218 -218
  86. package/components/atoms/collapse/lib/models/interfaces.ts +11 -11
  87. package/components/atoms/combobox/Combobox.vue +152 -152
  88. package/components/atoms/datepicker/Datepicker.vue +630 -630
  89. package/components/atoms/datepicker/lib/config/allShortMonths.ts +103 -103
  90. package/components/atoms/datepicker/lib/config/datapicker.ts +43 -43
  91. package/components/atoms/datepicker/lib/models/interfaces.ts +9 -9
  92. package/components/atoms/dropdown/Portlet.vue +114 -114
  93. package/components/atoms/dropdown/dropdown/Dropdown.vue +156 -156
  94. package/components/atoms/dropdown/dropdown/lib/models/interfaces.ts +9 -9
  95. package/components/atoms/dropdown/lib/Portlet.spec.ts +26 -26
  96. package/components/atoms/dropdown/tree/Tree.vue +137 -137
  97. package/components/atoms/dropdown/tree/lib/models/interfaces.ts +11 -11
  98. package/components/atoms/input/Search.vue +16 -16
  99. package/components/atoms/lib/models/interfaces.ts +14 -14
  100. package/components/atoms/list/SelectList.vue +63 -63
  101. package/components/atoms/list/SimpleList.vue +29 -29
  102. package/components/atoms/list/dragDropList/DragDropList.vue +139 -139
  103. package/components/atoms/list/dragDropList/lib/config/events.ts +4 -4
  104. package/components/atoms/loader/BarLoader.vue +27 -27
  105. package/components/atoms/loader/Loader.vue +30 -30
  106. package/components/atoms/loader/PreLoader.vue +38 -38
  107. package/components/atoms/loader/lib/Preloader.spec.ts +24 -24
  108. package/components/atoms/modal/Modal.vue +248 -248
  109. package/components/atoms/modal/bySteps/lib/BySteps.spec.ts +66 -66
  110. package/components/atoms/modal/byStepsSecond/ByStepsSecond.vue +184 -184
  111. package/components/atoms/modal/lib/Modal.spec.ts +55 -55
  112. package/components/atoms/nav/NavBar.vue +139 -139
  113. package/components/atoms/nav/VerticalNavBar.vue +90 -90
  114. package/components/atoms/nav/lib/NavBar.spec.ts +34 -34
  115. package/components/atoms/nav/lib/models/interfaces.ts +6 -6
  116. package/components/atoms/notificationBar/NotificationBar.vue +178 -178
  117. package/components/atoms/notificationBar/lib/models/enums.ts +13 -13
  118. package/components/atoms/notificationBar/lib/models/interfaces.ts +6 -6
  119. package/components/atoms/notificationBar/lib/models/types.ts +1 -1
  120. package/components/atoms/perPage/PerPage.vue +53 -53
  121. package/components/atoms/popover/Popover.vue +60 -60
  122. package/components/atoms/popup/SimplePopup.vue +91 -91
  123. package/components/atoms/select/TheSelect.vue +177 -177
  124. package/components/atoms/select/lib/models/interfaces.ts +5 -5
  125. package/components/atoms/stack/StackContent.vue +63 -63
  126. package/components/atoms/step/VerticalStep.vue +105 -105
  127. package/components/atoms/step/lib/VerticalStep.spec.ts +68 -68
  128. package/components/atoms/step/lib/models/verticalStepItem.ts +7 -7
  129. package/components/atoms/switch/Switch.vue +111 -111
  130. package/components/atoms/table/compact/Compact.vue +526 -526
  131. package/components/atoms/table/compact/lib/models/interfaces.ts +10 -10
  132. package/components/atoms/table/dataGrid/DataGrid.vue +1617 -1617
  133. package/components/atoms/table/dataGrid/DataGridColumnSwitch.vue +216 -216
  134. package/components/atoms/table/dataGrid/DataGridPage.vue +196 -196
  135. package/components/atoms/table/dataGrid/DataGridPagination.vue +89 -89
  136. package/components/atoms/table/dataGrid/lib/DataGrid.spec.ts +61 -61
  137. package/components/atoms/table/dataGrid/lib/config/itemsPerPage.ts +20 -20
  138. package/components/atoms/table/dataGrid/lib/config/settingsTable.ts +67 -67
  139. package/components/atoms/table/dataGrid/lib/models/interfaces.ts +41 -41
  140. package/components/atoms/table/dataGrid/lib/models/types.ts +5 -5
  141. package/components/atoms/table/dataGrid/lib/utils/constructDataTable.ts +36 -36
  142. package/components/atoms/table/info/Info.vue +61 -61
  143. package/components/atoms/table/info/lib/models/interfaces.ts +9 -9
  144. package/components/atoms/table/simpleEvent/SimpleEvent.vue +98 -98
  145. package/components/atoms/table/simpleEvent/lib/models/interfaces.ts +9 -9
  146. package/components/atoms/table/simpleInfo/SimpleInfo.vue +73 -73
  147. package/components/atoms/table/simpleInfo/lib/models/interfaces.ts +5 -5
  148. package/components/atoms/table/simpleTable/SimpleTable.vue +300 -300
  149. package/components/atoms/table/simpleTable/lib/models/interfaces.ts +12 -12
  150. package/components/atoms/tabs/Tabs.vue +214 -214
  151. package/components/atoms/tabs/VerticalTabs.vue +88 -88
  152. package/components/atoms/tabs/lib/models/interfaces.ts +5 -5
  153. package/components/atoms/tabs/lib/models/types.ts +1 -1
  154. package/components/atoms/tooltip/Signpost.vue +227 -227
  155. package/components/atoms/tooltip/Text.vue +37 -37
  156. package/components/atoms/tooltip/Tooltip.vue +57 -57
  157. package/components/atoms/tooltip/TooltipError.vue +113 -113
  158. package/components/atoms/tooltip/lib/models/interfaces.ts +4 -4
  159. package/components/atoms/wizard/Wizard.vue +311 -311
  160. package/components/atoms/wizard/lib/models/enums.ts +8 -8
  161. package/components/atoms/wizard/lib/models/interfaces.ts +49 -49
  162. package/components/atoms/wizard/lib/utils/utils.ts +804 -804
  163. package/components/atoms/wizard/step/Step.vue +87 -87
  164. package/components/common/BadBrowser.vue +118 -118
  165. package/components/common/accordion/Accordion.vue +177 -177
  166. package/components/common/accordion/Recursion.vue +218 -218
  167. package/components/common/accordion/lib/models/enums.ts +5 -5
  168. package/components/common/accordion/lib/models/interfaces.ts +16 -16
  169. package/components/common/accordion/lib/models/types.ts +1 -1
  170. package/components/common/accordion/lib/utils/accordion.ts +31 -31
  171. package/components/common/adapterManager/AdapterManager.vue +828 -828
  172. package/components/common/adapterManager/AddAdapterModal.vue +561 -561
  173. package/components/common/adapterManager/AddAdapterWarningModal.vue +82 -82
  174. package/components/common/adapterManager/NoActiveAdaptersModal.vue +61 -61
  175. package/components/common/adapterManager/NoConnectedActiveAdaptersModal.vue +61 -61
  176. package/components/common/adapterManager/lib/config/index.ts +19 -19
  177. package/components/common/adapterManager/ui/NoSelectedAdapter.vue +39 -39
  178. package/components/common/adapterManager/ui/SecondTitle.vue +37 -37
  179. package/components/common/adapterManager/ui/actions/ActionsBar.vue +95 -95
  180. package/components/common/adapterManager/ui/actions/AddAdapterButton.vue +30 -30
  181. package/components/common/adapterManager/ui/actions/MoveDownAdapterButton.vue +35 -35
  182. package/components/common/adapterManager/ui/actions/MoveUpAdapterButton.vue +35 -35
  183. package/components/common/adapterManager/ui/actions/RemoveAdapterButton.vue +37 -37
  184. package/components/common/adapterManager/ui/actions/VerticalSeparator.vue +10 -10
  185. package/components/common/adapterManager/ui/table/Adapters.vue +92 -92
  186. package/components/common/adapterManager/ui/table/Header.vue +93 -93
  187. package/components/common/adapterManager/ui/table/Table.vue +162 -162
  188. package/components/common/adapterManager/ui/table/lib/models/types.ts +1 -1
  189. package/components/common/browse/Browse.vue +240 -240
  190. package/components/common/browse/blocks/Container.vue +105 -105
  191. package/components/common/browse/blocks/contents/Files.vue +72 -72
  192. package/components/common/browse/blocks/info/Size.vue +17 -17
  193. package/components/common/browse/blocks/info/Text.vue +16 -16
  194. package/components/common/browse/blocks/lib/models/types.ts +1 -1
  195. package/components/common/browse/lib/models/interfaces.ts +5 -5
  196. package/components/common/context/Context.vue +99 -99
  197. package/components/common/context/lib/Context.spec.ts +20 -20
  198. package/components/common/context/lib/ContextRecursion.spec.ts +55 -55
  199. package/components/common/context/lib/models/interfaces.ts +27 -27
  200. package/components/common/context/recursion/lib/models/interfaces.ts +2 -2
  201. package/components/common/countdownTimer/CountdownTimer.vue +50 -50
  202. package/components/common/details/DetailsItem.vue +109 -109
  203. package/components/common/details/DetailsList.vue +23 -23
  204. package/components/common/details/lib/models/interfaces.ts +11 -11
  205. package/components/common/diagramMain/Diagram.vue +234 -234
  206. package/components/common/diagramMain/DiagramMain.vue +871 -871
  207. package/components/common/diagramMain/Header.vue +211 -211
  208. package/components/common/diagramMain/Highlights.vue +124 -124
  209. package/components/common/diagramMain/adapter/Adapter.vue +123 -123
  210. package/components/common/diagramMain/adapter/AdapterItem.vue +287 -287
  211. package/components/common/diagramMain/adapter/AdapterItems.vue +61 -61
  212. package/components/common/diagramMain/adapter/Block.vue +48 -48
  213. package/components/common/diagramMain/adapter/Contents.vue +133 -133
  214. package/components/common/diagramMain/adapter/Lines.vue +58 -58
  215. package/components/common/diagramMain/adapter/SecondBlock.vue +49 -49
  216. package/components/common/diagramMain/lib/config/index.ts +70 -70
  217. package/components/common/diagramMain/lib/config/initial.ts +50 -50
  218. package/components/common/diagramMain/lib/models/enums.ts +44 -44
  219. package/components/common/diagramMain/lib/models/interfaces.ts +724 -724
  220. package/components/common/diagramMain/lib/models/types.ts +16 -16
  221. package/components/common/diagramMain/lib/utils/utils.ts +278 -278
  222. package/components/common/diagramMain/modals/ManagePhysicalAdaptersModal.vue +330 -330
  223. package/components/common/diagramMain/modals/Modals.vue +442 -442
  224. package/components/common/diagramMain/modals/editSettings/ConfirmTeamingSettingsModal.vue +40 -40
  225. package/components/common/diagramMain/modals/editSettings/EditSettings.vue +497 -497
  226. package/components/common/diagramMain/modals/editSettings/EditSettingsModal.vue +812 -812
  227. package/components/common/diagramMain/modals/editSettings/tabs/NetworkProperties.vue +214 -214
  228. package/components/common/diagramMain/modals/editSettings/tabs/Security.vue +189 -189
  229. package/components/common/diagramMain/modals/editSettings/tabs/SwitchProperties.vue +163 -163
  230. package/components/common/diagramMain/modals/editSettings/tabs/TeamingFailover.vue +175 -175
  231. package/components/common/diagramMain/modals/editSettings/tabs/TrafficShaping.vue +398 -398
  232. package/components/common/diagramMain/modals/editSettings/tabs/port/IpvFourSettings.vue +346 -346
  233. package/components/common/diagramMain/modals/editSettings/tabs/port/PortProperties.vue +205 -205
  234. package/components/common/diagramMain/modals/lib/config/adapterModal.ts +126 -126
  235. package/components/common/diagramMain/modals/lib/config/diagramConfig.ts +23 -23
  236. package/components/common/diagramMain/modals/lib/config/index.ts +49 -49
  237. package/components/common/diagramMain/modals/lib/config/initial.ts +180 -180
  238. package/components/common/diagramMain/modals/lib/config/networkModal.ts +331 -331
  239. package/components/common/diagramMain/modals/lib/config/portModal.ts +214 -214
  240. package/components/common/diagramMain/modals/lib/config/switchModal.ts +224 -224
  241. package/components/common/diagramMain/modals/lib/config/vCenterModal.ts +34 -34
  242. package/components/common/diagramMain/modals/lib/config/vmKernelAdapter.ts +90 -90
  243. package/components/common/diagramMain/modals/lib/mappers/mappers.ts +87 -87
  244. package/components/common/diagramMain/modals/lib/utils/index.ts +24 -24
  245. package/components/common/diagramMain/modals/migrateVmkernelAdapter/MigrateVmkernelAdapter.vue +537 -537
  246. package/components/common/diagramMain/modals/migrateVmkernelAdapter/lib/config/steps.ts +114 -114
  247. package/components/common/diagramMain/modals/migrateVmkernelAdapter/steps/ConnectionSettings.vue +169 -169
  248. package/components/common/diagramMain/modals/migrateVmkernelAdapter/steps/SelectVmkernelAdapter.vue +159 -159
  249. package/components/common/diagramMain/modals/migrateVmkernelAdapter/steps/VmkernelAdapterReadyComplete.vue +49 -49
  250. package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/common.ts +14 -14
  251. package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/connectionSettings.ts +137 -137
  252. package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/selectVmkernelAdapter.ts +52 -52
  253. package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/validations.ts +19 -19
  254. package/components/common/diagramMain/modals/remove/RemoveModal.vue +234 -234
  255. package/components/common/diagramMain/modals/viewSettings/Info.vue +123 -123
  256. package/components/common/diagramMain/modals/viewSettings/ViewSettings.vue +190 -190
  257. package/components/common/diagramMain/modals/viewSettings/ViewSettingsModal.vue +93 -93
  258. package/components/common/diagramMain/network/Block.vue +64 -64
  259. package/components/common/diagramMain/network/Contents.vue +353 -353
  260. package/components/common/diagramMain/network/Lines.vue +76 -76
  261. package/components/common/diagramMain/network/Network.vue +133 -133
  262. package/components/common/diagramMain/network/NoNetwork.vue +61 -61
  263. package/components/common/diagramMain/network/SecondBlock.vue +60 -60
  264. package/components/common/diagramMain/port/Port.vue +405 -405
  265. package/components/common/diagramMain/port/Ports.vue +47 -47
  266. package/components/common/diagramMain/switch/Switch.vue +82 -82
  267. package/components/common/diagramMain/switch/SwitchSelected.vue +35 -35
  268. package/components/common/feedback/Buttons.vue +229 -229
  269. package/components/common/feedback/Feedback.vue +268 -268
  270. package/components/common/feedback/Message.vue +518 -518
  271. package/components/common/feedback/VisitPortal.vue +62 -62
  272. package/components/common/feedback/lib/config/drawingPanel.ts +31 -31
  273. package/components/common/feedback/lib/config/feedbackTabs.ts +26 -26
  274. package/components/common/feedback/lib/models/interfaces.ts +20 -20
  275. package/components/common/feedback/lib/models/types.ts +1 -1
  276. package/components/common/graph/Graph.vue +110 -110
  277. package/components/common/graph/lib/utils/renderGraph.ts +389 -389
  278. package/components/common/headline/Headline.vue +32 -32
  279. package/components/common/help/navbar/left/Left.vue +165 -165
  280. package/components/common/help/navbar/left/lib/models/interfaces.ts +6 -6
  281. package/components/common/help/navbar/left/lib/utils/constructAccordion.ts +27 -27
  282. package/components/common/help/navbar/right/Right.vue +149 -149
  283. package/components/common/help/navbar/right/lib/models/interfaces.ts +5 -5
  284. package/components/common/home/Card.vue +63 -63
  285. package/components/common/home/ResourceBlock.vue +117 -117
  286. package/components/common/home/StatusContent.vue +47 -47
  287. package/components/common/home/alertsTable/AlertsTable.vue +114 -114
  288. package/components/common/home/alertsTable/lib/config/config.ts +61 -61
  289. package/components/common/home/alertsTable/lib/models/enums.ts +11 -11
  290. package/components/common/home/alertsTable/lib/models/interfaces.ts +19 -19
  291. package/components/common/home/alertsTable/lib/models/types.ts +18 -18
  292. package/components/common/home/lib/config/configResourceMeterBlock.ts +25 -25
  293. package/components/common/home/lib/models/interfaces.ts +59 -59
  294. package/components/common/home/lib/models/types.ts +18 -18
  295. package/components/common/home/servicesTable/ServicesTable.vue +80 -80
  296. package/components/common/home/servicesTable/lib/config/config.ts +62 -62
  297. package/components/common/layout/theHeader/TheHeader.vue +112 -112
  298. package/components/common/layout/theHeader/TheHeaderNew.vue +294 -294
  299. package/components/common/layout/theHeader/TheHeaderOld.vue +258 -258
  300. package/components/common/layout/theHeader/ThemeSwitch.vue +59 -59
  301. package/components/common/layout/theHeader/feedback/Feedback.vue +104 -104
  302. package/components/common/layout/theHeader/feedback/FeedbackNew.vue +63 -63
  303. package/components/common/layout/theHeader/feedback/FeedbackOld.vue +73 -73
  304. package/components/common/layout/theHeader/helpMenu/About.vue +110 -110
  305. package/components/common/layout/theHeader/helpMenu/HelpMenu.vue +45 -45
  306. package/components/common/layout/theHeader/helpMenu/helpMenuNew/HelpMenuNew.vue +175 -175
  307. package/components/common/layout/theHeader/helpMenu/helpMenuNew/lib/config/dropMenu.ts +28 -28
  308. package/components/common/layout/theHeader/helpMenu/helpMenuOld/HelpMenuOld.vue +69 -69
  309. package/components/common/layout/theHeader/helpMenu/helpMenuOld/lib/config/dropMenu.ts +22 -22
  310. package/components/common/layout/theHeader/helpMenu/helpMenuOld/lib/models/types.ts +1 -1
  311. package/components/common/layout/theHeader/lib/models/enums.ts +9 -9
  312. package/components/common/layout/theHeader/lib/models/types.ts +5 -5
  313. package/components/common/layout/theHeader/lib/utils/localization.ts +32 -32
  314. package/components/common/layout/theHeader/modals/Reconnect.vue +98 -98
  315. package/components/common/layout/theHeader/modals/RedirectLogin.vue +60 -60
  316. package/components/common/layout/theHeader/userMenu/UserMenu.vue +101 -101
  317. package/components/common/layout/theHeader/userMenu/lib/models/interfaces.ts +32 -32
  318. package/components/common/layout/theHeader/userMenu/modals/changePassword/ChangePassword.vue +210 -210
  319. package/components/common/layout/theHeader/userMenu/modals/changePassword/lib/config/form.ts +31 -31
  320. package/components/common/layout/theHeader/userMenu/modals/changePassword/lib/models/interfaces.ts +12 -12
  321. package/components/common/layout/theHeader/userMenu/modals/preferences/Preferences.vue +70 -70
  322. package/components/common/layout/theHeader/userMenu/modals/preferences/PreferencesNew.vue +93 -93
  323. package/components/common/layout/theHeader/userMenu/modals/preferences/PreferencesOld.vue +122 -122
  324. package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguage.vue +110 -110
  325. package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguageNew.vue +89 -89
  326. package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguageOld.vue +93 -93
  327. package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/lib/config/radioOptions.ts +22 -22
  328. package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/lib/models/enums.ts +9 -9
  329. package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/lib/models/interfaces.ts +11 -11
  330. package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/lib/models/types.ts +1 -1
  331. package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/DefaultConsole.vue +42 -42
  332. package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/DefaultConsoleNew.vue +52 -52
  333. package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/DefaultConsoleOld.vue +48 -48
  334. package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/lib/config/consoleOptions.ts +30 -30
  335. package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/lib/models/interfaces.ts +5 -5
  336. package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/Inventory.vue +32 -32
  337. package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/InventoryNew.vue +35 -35
  338. package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/InventoryOld.vue +31 -31
  339. package/components/common/layout/theHeader/userMenu/modals/preferences/lib/config/preferencesTabs.ts +49 -49
  340. package/components/common/layout/theHeader/userMenu/modals/preferences/lib/models/types.ts +1 -1
  341. package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/TimeFormat.vue +54 -54
  342. package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/TimeFormatNew.vue +52 -52
  343. package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/TimeFormatOld.vue +45 -45
  344. package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/lib/config/formatOptions.ts +27 -27
  345. package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/lib/models/types.ts +1 -1
  346. package/components/common/layout/theHeader/userMenu/modals/preferences/view/View.vue +45 -45
  347. package/components/common/layout/theHeader/userMenu/modals/preferences/view/ViewNew.vue +33 -33
  348. package/components/common/layout/theHeader/userMenu/modals/preferences/view/ViewOld.vue +112 -112
  349. package/components/common/layout/theHeader/userMenu/userMenuNew/UserMenuNew.vue +156 -156
  350. package/components/common/layout/theHeader/userMenu/userMenuNew/lib/config/dropMenu.ts +28 -28
  351. package/components/common/layout/theHeader/userMenu/userMenuOld/UserMenuOld.vue +36 -36
  352. package/components/common/layout/theHeader/userMenu/userMenuOld/lib/config/dropMenu.ts +36 -36
  353. package/components/common/layout/theHeader/userMenu/userMenuOld/lib/models/types.ts +5 -5
  354. package/components/common/lib/config/states.ts +160 -160
  355. package/components/common/mainNavigationPanel/MainNavigationPanel.vue +142 -142
  356. package/components/common/mainNavigationPanel/MainNavigationPanelNew.vue +271 -271
  357. package/components/common/mainNavigationPanel/MainNavigationPanelOld.vue +288 -288
  358. package/components/common/mainNavigationPanel/lib/models/interfaces.ts +7 -7
  359. package/components/common/mainNavigationPanel/lib/models/types.ts +1 -1
  360. package/components/common/modals/Confirmation.vue +110 -110
  361. package/components/common/modals/Rename.vue +166 -166
  362. package/components/common/modals/lib/config/defaultForm.ts +18 -18
  363. package/components/common/modals/lib/config/renameLabelWidth.ts +3 -3
  364. package/components/common/modals/lib/models/interfaces.ts +5 -5
  365. package/components/common/monitor/advanced/Advanced.vue +247 -247
  366. package/components/common/monitor/advanced/GraphView.vue +180 -180
  367. package/components/common/monitor/advanced/lib/models/interfaces.ts +9 -9
  368. package/components/common/monitor/advanced/lib/models/types.ts +1 -1
  369. package/components/common/monitor/advanced/table/Table.vue +93 -93
  370. package/components/common/monitor/advanced/table/lib/config/performanceDatatable.ts +129 -129
  371. package/components/common/monitor/advanced/table/lib/models/interfaces.ts +12 -12
  372. package/components/common/monitor/advanced/table/lib/models/types.ts +10 -10
  373. package/components/common/monitor/advanced/tools/Tools.vue +448 -448
  374. package/components/common/monitor/advanced/tools/chartOptionsModal/ChartOptionsModal.vue +496 -496
  375. package/components/common/monitor/advanced/tools/chartOptionsModal/Notification.vue +34 -34
  376. package/components/common/monitor/advanced/tools/chartOptionsModal/actions/Actions.vue +157 -157
  377. package/components/common/monitor/advanced/tools/chartOptionsModal/actions/lib/utils/optionsActions.ts +25 -25
  378. package/components/common/monitor/advanced/tools/chartOptionsModal/actions/saveOptionsModal/SaveOptionsModal.vue +81 -81
  379. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/Counters.vue +106 -106
  380. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/Table.vue +144 -144
  381. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/lib/config/tableConfig.ts +89 -89
  382. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/lib/config/utils.ts +779 -779
  383. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/lib/models/interfaces.ts +29 -29
  384. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/lib/models/types.ts +5 -5
  385. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/Timespan.vue +93 -93
  386. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/form/Form.vue +539 -539
  387. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/form/lib/config/dateForm.ts +113 -113
  388. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/Object.vue +251 -251
  389. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/lib/config/objectTable.ts +57 -57
  390. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/lib/models/interfaces.ts +4 -4
  391. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/lib/models/types.ts +1 -1
  392. package/components/common/monitor/advanced/tools/chartOptionsModal/lib/models/interfaces.ts +19 -19
  393. package/components/common/monitor/advanced/tools/chartOptionsModal/lib/models/types.ts +3 -3
  394. package/components/common/monitor/advanced/tools/chartOptionsModal/lib/utils/checkSubmit.ts +17 -17
  395. package/components/common/monitor/advanced/tools/chartOptionsModal/metrics/Metrics.vue +42 -42
  396. package/components/common/monitor/advanced/tools/chartOptionsModal/metrics/lib/config/optionsMetrics.ts +173 -173
  397. package/components/common/monitor/advanced/tools/lib/config/advancedToolbar.ts +130 -130
  398. package/components/common/monitor/advanced/tools/lib/models/interfaces.ts +4 -4
  399. package/components/common/monitor/advanced/tools/lib/utils/countCores.ts +7 -7
  400. package/components/common/monitor/lib/config/getValidDateByOption.ts +76 -76
  401. package/components/common/monitor/lib/models/interfaces.ts +24 -24
  402. package/components/common/monitor/overview/Overview.vue +228 -228
  403. package/components/common/monitor/overview/filters/Filters.vue +228 -228
  404. package/components/common/monitor/overview/filters/customIntervalModal/CustomIntervalModal.vue +245 -245
  405. package/components/common/monitor/overview/filters/customIntervalModal/lib/config/dateChecker.ts +52 -52
  406. package/components/common/monitor/overview/filters/lib/config/filterOptions.ts +82 -82
  407. package/components/common/monitor/overview/filters/lib/models/interfaces.ts +9 -9
  408. package/components/common/monitor/overview/filters/lib/models/types.ts +13 -13
  409. package/components/common/pages/Tasks.vue +120 -120
  410. package/components/common/pages/hardwareHealth/HardwareHealth.vue +195 -195
  411. package/components/common/pages/hardwareHealth/historyTestimony/Graph.vue +435 -435
  412. package/components/common/pages/hardwareHealth/historyTestimony/lib/models/interfaces.ts +10 -10
  413. package/components/common/pages/hardwareHealth/historyTestimony/tools/Tools.vue +380 -380
  414. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/ChartOptionsModal.vue +487 -487
  415. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/Notification.vue +30 -30
  416. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/actions/Actions.vue +157 -157
  417. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/actions/SaveOptionsModal.vue +81 -81
  418. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/actions/lib/utils/optionsActions.ts +25 -25
  419. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/Counters.vue +94 -94
  420. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/table/Table.vue +174 -174
  421. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/table/lib/config/tableConfig.ts +89 -89
  422. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/table/lib/models/types.ts +5 -5
  423. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/timespan/Timespan.vue +66 -66
  424. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/timespan/form/Form.vue +539 -539
  425. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/timespan/form/lib/config/dateForm.ts +115 -115
  426. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/lib/config/optionsMetrics.ts +17 -17
  427. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/lib/models/interfaces.ts +15 -15
  428. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/lib/models/types.ts +1 -1
  429. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/metrics/Metrics.vue +31 -31
  430. package/components/common/pages/hardwareHealth/historyTestimony/tools/lib/config/toolbar.ts +82 -82
  431. package/components/common/pages/hardwareHealth/historyTestimony/tools/lib/models/interfaces.ts +9 -9
  432. package/components/common/pages/hardwareHealth/lib/config/status.ts +13 -13
  433. package/components/common/pages/hardwareHealth/lib/config/tabsPannel.ts +44 -44
  434. package/components/common/pages/hardwareHealth/lib/models/enums.ts +8 -8
  435. package/components/common/pages/hardwareHealth/lib/models/interfaces.ts +6 -6
  436. package/components/common/pages/hardwareHealth/lib/models/types.ts +5 -5
  437. package/components/common/pages/hardwareHealth/tableView/TableView.vue +194 -194
  438. package/components/common/pages/hardwareHealth/tableView/lib/config/alertWarningTable.ts +109 -109
  439. package/components/common/pages/hardwareHealth/tableView/lib/config/historyTestimonyTable.ts +137 -137
  440. package/components/common/pages/hardwareHealth/tableView/lib/config/sensorTable.ts +133 -133
  441. package/components/common/pages/hardwareHealth/tableView/lib/config/storageSensorTable.ts +88 -88
  442. package/components/common/pages/hardwareHealth/tableView/lib/config/systemLogTable.ts +72 -72
  443. package/components/common/pages/hardwareHealth/tableView/lib/config/tableKeys.ts +22 -22
  444. package/components/common/pages/hardwareHealth/tableView/lib/models/interfaces.ts +29 -29
  445. package/components/common/pages/hardwareHealth/tableView/lib/models/types.ts +26 -26
  446. package/components/common/pages/hardwareHealth/tableView/modal/SensorWarning.vue +63 -63
  447. package/components/common/pages/hardwareHealth/toolsPanel/ToolsPanel.vue +51 -51
  448. package/components/common/pages/hardwareHealth/toolsPanel/lib/config/actionsPanel.ts +34 -34
  449. package/components/common/pages/hardwareHealth/toolsPanel/lib/models/types.ts +4 -4
  450. package/components/common/perPage/PerPage.vue +52 -52
  451. package/components/common/readyToComplete/ReadyToComplete.vue +15 -15
  452. package/components/common/recursionTree/RecursionTree.vue +211 -211
  453. package/components/common/recursionTree/lib/models/interfaces.ts +23 -23
  454. package/components/common/resource/lib/models/interfaces.ts +9 -9
  455. package/components/common/resource/lib/models/types.ts +1 -1
  456. package/components/common/resource/lib/utils.ts +44 -44
  457. package/components/common/resource/progressBlock/ProgressBlock.vue +142 -142
  458. package/components/common/resource/simple/Simple.vue +58 -58
  459. package/components/common/resource/simple/lib/models/enums.ts +6 -6
  460. package/components/common/select/button/ButtonDropdown.vue +102 -102
  461. package/components/common/select/button/lib/models/interfaces.ts +7 -7
  462. package/components/common/select/input/Input.vue +88 -88
  463. package/components/common/select/input/lib/models/interfaces.ts +6 -5
  464. package/components/common/select/radio/RadioGroup.vue +128 -128
  465. package/components/common/select/radio/lib/models/interfaces.ts +9 -9
  466. package/components/common/selectLanguage/SelectLanguage.vue +130 -130
  467. package/components/common/selectLanguage/lib/config/config.ts +34 -34
  468. package/components/common/selectLanguage/lib/utils/utils.ts +5 -5
  469. package/components/common/shortcuts/Block.vue +96 -96
  470. package/components/common/shortcuts/Category.vue +41 -41
  471. package/components/common/shortcuts/Shortcuts.vue +44 -44
  472. package/components/common/shortcuts/lib/models/interfaces.ts +12 -12
  473. package/components/common/spiceConsole/Drawer.vue +245 -245
  474. package/components/common/spiceConsole/SpiceConsole.vue +83 -83
  475. package/components/common/spiceConsole/keyboard/Keyboard.vue +403 -403
  476. package/components/common/spiceConsole/keyboard/lib/config/keyboardRows.ts +966 -966
  477. package/components/common/spiceConsole/keyboard/lib/models/interfaces.ts +18 -18
  478. package/components/common/spiceConsole/lib/models/types.ts +1 -1
  479. package/components/common/split/horizontal/Horizontal.vue +70 -70
  480. package/components/common/split/horizontal/HorizontalOld.vue +307 -307
  481. package/components/common/split/horizontal/lib/models/interfaces.ts +5 -5
  482. package/components/common/split/vertical/Vertical.vue +213 -213
  483. package/components/common/split/vertical/lib/models/interfaces.ts +3 -3
  484. package/components/common/tools/Actions.vue +172 -172
  485. package/components/common/tools/lib/models/interfaces.ts +7 -7
  486. package/components/common/tools/viewSettings/ViewSettings.vue +86 -86
  487. package/components/common/tools/viewSettings/lib/models/interfaces.ts +9 -9
  488. package/components/common/vm/actions/add/FolderTreeView.vue +83 -83
  489. package/components/common/vm/actions/add/lib/config/steps.ts +145 -145
  490. package/components/common/vm/actions/add/lib/utils.ts +103 -103
  491. package/components/common/vm/actions/clone/lib/config/steps.ts +74 -74
  492. package/components/common/vm/actions/clone/lib/models/interfaces.ts +7 -7
  493. package/components/common/vm/actions/clone/lib/utils.ts +43 -43
  494. package/components/common/vm/actions/clone/select/options/Options.vue +71 -71
  495. package/components/common/vm/actions/common/customizeHardware/CustomizeHardware.vue +274 -274
  496. package/components/common/vm/actions/common/customizeHardware/lib/config/navItems.ts +21 -21
  497. package/components/common/vm/actions/common/customizeHardware/lib/models/interfaces.ts +7 -7
  498. package/components/common/vm/actions/common/customizeHardware/virtualHardware/VirtualHardware.vue +700 -700
  499. package/components/common/vm/actions/common/customizeHardware/virtualHardware/browseView/BrowseView.vue +203 -203
  500. package/components/common/vm/actions/common/customizeHardware/virtualHardware/browseView/lib/models/interfaces.ts +8 -8
  501. package/components/common/vm/actions/common/customizeHardware/virtualHardware/bus/Bus.vue +156 -156
  502. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/CdDvdDrive.vue +270 -270
  503. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/lib/config/fileTypes.ts +9 -9
  504. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/lib/config/options.ts +11 -11
  505. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/lib/models/types.ts +1 -1
  506. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/media/Media.vue +57 -57
  507. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CoresPerSocket.vue +110 -110
  508. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CpuHotPlug.vue +56 -56
  509. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CpuModel.vue +225 -225
  510. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Iommu.vue +55 -55
  511. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/MaxCpu.vue +106 -106
  512. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Pc.vue +55 -55
  513. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Sa.vue +106 -106
  514. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/lib/config/cpuOptions.ts +21 -21
  515. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/shares/Shares.vue +160 -160
  516. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/shares/lib/config/options.ts +28 -28
  517. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/tooltip/Tooltip.vue +59 -59
  518. package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/config/binaryOptions.ts +12 -12
  519. package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/config/dropdownItems.ts +66 -66
  520. package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/models/interfaces.ts +118 -118
  521. package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/models/types.ts +4 -4
  522. package/components/common/vm/actions/common/customizeHardware/virtualHardware/limit/Limit.vue +236 -236
  523. package/components/common/vm/actions/common/customizeHardware/virtualHardware/limit/lib/config/options.ts +28 -28
  524. package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/Memory.vue +329 -329
  525. package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/MemoryHotPlug.vue +54 -54
  526. package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/lib/config/memoryOptions.ts +35 -35
  527. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/DiskFile.vue +24 -24
  528. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/Location.vue +173 -173
  529. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/MaximumSize.vue +27 -27
  530. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/NewHardDisk.vue +462 -462
  531. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/cache/Cache.vue +81 -81
  532. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/cache/lib/config/options.ts +7 -7
  533. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/limitIops/LimitIops.vue +153 -153
  534. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/limitIops/lib/config/options.ts +28 -28
  535. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/mode/Mode.vue +88 -88
  536. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/mode/lib/config/options.ts +18 -18
  537. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/provisioning/Provisioning.vue +88 -88
  538. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/provisioning/lib/config/options.ts +15 -15
  539. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/sharing/Sharing.vue +86 -86
  540. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/sharing/lib/config/options.ts +12 -12
  541. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/Location.vue +145 -145
  542. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/NewNetwork.vue +305 -305
  543. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/adapterType/AdapterType.vue +87 -87
  544. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/adapterType/lib/config/options.ts +9 -9
  545. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/MacAddress.vue +148 -148
  546. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/lib/config/options.ts +11 -11
  547. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/NewPciDevice.vue +168 -168
  548. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/directPathIo/DirectPathIo.vue +48 -48
  549. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/DynamicDirectPathIo.vue +49 -49
  550. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/lib/config/options.ts +10 -10
  551. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/lib/config/options.ts +7 -7
  552. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/note/Note.vue +27 -27
  553. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/nvidiaGrid/NvidiaGrid.vue +42 -42
  554. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/typeSelection/TypeSelection.vue +57 -57
  555. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newUsbController/NewUsbController.vue +82 -82
  556. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newUsbController/lib/config/options.ts +6 -6
  557. package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/InputDevices.vue +21 -21
  558. package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/Other.vue +32 -32
  559. package/components/common/vm/actions/common/customizeHardware/virtualHardware/reservation/Reservation.vue +237 -237
  560. package/components/common/vm/actions/common/customizeHardware/virtualHardware/reservation/lib/config/options.ts +33 -33
  561. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/Graphics.vue +50 -50
  562. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/TotalVideoMemory.vue +121 -121
  563. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/VideoCard.vue +182 -182
  564. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/lib/config/options.ts +11 -11
  565. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/model/Model.vue +59 -59
  566. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/model/lib/config/options.ts +10 -10
  567. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/numberDisplays/NumberDisplays.vue +83 -83
  568. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/numberDisplays/lib/config/options.ts +14 -14
  569. package/components/common/vm/actions/common/customizeHardware/vmoptions/Vmoptions.vue +181 -181
  570. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/BootOptions.vue +114 -114
  571. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/Menu.vue +50 -50
  572. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/Secure.vue +50 -50
  573. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/delay/Delay.vue +54 -54
  574. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/delay/lib/config/config.ts +14 -14
  575. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/firmware/Firmware.vue +84 -84
  576. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/firmware/lib/config/config.ts +11 -11
  577. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/Order.vue +201 -201
  578. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/lib/models/interfaces.ts +9 -9
  579. package/components/common/vm/actions/common/customizeHardware/vmoptions/generalOptions/GeneralOptions.vue +192 -192
  580. package/components/common/vm/actions/common/customizeHardware/vmoptions/lib/models/interfaces.ts +34 -34
  581. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/CopyPaste.vue +52 -52
  582. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/FileTransfer.vue +52 -52
  583. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/FolderSharing.vue +51 -51
  584. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/PlaybackCompression.vue +52 -52
  585. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/PowerControl.vue +50 -50
  586. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/RemoteConsoleOptions.vue +254 -254
  587. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/imgCompression/ImgCompression.vue +85 -85
  588. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/imgCompression/lib/config/config.ts +14 -14
  589. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/jpegCompression/JpegCompression.vue +85 -85
  590. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/jpegCompression/lib/config/config.ts +12 -12
  591. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/Keymap.vue +56 -56
  592. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/lib/config/config.ts +6 -6
  593. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/mouseMode/MouseMode.vue +57 -57
  594. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/mouseMode/lib/config/config.ts +11 -11
  595. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/Password.vue +142 -142
  596. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/lib/models/interfaces.ts +5 -5
  597. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/lib/utils.ts +12 -12
  598. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/sharePolicy/SharePolicy.vue +56 -56
  599. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/sharePolicy/lib/config/config.ts +11 -11
  600. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/streamingMode/lib/config/config.ts +12 -12
  601. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/type/Type.vue +85 -85
  602. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/type/lib/config/config.ts +7 -7
  603. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/UsbRedirection.vue +57 -57
  604. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/lib/config/config.ts +14 -14
  605. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/zlibCompression/ZlibCompression.vue +85 -85
  606. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/zlibCompression/lib/config/config.ts +12 -12
  607. package/components/common/vm/actions/common/customizeHardware/vmoptions/tools/Tools.vue +72 -72
  608. package/components/common/vm/actions/common/lib/config/capabilities.ts +345 -345
  609. package/components/common/vm/actions/common/lib/models/enums.ts +123 -123
  610. package/components/common/vm/actions/common/lib/models/interfaces.ts +149 -149
  611. package/components/common/vm/actions/common/lib/models/types.ts +65 -65
  612. package/components/common/vm/actions/common/lib/utils/capabilities.ts +51 -51
  613. package/components/common/vm/actions/common/select/compatibility/Compatibility.vue +155 -155
  614. package/components/common/vm/actions/common/select/computeResource/ComputeResource.vue +164 -164
  615. package/components/common/vm/actions/common/select/computeResource/TreeView.vue +124 -124
  616. package/components/common/vm/actions/common/select/computeResource/lib/ComputeResource.spec.ts +479 -479
  617. package/components/common/vm/actions/common/select/createType/CreateType.vue +61 -61
  618. package/components/common/vm/actions/common/select/createType/lib/config/items.ts +26 -26
  619. package/components/common/vm/actions/common/select/lib/models/interfaces.ts +34 -34
  620. package/components/common/vm/actions/common/select/lib/models/types.ts +27 -27
  621. package/components/common/vm/actions/common/select/name/Name.vue +236 -236
  622. package/components/common/vm/actions/common/select/os/os.vue +232 -232
  623. package/components/common/vm/actions/common/select/storage/Storage.vue +198 -198
  624. package/components/common/vm/actions/common/select/storage/lib/config/config.ts +193 -193
  625. package/components/common/vm/actions/common/select/storage/lib/models/types.ts +15 -15
  626. package/components/common/vm/actions/confirm/Confirm.vue +39 -39
  627. package/components/common/vm/actions/editSettings/lib/models/types.ts +23 -23
  628. package/components/common/vm/actions/editSettings/lib/utils.ts +45 -45
  629. package/components/common/vm/actions/lib/models/interfaces.ts +6 -6
  630. package/components/common/vm/actions/lib/models/types.ts +11 -11
  631. package/components/common/vm/actions/lib/utils.ts +246 -246
  632. package/components/common/vm/lib/models/interfaces.ts +9 -9
  633. package/components/common/vm/lib/utils/powerActions.ts +55 -55
  634. package/components/common/weekSelect/WeekSelect.vue +143 -143
  635. package/components/common/weekSelect/lib/config/options.ts +10 -10
  636. package/components/common/weekSelect/lib/models/interfaces.ts +6 -6
  637. package/components/common/wizards/datastore/add/Add.vue +307 -307
  638. package/components/common/wizards/datastore/add/lib/config/steps.ts +138 -138
  639. package/components/common/wizards/datastore/add/lib/models/enums.ts +5 -5
  640. package/components/common/wizards/datastore/add/lib/models/interfaces.ts +19 -19
  641. package/components/common/wizards/datastore/add/lib/models/types.ts +7 -7
  642. package/components/common/wizards/datastore/add/lib/utils.ts +63 -63
  643. package/components/common/wizards/datastore/add/lib/validations.ts +169 -169
  644. package/components/common/wizards/datastore/add/local/Local.vue +45 -45
  645. package/components/common/wizards/datastore/add/local/createName/CreateName.vue +116 -116
  646. package/components/common/wizards/datastore/add/nfs/Nfs.vue +63 -63
  647. package/components/common/wizards/datastore/add/nfs/_kerberosAuthentication/KerberosAuthentication.vue +55 -55
  648. package/components/common/wizards/datastore/add/nfs/_kerberosAuthentication/lib/config/radioOptions.ts +27 -27
  649. package/components/common/wizards/datastore/add/nfs/accessibility/Accessibility.vue +63 -63
  650. package/components/common/wizards/datastore/add/nfs/accessibility/lib/config/tabsPannel.ts +24 -24
  651. package/components/common/wizards/datastore/add/nfs/accessibility/lib/models/interfaces.ts +9 -9
  652. package/components/common/wizards/datastore/add/nfs/accessibility/lib/models/types.ts +5 -5
  653. package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/TablesView.vue +85 -85
  654. package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/config/compatibleTable.ts +62 -62
  655. package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/config/incompatibleTable.ts +68 -68
  656. package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/config/tableKeys.ts +15 -15
  657. package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/models/interfaces.ts +11 -11
  658. package/components/common/wizards/datastore/add/nfs/configuration/Configuration.vue +236 -236
  659. package/components/common/wizards/datastore/add/nfs/configuration/_serversList/DeletePopover.vue +100 -100
  660. package/components/common/wizards/datastore/add/nfs/configuration/_serversList/ServersList.vue +123 -123
  661. package/components/common/wizards/datastore/add/nfs/configuration/_serversList/lib/config/serversListConfig.ts +40 -40
  662. package/components/common/wizards/datastore/add/nfs/configuration/_serversList/lib/config/tableKeys.ts +3 -3
  663. package/components/common/wizards/datastore/add/nfs/configuration/_serversList/lib/models/interfaces.ts +3 -3
  664. package/components/common/wizards/datastore/add/nfs/configuration/_serversList/lib/models/types.ts +1 -1
  665. package/components/common/wizards/datastore/add/nfs/configuration/lib/models/interfaces.ts +5 -5
  666. package/components/common/wizards/datastore/add/nfs/version/Version.vue +26 -26
  667. package/components/common/wizards/datastore/add/nfs/version/lib/config/versionOptions.ts +22 -22
  668. package/components/common/wizards/datastore/add/readyComplete/ReadyComplete.vue +88 -88
  669. package/components/common/wizards/datastore/add/readyComplete/lib/config/propertiesDetails.ts +140 -140
  670. package/components/common/wizards/datastore/add/sharedStorm/SharedStorm.vue +78 -78
  671. package/components/common/wizards/datastore/add/sharedStorm/_version/Version.vue +28 -28
  672. package/components/common/wizards/datastore/add/sharedStorm/_version/lib/config/versionOptions.ts +21 -21
  673. package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/DeviceSelection.vue +276 -276
  674. package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/lib/config/selectOptions.ts +23 -23
  675. package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/lib/models/interfaces.ts +26 -26
  676. package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/lib/models/types.ts +1 -1
  677. package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/table/Table.vue +133 -133
  678. package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/table/lib/config/lunDiskTable.ts +84 -84
  679. package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/table/lib/config/tableKeys.ts +11 -11
  680. package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/table/lib/models/types.ts +9 -9
  681. package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/PartitionConfiguration.vue +236 -236
  682. package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/graphicTooltip/graphicTooltip.vue +64 -64
  683. package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/lib/config/selectOptions.ts +46 -46
  684. package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/sizeGraphic/sizeGraphic.vue +225 -225
  685. package/components/common/wizards/datastore/add/types/Types.vue +83 -83
  686. package/components/common/wizards/datastore/add/types/lib/config/typeOptions.ts +41 -41
  687. package/components/common/wizards/network/add/Add.vue +1036 -1036
  688. package/components/common/wizards/network/add/lib/config/index.ts +35 -35
  689. package/components/common/wizards/network/add/lib/config/initialData.ts +62 -62
  690. package/components/common/wizards/network/add/lib/config/portPropertiesStep.ts +43 -43
  691. package/components/common/wizards/network/add/lib/config/selectSwitch.ts +19 -19
  692. package/components/common/wizards/network/add/lib/config/sendData.ts +141 -141
  693. package/components/common/wizards/network/add/lib/config/steps.ts +456 -456
  694. package/components/common/wizards/network/add/lib/models/enums.ts +17 -17
  695. package/components/common/wizards/network/add/lib/models/interfaces.ts +249 -249
  696. package/components/common/wizards/network/add/lib/models/types.ts +14 -14
  697. package/components/common/wizards/network/add/lib/utils/index.ts +4 -4
  698. package/components/common/wizards/network/add/mappers/mappers.ts +192 -192
  699. package/components/common/wizards/network/add/modals/SelectNetwork.vue +173 -173
  700. package/components/common/wizards/network/add/modals/SelectStandardSwitch.vue +138 -138
  701. package/components/common/wizards/network/add/modals/SelectSwitch.vue +131 -131
  702. package/components/common/wizards/network/add/steps/ConnectionSettings.vue +154 -154
  703. package/components/common/wizards/network/add/steps/CreateStandardSwitch.vue +91 -91
  704. package/components/common/wizards/network/add/steps/IpFourSettings.vue +305 -305
  705. package/components/common/wizards/network/add/steps/PhysicalAdapter.vue +13 -13
  706. package/components/common/wizards/network/add/steps/PortProperties.vue +407 -407
  707. package/components/common/wizards/network/add/steps/ReadyComplete.vue +20 -20
  708. package/components/common/wizards/network/add/steps/SelectConnectionType.vue +99 -99
  709. package/components/common/wizards/network/add/steps/SelectedTargetDevice.vue +474 -474
  710. package/components/common/wizards/network/add/validations/common.ts +26 -26
  711. package/components/common/wizards/network/add/validations/connectionSettings.ts +70 -70
  712. package/components/common/wizards/network/add/validations/createStandardSwitch.ts +59 -59
  713. package/components/common/wizards/network/add/validations/ipFourSettings.ts +182 -182
  714. package/components/common/wizards/network/add/validations/networkValidation.ts +77 -77
  715. package/components/common/wizards/network/add/validations/physicalAdapter.ts +70 -70
  716. package/components/common/wizards/network/add/validations/portProperties.ts +83 -83
  717. package/components/common/wizards/network/add/validations/targetDevice.ts +109 -109
  718. package/components/common/wizards/network/add/validations/validations.ts +43 -43
  719. package/components/common/wizards/vm/common/computeResource/TreeView.vue +61 -61
  720. package/components/common/wizards/vm/common/tooltip/Tooltip.vue +84 -84
  721. package/components/common/wizards/vm/common/validation/compatibility/Compatibility.vue +62 -62
  722. package/components/common/wizards/vm/common/validation/lib/models/enums.ts +5 -5
  723. package/components/common/wizards/vm/migrate/Migrate.vue +278 -278
  724. package/components/common/wizards/vm/migrate/contentHeading/ContentHeading.vue +106 -106
  725. package/components/common/wizards/vm/migrate/contentHeading/lib/models/interfaces.ts +7 -7
  726. package/components/common/wizards/vm/migrate/lib/config/constructDataReady.ts +100 -100
  727. package/components/common/wizards/vm/migrate/lib/models/enums.ts +6 -6
  728. package/components/common/wizards/vm/migrate/lib/models/interfaces.ts +28 -28
  729. package/components/common/wizards/vm/migrate/lib/models/types.ts +5 -5
  730. package/components/common/wizards/vm/migrate/lib/utils.ts +80 -80
  731. package/components/common/wizards/vm/migrate/select/computeResource/ComputeResource.vue +219 -219
  732. package/components/common/wizards/vm/migrate/select/computeResource/lib/config/tabsPannel.ts +28 -28
  733. package/components/common/wizards/vm/migrate/select/computeResource/lib/models/enums.ts +6 -6
  734. package/components/common/wizards/vm/migrate/select/computeResource/lib/models/interfaces.ts +30 -30
  735. package/components/common/wizards/vm/migrate/select/computeResource/lib/models/types.ts +12 -12
  736. package/components/common/wizards/vm/migrate/select/computeResource/tableView/TableView.vue +143 -143
  737. package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/clusterTable.ts +113 -113
  738. package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/hostTable.ts +124 -124
  739. package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/resourcePoolTable.ts +115 -115
  740. package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/tableKeys.ts +65 -65
  741. package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/vappsTable.ts +66 -66
  742. package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/models/interfaces.ts +50 -50
  743. package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/models/types.ts +60 -60
  744. package/components/common/wizards/vm/migrate/select/network/Network.vue +125 -125
  745. package/components/common/wizards/vm/migrate/select/network/table/network/Network.vue +114 -114
  746. package/components/common/wizards/vm/migrate/select/network/table/network/lib/config/advancedTable.ts +78 -78
  747. package/components/common/wizards/vm/migrate/select/network/table/network/lib/config/basicTable.ts +70 -70
  748. package/components/common/wizards/vm/migrate/select/network/table/network/lib/config/tableKeys.ts +13 -13
  749. package/components/common/wizards/vm/migrate/select/network/table/network/lib/models/interfaces.ts +12 -12
  750. package/components/common/wizards/vm/migrate/select/network/table/network/lib/models/types.ts +21 -21
  751. package/components/common/wizards/vm/migrate/select/network/table/useAt/UseAt.vue +54 -54
  752. package/components/common/wizards/vm/migrate/select/network/table/useAt/lib/config/tableKeys.ts +7 -7
  753. package/components/common/wizards/vm/migrate/select/network/table/useAt/lib/config/useAtTable.ts +47 -47
  754. package/components/common/wizards/vm/migrate/select/network/table/useAt/lib/models/interfaces.ts +1 -1
  755. package/components/common/wizards/vm/migrate/select/network/table/useAt/lib/models/types.ts +5 -5
  756. package/components/common/wizards/vm/migrate/select/priority/Priority.vue +39 -39
  757. package/components/common/wizards/vm/migrate/select/priority/lib/config/typeOptions.ts +21 -21
  758. package/components/common/wizards/vm/migrate/select/priority/lib/models/types.ts +1 -1
  759. package/components/common/wizards/vm/migrate/select/storage/Storage.vue +206 -206
  760. package/components/common/wizards/vm/migrate/select/storage/configure/batch/Batch.vue +73 -73
  761. package/components/common/wizards/vm/migrate/select/storage/configure/disk/Disk.vue +87 -87
  762. package/components/common/wizards/vm/migrate/select/storage/diskFormat/DiskFormat.vue +69 -69
  763. package/components/common/wizards/vm/migrate/select/storage/diskFormat/lib/config/formatOptions.ts +26 -26
  764. package/components/common/wizards/vm/migrate/select/storage/lib/config/tabsPannel.ts +20 -20
  765. package/components/common/wizards/vm/migrate/select/storage/lib/models/enums.ts +6 -6
  766. package/components/common/wizards/vm/migrate/select/storage/lib/models/interfaces.ts +14 -14
  767. package/components/common/wizards/vm/migrate/select/storage/lib/models/types.ts +9 -9
  768. package/components/common/wizards/vm/migrate/select/storage/policy/Policy.vue +84 -84
  769. package/components/common/wizards/vm/migrate/select/storage/selectedPerDisk/SelectedPerDisk.vue +88 -88
  770. package/components/common/wizards/vm/migrate/select/storage/table/datastore/Datastore.vue +114 -114
  771. package/components/common/wizards/vm/migrate/select/storage/table/datastore/lib/config/config.ts +179 -179
  772. package/components/common/wizards/vm/migrate/select/storage/table/datastore/lib/models/types.ts +15 -15
  773. package/components/common/wizards/vm/migrate/select/storage/table/disk/Disk.vue +86 -86
  774. package/components/common/wizards/vm/migrate/select/storage/table/disk/lib/config/config.ts +123 -123
  775. package/components/common/wizards/vm/migrate/select/storage/table/disk/lib/config/tableKeys.ts +15 -15
  776. package/components/common/wizards/vm/migrate/select/storage/table/disk/lib/models/interfaces.ts +24 -24
  777. package/components/common/wizards/vm/migrate/select/storage/table/disk/lib/models/types.ts +13 -13
  778. package/components/common/wizards/vm/migrate/select/targetServer/lib/config/tabsPannel.ts +18 -18
  779. package/components/common/wizards/vm/migrate/select/targetServer/lib/models/types.ts +1 -1
  780. package/components/common/wizards/vm/migrate/select/targetServer/new/New.vue +294 -294
  781. package/components/common/wizards/vm/migrate/select/targetServer/new/lib/config/defaultForm.ts +36 -36
  782. package/components/common/wizards/vm/migrate/select/targetServer/new/lib/models/interfaces.ts +13 -13
  783. package/components/common/wizards/vm/migrate/select/targetServer/saved/Saved.vue +27 -27
  784. package/components/common/wizards/vm/migrate/select/targetServer/targetServer.vue +41 -41
  785. package/components/common/wizards/vm/migrate/select/type/Type.vue +38 -38
  786. package/components/common/wizards/vm/migrate/select/type/lib/config/typeOptions.ts +41 -41
  787. package/components/common/wizards/vm/migrate/select/type/lib/models/interfaces.ts +5 -5
  788. package/components/common/wizards/vmNew/common/computeResource/TreeView.vue +61 -0
  789. package/components/common/wizards/vmNew/common/tooltip/Tooltip.vue +84 -0
  790. package/components/common/wizards/vmNew/common/validation/compatibility/Compatibility.vue +62 -0
  791. package/components/common/wizards/vmNew/common/validation/lib/models/enums.ts +5 -0
  792. package/components/common/wizards/vmNew/migrate/Migrate.vue +235 -0
  793. package/components/common/wizards/vmNew/migrate/lib/config/constructDataReady.ts +100 -0
  794. package/components/common/wizards/vmNew/migrate/lib/config/steps.ts +82 -0
  795. package/components/common/wizards/vmNew/migrate/lib/models/enums.ts +6 -0
  796. package/components/common/wizards/vmNew/migrate/lib/models/interfaces.ts +32 -0
  797. package/components/common/wizards/vmNew/migrate/lib/utils.ts +0 -0
  798. package/components/common/wizards/vmNew/migrate/lib/validations.ts +29 -0
  799. package/components/common/wizards/vmNew/migrate/select/computeResource/ComputeResource.vue +219 -0
  800. package/components/common/wizards/vmNew/migrate/select/computeResource/lib/config/tabsPannel.ts +28 -0
  801. package/components/common/wizards/vmNew/migrate/select/computeResource/lib/models/enums.ts +6 -0
  802. package/components/common/wizards/vmNew/migrate/select/computeResource/lib/models/interfaces.ts +30 -0
  803. package/components/common/wizards/vmNew/migrate/select/computeResource/lib/models/types.ts +12 -0
  804. package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/TableView.vue +143 -0
  805. package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/config/clusterTable.ts +113 -0
  806. package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/config/hostTable.ts +124 -0
  807. package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/config/resourcePoolTable.ts +115 -0
  808. package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/config/tableKeys.ts +65 -0
  809. package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/config/vappsTable.ts +66 -0
  810. package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/models/interfaces.ts +50 -0
  811. package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/models/types.ts +60 -0
  812. package/components/common/wizards/vmNew/migrate/select/network/Network.vue +125 -0
  813. package/components/common/wizards/vmNew/migrate/select/network/table/network/Network.vue +114 -0
  814. package/components/common/wizards/vmNew/migrate/select/network/table/network/lib/config/advancedTable.ts +78 -0
  815. package/components/common/wizards/vmNew/migrate/select/network/table/network/lib/config/basicTable.ts +70 -0
  816. package/components/common/wizards/vmNew/migrate/select/network/table/network/lib/config/tableKeys.ts +13 -0
  817. package/components/common/wizards/vmNew/migrate/select/network/table/network/lib/models/interfaces.ts +12 -0
  818. package/components/common/wizards/vmNew/migrate/select/network/table/network/lib/models/types.ts +21 -0
  819. package/components/common/wizards/vmNew/migrate/select/network/table/useAt/UseAt.vue +54 -0
  820. package/components/common/wizards/vmNew/migrate/select/network/table/useAt/lib/config/tableKeys.ts +7 -0
  821. package/components/common/wizards/vmNew/migrate/select/network/table/useAt/lib/config/useAtTable.ts +47 -0
  822. package/components/common/wizards/vmNew/migrate/select/network/table/useAt/lib/models/interfaces.ts +1 -0
  823. package/components/common/wizards/vmNew/migrate/select/network/table/useAt/lib/models/types.ts +5 -0
  824. package/components/common/wizards/vmNew/migrate/select/priority/Priority.vue +39 -0
  825. package/components/common/wizards/vmNew/migrate/select/priority/lib/config/typeOptions.ts +21 -0
  826. package/components/common/wizards/vmNew/migrate/select/priority/lib/models/types.ts +1 -0
  827. package/components/common/wizards/vmNew/migrate/select/storage/Storage.vue +199 -0
  828. package/components/common/wizards/vmNew/migrate/select/storage/configure/batch/Batch.vue +58 -0
  829. package/components/common/wizards/vmNew/migrate/select/storage/configure/batch/config/virtualDiskFormat.ts +30 -0
  830. package/components/common/wizards/vmNew/migrate/select/storage/configure/batch/table/Table.vue +118 -0
  831. package/components/common/wizards/vmNew/migrate/select/storage/configure/batch/table/lib/config/datastoreTable.ts +177 -0
  832. package/components/common/wizards/vmNew/migrate/select/storage/configure/batch/table/lib/models/types.ts +15 -0
  833. package/components/common/wizards/vmNew/migrate/select/storage/configure/disk/Disk.vue +87 -0
  834. package/components/common/wizards/vmNew/migrate/select/storage/configure/disk/table/Table.vue +86 -0
  835. package/components/common/wizards/vmNew/migrate/select/storage/configure/disk/table/lib/config/diskTable.ts +135 -0
  836. package/components/common/wizards/vmNew/migrate/select/storage/configure/disk/table/lib/config/tableKeys.ts +15 -0
  837. package/components/common/wizards/vmNew/migrate/select/storage/configure/disk/table/lib/models/interfaces.ts +24 -0
  838. package/components/common/wizards/vmNew/migrate/select/storage/configure/disk/table/lib/models/types.ts +13 -0
  839. package/components/common/wizards/vmNew/migrate/select/storage/lib/config/tabsPannel.ts +20 -0
  840. package/components/common/wizards/vmNew/migrate/select/storage/lib/models/enums.ts +6 -0
  841. package/components/common/wizards/vmNew/migrate/select/storage/lib/models/interfaces.ts +14 -0
  842. package/components/common/wizards/vmNew/migrate/select/storage/lib/models/types.ts +9 -0
  843. package/components/common/wizards/vmNew/migrate/select/storage/policy/Policy.vue +84 -0
  844. package/components/common/wizards/vmNew/migrate/select/storage/selectedPerDisk/SelectedPerDisk.vue +88 -0
  845. package/components/common/wizards/vmNew/migrate/select/targetServer/lib/config/tabsPannel.ts +18 -0
  846. package/components/common/wizards/vmNew/migrate/select/targetServer/lib/models/types.ts +1 -0
  847. package/components/common/wizards/vmNew/migrate/select/targetServer/new/New.vue +294 -0
  848. package/components/common/wizards/vmNew/migrate/select/targetServer/new/lib/config/defaultForm.ts +36 -0
  849. package/components/common/wizards/vmNew/migrate/select/targetServer/new/lib/models/interfaces.ts +13 -0
  850. package/components/common/wizards/vmNew/migrate/select/targetServer/saved/Saved.vue +27 -0
  851. package/components/common/wizards/vmNew/migrate/select/targetServer/targetServer.vue +41 -0
  852. package/components/common/wizards/vmNew/migrate/select/type/Type.vue +27 -0
  853. package/components/common/wizards/vmNew/migrate/select/type/lib/config/typeOptions.ts +41 -0
  854. package/components/common/wizards/vmNew/migrate/select/type/lib/models/interfaces.ts +5 -0
  855. package/components/common/wizards/vmNew/migrate/select/type/lib/models/types.ts +5 -0
  856. package/components/content/Hint.vue +24 -24
  857. package/components/lib/models/interfaces.ts +14 -14
  858. package/composables/deepCopy.ts +21 -21
  859. package/composables/useAppVersion.ts +22 -22
  860. package/composables/useDiff.ts +15 -15
  861. package/composables/useEnvLanguage.ts +23 -23
  862. package/composables/useLocal.ts +44 -44
  863. package/composables/useLocalStorage.ts +45 -45
  864. package/composables/useThrottle.ts +32 -32
  865. package/composables/useUniqueId.ts +5 -5
  866. package/eslint/index.js +15 -15
  867. package/eslint/no-import-type.js +17 -17
  868. package/eslint/no-invalid-type-prefix.js +32 -32
  869. package/layouts/auth.vue +31 -31
  870. package/lib/config/regExp.ts +13 -13
  871. package/lib/models/composables/useAppVersion/interfaces.ts +5 -5
  872. package/lib/models/composables/useMyFetch/interfaces.ts +25 -25
  873. package/lib/models/composables/useMyFetch/types.ts +1 -1
  874. package/lib/models/enums.ts +35 -35
  875. package/lib/models/interfaces.ts +63 -63
  876. package/lib/models/plugins/date/interfaces.ts +5 -5
  877. package/lib/models/plugins/date/types.ts +1 -1
  878. package/lib/models/plugins/validation/interfaces.ts +21 -21
  879. package/lib/models/plugins/validation/types.ts +1 -1
  880. package/lib/models/store/host/interfaces.ts +38 -38
  881. package/lib/models/store/interfaces.ts +43 -43
  882. package/lib/models/store/network/interfaces.ts +13 -13
  883. package/lib/models/store/storage/interfaces.ts +32 -32
  884. package/lib/models/store/tasks/enums.ts +27 -27
  885. package/lib/models/store/tasks/interfaces.ts +122 -122
  886. package/lib/models/store/tasks/types.ts +2 -2
  887. package/lib/models/store/types.ts +43 -43
  888. package/lib/models/store/vm/interfaces.ts +234 -234
  889. package/lib/models/table/interfaces.ts +38 -38
  890. package/lib/models/table/types.ts +1 -1
  891. package/lib/models/types.ts +38 -38
  892. package/lib/utils/base64.ts +34 -34
  893. package/lib/utils/contentBuild.ts +34 -34
  894. package/lib/utils/notification.ts +22 -22
  895. package/lib/utils/sendTask.ts +73 -73
  896. package/minify.js +146 -146
  897. package/modules/fixContentBuild/index.ts +91 -91
  898. package/modules/fixContentBuild/lib/utils/methods.ts +115 -115
  899. package/modules/fixSpiceConsoleBuild/index.ts +28 -28
  900. package/modules/replaceEnv/index.ts +40 -40
  901. package/nuxt.config.ts +8 -8
  902. package/package.json +42 -42
  903. package/plugins/binary.ts +158 -158
  904. package/plugins/date.ts +179 -179
  905. package/plugins/spice-console/spice.console.ts +147 -147
  906. package/plugins/text.ts +48 -48
  907. package/plugins/validation.ts +172 -172
  908. package/public/spice-console/application/WorkerProcess.js +3350 -3350
  909. package/public/spice-console/application/WorkerProcess_back.js +3144 -3144
  910. package/public/spice-console/application/WorkerProcess_meta.js +3103 -3103
  911. package/public/spice-console/application/WorkerProcess_reverse.js +3214 -3214
  912. package/public/spice-console/application/agent.js +175 -175
  913. package/public/spice-console/application/application.js +641 -641
  914. package/public/spice-console/application/checkActivity.js +50 -50
  915. package/public/spice-console/application/clientgui.js +842 -842
  916. package/public/spice-console/application/clipboard/clipboarddataparser.js +92 -92
  917. package/public/spice-console/application/clipboard/local/localClipboard.js +110 -110
  918. package/public/spice-console/application/clipboard.js +82 -82
  919. package/public/spice-console/application/codec.js +263 -263
  920. package/public/spice-console/application/imagecache.js +81 -81
  921. package/public/spice-console/application/inputmanager.js +270 -270
  922. package/public/spice-console/application/packetfactory.js +202 -202
  923. package/public/spice-console/application/packetfilter.js +103 -103
  924. package/public/spice-console/application/packetprocess.js +75 -75
  925. package/public/spice-console/application/rasteroperation.js +118 -118
  926. package/public/spice-console/application/spiceconnection.js +197 -197
  927. package/public/spice-console/application/stream.js +67 -67
  928. package/public/spice-console/application/virtualmouse.js +109 -109
  929. package/public/spice-console/keymaps/keyevent.js +36 -36
  930. package/public/spice-console/keymaps/keymap.js +229 -229
  931. package/public/spice-console/keymaps/keymapes.js +375 -375
  932. package/public/spice-console/keymaps/keymapesObj.js +317 -317
  933. package/public/spice-console/keymaps/keymapus.js +317 -317
  934. package/public/spice-console/keymaps/scanCodeObjModifier.js +65 -65
  935. package/public/spice-console/keymaps/scanCodeObjProvider.js +60 -60
  936. package/public/spice-console/lib/AsyncConsumer.js +204 -204
  937. package/public/spice-console/lib/AsyncWorker.js +60 -60
  938. package/public/spice-console/lib/CollisionDetector.js +27 -27
  939. package/public/spice-console/lib/DataLogger.js +197 -197
  940. package/public/spice-console/lib/GenericObjectPool.js +152 -152
  941. package/public/spice-console/lib/GlobalPool.js +114 -114
  942. package/public/spice-console/lib/ImageUncompressor.js +138 -138
  943. package/public/spice-console/lib/IntegrationBenchmark.js +64 -64
  944. package/public/spice-console/lib/PacketWorkerIdentifier.js +107 -107
  945. package/public/spice-console/lib/SyncAsyncHandler.js +46 -46
  946. package/public/spice-console/lib/base64.js +298 -298
  947. package/public/spice-console/lib/biginteger.js +1640 -1640
  948. package/public/spice-console/lib/bowser.js +276 -276
  949. package/public/spice-console/lib/decoder/dixie.js +7930 -7930
  950. package/public/spice-console/lib/decoder/jmuxer.js +2815 -2815
  951. package/public/spice-console/lib/displayRouter.js +83 -83
  952. package/public/spice-console/lib/encrypt.js +191 -191
  953. package/public/spice-console/lib/flipper.js +39 -39
  954. package/public/spice-console/lib/graphic.js +1230 -1230
  955. package/public/spice-console/lib/graphicdebug.js +223 -223
  956. package/public/spice-console/lib/images/jsquic_family.js +83 -83
  957. package/public/spice-console/lib/images/jsquic_rgba.js +342 -342
  958. package/public/spice-console/lib/images/jsquic_uncompress.js +529 -529
  959. package/public/spice-console/lib/images/lz.js +717 -717
  960. package/public/spice-console/lib/images/png.js +275 -275
  961. package/public/spice-console/lib/jgestures.min.js +43 -43
  962. package/public/spice-console/lib/jquery-2.0.3.js +8829 -8829
  963. package/public/spice-console/lib/jquery-mousewheel.js +83 -83
  964. package/public/spice-console/lib/jquery-visibility.min.js +1 -1
  965. package/public/spice-console/lib/jsbn.js +578 -578
  966. package/public/spice-console/lib/jsbn2.js +675 -675
  967. package/public/spice-console/lib/lodash.4.0.0.min.js +136 -136
  968. package/public/spice-console/lib/modernizr.js +39 -39
  969. package/public/spice-console/lib/pixastic.js +3244 -3244
  970. package/public/spice-console/lib/prettyprint.js +794 -794
  971. package/public/spice-console/lib/prng4.js +64 -64
  972. package/public/spice-console/lib/queue.js +259 -259
  973. package/public/spice-console/lib/rasterEngine.js +907 -907
  974. package/public/spice-console/lib/rng.js +87 -87
  975. package/public/spice-console/lib/runqueue.js +103 -103
  976. package/public/spice-console/lib/sha1.js +124 -124
  977. package/public/spice-console/lib/stuckkeyshandler.js +122 -122
  978. package/public/spice-console/lib/timelapsedetector.js +62 -62
  979. package/public/spice-console/lib/utils.js +327 -327
  980. package/public/spice-console/lib/virtualjoystick.js +370 -370
  981. package/public/spice-console/network/busconnection.js +195 -195
  982. package/public/spice-console/network/clusternodechooser.js +49 -49
  983. package/public/spice-console/network/connectioncontrol.js +60 -60
  984. package/public/spice-console/network/packetcontroller.js +62 -62
  985. package/public/spice-console/network/packetextractor.js +73 -73
  986. package/public/spice-console/network/packetlinkfactory.js +64 -64
  987. package/public/spice-console/network/packetreassembler.js +77 -77
  988. package/public/spice-console/network/reassemblerfactory.js +39 -39
  989. package/public/spice-console/network/sizedefiner.js +86 -86
  990. package/public/spice-console/network/socket.js +120 -120
  991. package/public/spice-console/network/socketqueue.js +95 -95
  992. package/public/spice-console/network/spicechannel.js +375 -375
  993. package/public/spice-console/network/websocketwrapper.js +75 -75
  994. package/public/spice-console/process/busprocess.js +309 -309
  995. package/public/spice-console/process/cursorprocess.js +110 -110
  996. package/public/spice-console/process/displaypreprocess.js +152 -152
  997. package/public/spice-console/process/displayprocess.js +210 -210
  998. package/public/spice-console/process/inputprocess.js +203 -203
  999. package/public/spice-console/process/mainprocess.js +78 -78
  1000. package/public/spice-console/process/playbackprocess.js +233 -233
  1001. package/public/spice-console/run.js +180 -180
  1002. package/public/spice-console/spiceobjects/generated/protocol.js +537 -537
  1003. package/public/spice-console/spiceobjects/spiceobjects.js +3474 -3474
  1004. package/public/spice-console/swcanvas/swcanvas.js +82 -82
  1005. package/public/spice-console/tools/generate.php +269 -269
  1006. package/public/spice-console/tools/generateKeyboardLayout.php +63 -63
  1007. package/public/spice-console/tools/generateSpiceObject.php +81 -81
  1008. package/store/main/lib/interfaces.ts +9 -9
  1009. package/store/storage/device/lib/models/interfaces.ts +26 -26
  1010. package/store/tasks/actions.ts +133 -133
  1011. package/store/tasks/getters.ts +25 -25
  1012. package/store/tasks/lib/models/interfaces.ts +18 -18
  1013. package/store/tasks/mappers/tasks.ts +42 -42
  1014. package/store/tasks/mutations.ts +58 -58
  1015. package/store/tasks/state.ts +16 -16
  1016. package/store/tasks/store.ts +12 -12
  1017. package/tsconfig.json +4 -4
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="38" height="3040" viewBox="0 0 38 3040"><view id="Add_Host" viewBox="0 0 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="aavmw-color-theme" id="Add_Host-" data-name="Layer 2" width="38" height="38" viewBox="-1 -1 38 38"><defs><style>.aapath-size{fill:none}.aavmw-color-theme{fill:#565656}.aavmw-color-green{fill:#59a011}</style></defs><path class="aapath-size" d="M0 0h36v36H0z"/><path class="aavmw-color-theme" d="M15 27a3 3 0 103-3 3 3 0 00-3 3zm4 0a1 1 0 11-1-1 1 1 0 011 1zM12 10h6v2h-6zM12 6h6v2h-6z"/><path class="aavmw-color-theme" d="M26 18v14H10V4h14V2H9.35A1.34 1.34 0 008 3.31V34h20V18z"/><path class="aavmw-color-green" d="M36 6h-6V0h-4v6h-6v4h6v6h4v-6h6V6z"/></svg><view id="Compute_policy" viewBox="0 38 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="abvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="Compute_policy-" y="38"><defs><style>.abvmw-color-theme{fill:#565656}</style></defs><g id="abLayer_2" data-name="Layer 2"><path d="M15 24H3a1 1 0 01-1-1V11a1 1 0 011-1h12a1 1 0 011 1v12a1 1 0 01-1 1zM4 22h10V12H4z"/><path d="M6 11V4h10v3h2V3a1 1 0 00-1-1H5a1 1 0 00-1 1v8z"/><path d="M24 12h2V7a1 1 0 00-1-1H13a1 1 0 00-1 1v4h2V8h10zM32 34H20a2 2 0 01-2-2V16a2 2 0 012-2h12a2 2 0 012 2v16a2 2 0 01-2 2zM20 16v16h12V16z"/><path d="M22 22h8v2h-8zM22 18h8v2h-8zM22 26h6v2h-6z"/></g></svg><view id="Host_Connect" viewBox="0 76 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="acvmw-color-theme" id="Host_Connect-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="76"><defs><style>.acvmw-color-theme{fill:#565656}.acpath-size{fill:none}</style></defs><path d="M6 6h12v2H6zM6 10h12v2H6zM12 26a1 1 0 11-1 1 1 1 0 011-1m0-2a3 3 0 103 3 3 3 0 00-3-3z"/><path class="acpath-size" d="M0 0h36v36H0z"/><path d="M20.65 2H3.35A1.33 1.33 0 002 3.31V34h20V3.31A1.33 1.33 0 0020.65 2zM20 32H4V4h16z"/><path d="M26.81 30H20V16h6.81A3.19 3.19 0 0130 19.19v7.62A3.19 3.19 0 0126.81 30zM22 28h4.81A1.19 1.19 0 0028 26.81v-7.62A1.19 1.19 0 0026.81 18H22z"/><path d="M29 22h5v2h-5z"/></svg><view id="Host_Disconnect" viewBox="0 114 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="advmw-color-theme" id="Host_Disconnect-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="114"><defs><style>.advmw-color-theme{fill:#565656}.adpath-size{fill:none}</style></defs><path d="M20 32H4V4h16v8h2V3.31A1.33 1.33 0 0020.65 2H3.35A1.33 1.33 0 002 3.31V34h20v-2z"/><path d="M6 6h12v2H6zM6 10h12v2H6zM12 26a1 1 0 11-1 1 1 1 0 011-1m0-2a3 3 0 103 3 3 3 0 00-3-3z"/><path class="adpath-size" d="M0 0h36v36H0z"/><path d="M20 26.81V20h14v6.81A3.19 3.19 0 0130.81 30h-7.62A3.19 3.19 0 0120 26.81zM22 22v4.81A1.19 1.19 0 0023.19 28h7.62A1.19 1.19 0 0032 26.81V22z"/><path d="M26 29h2v5h-2zM31 14a1 1 0 011 1v5h-2v-5a1 1 0 011-1zM23 14a1 1 0 011 1v5h-2v-5a1 1 0 011-1z"/></svg><view id="Host_Maintenance_Mode_Enter" viewBox="0 152 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="aevmw-color-theme" id="Host_Maintenance_Mode_Enter-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="152"><defs><style>.aevmw-color-theme{fill:#565656}.aepath-size{fill:none}.aevmw-color-yellow-light{fill:#fac400}</style></defs><path d="M12 6h12v2H12zM12 10h12v2H12z"/><path class="aepath-size" d="M0 0h36v36H0z"/><path d="M6.57 14H2v8l4.57-8z"/><path class="aevmw-color-yellow-light" d="M11.16 14H6.59l-4.57 8h4.57l4.57-8z"/><path d="M15.73 14h-4.57l-4.57 8h4.57l4.57-8z"/><path class="aevmw-color-yellow-light" d="M20.3 14h-4.57l-4.57 8h4.57l4.57-8z"/><path d="M24.86 14H20.3l-4.57 8h4.57l4.56-8z"/><path class="aevmw-color-yellow-light" d="M29.43 14h-4.57l-4.56 8h4.56l4.57-8z"/><path d="M34 14h-4.57l-4.57 8h4.57L34 14z"/><path class="aevmw-color-yellow-light" d="M33.98 14l-4.57 8h4.57v-8z"/><path d="M26.24 26.17a1 1 0 01.71.29 1 1 0 010 1.42L24.83 30 27 32.12a1 1 0 010 1.42 1 1 0 01-1.41 0L22 30l3.54-3.54a1 1 0 01.7-.29z"/><path d="M23.8 29h9.44a1 1 0 010 2H23.8a1 1 0 110-2z"/><path d="M20 32H10V4h16v20h2V3.31A1.33 1.33 0 0026.65 2H9.35A1.33 1.33 0 008 3.31V34h12z"/></svg><view id="Host_Maintenance_Mode_Exit" viewBox="0 190 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="afvmw-color-theme" id="Host_Maintenance_Mode_Exit-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="190"><defs><style>.afvmw-color-theme{fill:#565656}.afpath-size{fill:none}.afvmw-color-yellow-light{fill:#fac400}</style></defs><path d="M12 6h12v2H12zM12 10h12v2H12z"/><path class="afpath-size" d="M0 0h36v36H0z"/><path d="M6.57 14H2v8l4.57-8z"/><path class="afvmw-color-yellow-light" d="M11.16 14H6.59l-4.57 8h4.57l4.57-8z"/><path d="M15.73 14h-4.57l-4.57 8h4.57l4.57-8z"/><path class="afvmw-color-yellow-light" d="M20.3 14h-4.57l-4.57 8h4.57l4.57-8z"/><path d="M24.86 14H20.3l-4.57 8h4.57l4.56-8z"/><path class="afvmw-color-yellow-light" d="M29.43 14h-4.57l-4.56 8h4.56l4.57-8z"/><path d="M34 14h-4.57l-4.57 8h4.57L34 14z"/><path class="afvmw-color-yellow-light" d="M33.98 14l-4.57 8h4.57v-8z"/><path d="M30 33.83a1 1 0 01-.71-.29 1 1 0 010-1.42L31.41 30l-2.12-2.12a1 1 0 011.42-1.42L34.24 30l-3.53 3.54a1 1 0 01-.71.29z"/><path d="M32.44 31H23a1 1 0 010-2h9.44a1 1 0 010 2z"/><path d="M20 32H10V4h16v20h2V3.31A1.33 1.33 0 0026.65 2H9.35A1.33 1.33 0 008 3.31V34h12z"/></svg><view id="Host_Policy" viewBox="0 228 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="agvmw-color-theme" id="Host_Policy-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="228"><defs><style>.agvmw-color-theme{fill:#565656}.agpath-size{fill:none}</style></defs><path d="M6 6h12v2H6zM6 10h12v2H6zM12 26a1 1 0 11-1 1 1 1 0 011-1m0-2a3 3 0 103 3 3 3 0 00-3-3z"/><path class="agpath-size" d="M0 0h36v36H0z"/><path d="M16.1 32H4V4h16v12h2V3.31A1.33 1.33 0 0020.65 2H3.35A1.33 1.33 0 002 3.31V34h15a4.84 4.84 0 01-.9-2z"/><path d="M22 28v4h-1a1 1 0 01-1-1V20h7a1 1 0 011 1v7h2v-7a3 3 0 00-3-3H17a3 3 0 00-3 3v1h2v-1a1 1 0 011-1h1v11a3 3 0 003 3h10a3 3 0 003-3v-3zm10 3a1 1 0 01-1 1h-7v-2h8z"/></svg><view id="Host_Reboot" viewBox="0 266 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="ahvmw-color-theme" id="Host_Reboot-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="266"><defs><style>.ahvmw-color-theme{fill:#565656}.ahpath-size{fill:none}</style></defs><path class="ahpath-size" d="M0 0h36v36H0z"/><path d="M12 6h12v2H12zM12 10h12v2H12zM21 27a3 3 0 00-4.49-2.59A3.09 3.09 0 0117.84 26a.76.76 0 01.16 0 1 1 0 010 2h-.06a8.59 8.59 0 01-.45 2 2.94 2.94 0 00.51 0 3 3 0 003-3z"/><path d="M26.65 2H9.35A1.33 1.33 0 008 3.31v14.75h.61a2.94 2.94 0 01.88-2 2.87 2.87 0 01.51-.41V4h16v28h-9.52a9 9 0 01-1.84 2H28V3.31A1.33 1.33 0 0026.65 2z"/><path d="M15 26a1 1 0 00-1 1 5 5 0 11-5-5h3l-1.1 1.13a1 1 0 101.41 1.41l2.83-2.83a1 1 0 000-1.41l-2.83-2.83a1 1 0 10-1.41 1.41L12 20H9a7 7 0 107 7 1 1 0 00-1-1zM6 26.79v.42z"/></svg><view id="Lic_key_add" viewBox="0 304 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="aivmw-color-theme" id="Lic_key_add-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="304"><defs><style>.aipath-size{fill:none}.aivmw-color-theme{fill:#565656}.aivmw-color-green{fill:#59a011}</style></defs><path class="aipath-size" d="M0 0h36v36H0z"/><path class="aipath-size" d="M0 0h36v36H0z"/><path class="aipath-size" d="M0 0h36v36H0z"/><rect class="aivmw-color-theme" x="6.33" y="10.71" width="9.71" height="2.57" rx="1" transform="rotate(-45 11.192 12.004)"/><path class="aipath-size" d="M0 0h36v36H0z"/><path class="aivmw-color-theme" d="M24 18v-.55l-.65-.65.63-.63V12h-.62a3 3 0 01-.82 2.7l-2 2L32 28.28V32h-3.14l-1.77-1.76v-2.8h-3.68v-3H18.8l-3-3-1.8 1.87a3 3 0 01-4.24 0L4.5 18a3 3 0 010-4.24l8.56-8.56a3 3 0 014.24 0l.7.7V4h.87l-.16-.16a5 5 0 00-7.07 0l-8.55 8.55a5 5 0 000 7.07l5.26 5.26a5 5 0 007.07 0l.4-.4L18 26.48h3.44v3h3.69v1.63L28 34h6v-6.55L24.55 18z"/><path class="aivmw-color-green" d="M36 6h-6V0h-4v6h-6v4h6v6h4v-6h6V6z"/></svg><view id="Lic_key_existing" viewBox="0 342 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="ajvmw-color-theme" id="Lic_key_existing-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="342"><defs><style>.ajvmw-color-theme{fill:#565656}.ajpath-size{fill:none}</style></defs><rect x="6.33" y="10.72" width="9.71" height="2.57" rx="1" ry="1" transform="rotate(-45 11.18 11.999)"/><path d="M23.35 16.8l.63-.63A5 5 0 0024 9.1l-5.29-5.26a5 5 0 00-7.07 0l-8.55 8.55a5 5 0 000 7.07l5.26 5.26a5 5 0 007.07 0l.4-.4L18 26.48h3.44v3h3.69v1.63L28 34h6v-6.55zM32 32h-3.14l-1.77-1.76v-2.8h-3.68v-3H18.8l-3-3-1.8 1.87a3 3 0 01-4.24 0L4.5 18a3 3 0 010-4.24l8.56-8.56a3 3 0 014.24 0l5.26 5.26a3 3 0 010 4.24l-2 2L32 28.28z"/><path class="ajpath-size" d="M0 0h36v36H0z"/></svg><view id="Lic_key_inactive" viewBox="0 380 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="akvmw-color-theme" id="Lic_key_inactive-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="380"><defs><style>.akpath-size{fill:none}.akvmw-color-theme{fill:#565656}.akvmw-color-yellow{fill:#b68300}.akvmw-color-yellow-bright{fill:#ffe02c}.akvmw-color-charcoal{fill:#454545}</style></defs><path class="akpath-size" d="M0 0h36v36H0z"/><rect class="akvmw-color-theme" x="6.33" y="10.71" width="9.71" height="2.57" rx="1" transform="rotate(-45 11.192 12.004)"/><path class="akvmw-color-theme" d="M25.94 22.14L32 28.28V32h-3.14l-1.77-1.76v-2.8h-3.68v-3H18.8l-3-3-1.8 1.87a3 3 0 01-4.24 0L4.5 18a3 3 0 010-4.24l8.56-8.56a3 3 0 014.24 0l.54.55 1-1.76-.15-.15a5 5 0 00-7.07 0l-8.53 8.55a5 5 0 000 7.07l5.26 5.26a5 5 0 007.07 0l.4-.4L18 26.48h3.44v3h3.69v1.63L28 34h6v-6.55l-5.31-5.31z"/><path class="akvmw-color-yellow" d="M25 1.19a3.83 3.83 0 00-3.35 1.93l-6.46 11.23a3.86 3.86 0 003.34 5.79h13a3.86 3.86 0 003.34-5.79L28.36 3.12A3.82 3.82 0 0025 1.19z"/><path class="akvmw-color-yellow-bright" d="M25 3.19a1.85 1.85 0 011.61.93l6.48 11.23a1.86 1.86 0 01-1.61 2.79h-13a1.86 1.86 0 01-1.61-2.79l6.54-11.23A1.83 1.83 0 0125 3.19"/><path class="akvmw-color-charcoal" d="M24 14h2v2h-2zM24 6h2v6h-2z"/></svg><view id="Lic_key_remove" viewBox="0 418 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="alvmw-color-theme" id="Lic_key_remove-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="418"><defs><style>.alpath-size{fill:none}.alvmw-color-theme{fill:#565656}.alvmw-color-red{fill:#f84e30}</style></defs><path class="alpath-size" d="M0 0h36v36H0z"/><rect class="alvmw-color-theme" x="6.33" y="10.71" width="9.71" height="2.57" rx="1" transform="rotate(-45 11.192 12.004)"/><path class="alvmw-color-theme" d="M22.66 18.82L32 28.28V32h-3.14l-1.77-1.76v-2.8h-3.68v-3H18.8l-3-3-1.8 1.87a3 3 0 01-4.24 0L4.5 18a3 3 0 010-4.24l8.56-8.56a3 3 0 014.24 0l3.88 3.88.46-.46-.13-.13L22 8l-5-4.83.28-.29a5 5 0 00-5.68 1l-8.51 8.51a5 5 0 000 7.07l5.26 5.26a5 5 0 007.07 0l.4-.4L18 26.48h3.44v3h3.69v1.63L28 34h6v-6.55l-10-10z"/><path class="alvmw-color-red" d="M35.84 3.14L33.04.28l-5.19 5.07L22.66.28l-2.79 2.86 5.12 5.01-5.12 5.01 2.79 2.86 5.19-5.07 5.19 5.07 2.8-2.86-5.13-5.01 5.13-5.01z"/></svg><view id="Lic_key_sync" viewBox="0 456 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="amvmw-color-theme" id="Lic_key_sync-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="456"><defs><style>.amvmw-color-theme{fill:#565656}.ampath-size{fill:none}</style></defs><path d="M15 26a1 1 0 00-1 1 5 5 0 11-5-5h3l-1.1 1.13a1 1 0 101.41 1.41l2.83-2.83a1 1 0 000-1.41l-2.83-2.83a1 1 0 10-1.41 1.41L12 20H9a7 7 0 107 7 1 1 0 00-1-1z"/><rect x="6.33" y="10.72" width="9.71" height="2.57" rx="1" ry="1" transform="rotate(-45 11.18 11.999)"/><path class="ampath-size" d="M0 0h36v36H0z"/><path d="M23.35 16.8l.63-.63A5 5 0 0024 9.1l-5.29-5.26a5 5 0 00-7.07 0l-8.55 8.55a5 5 0 000 7.07l.42.42a9.49 9.49 0 011.78-1.08L4.5 18a3 3 0 010-4.24l8.56-8.56a3 3 0 014.24 0l5.26 5.26a3 3 0 010 4.24l-2 2L32 28.28V32h-3.14l-1.77-1.76v-2.8h-3.68v-3H18.8L17 22.61a3.35 3.35 0 01-.41.52l-.94.93a3 3 0 012.32 2.36l.06.06h3.44v3h3.69v1.63L28 34h6v-6.55z"/></svg><view id="Lic_key_upgraded" viewBox="0 494 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="anvmw-color-theme" id="Lic_key_upgraded-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="494"><defs><style>.anvmw-color-theme{fill:#565656}.anpath-size{fill:none}.anvmw-color-blue{fill:#0091da}</style></defs><rect class="anvmw-color-theme" x="6.33" y="10.71" width="9.71" height="2.57" rx="1" transform="rotate(-45 11.192 12.004)"/><path class="anpath-size" d="M0 0h36v36H0z"/><path class="anvmw-color-theme" d="M20.56 16.7l1.46 1.48v-2.94l-1.46 1.46z"/><path class="anvmw-color-theme" d="M23.81 20L32 28.28V32h-3.14l-1.77-1.76v-2.8h-3.68v-3H18.8l-3-3-1.8 1.87a3 3 0 01-4.24 0L4.5 18a3 3 0 010-4.24l8.56-8.56a3 3 0 014.24 0l1.22 1.22L19.9 5l-1.19-1.16a5 5 0 00-7.07 0l-8.55 8.55a5 5 0 000 7.07l5.26 5.26a5 5 0 007.07 0l.4-.4L18 26.48h3.44v3h3.69v1.63L28 34h6v-6.55L26.54 20z"/><path class="anvmw-color-blue" d="M19.18 8.58a.78.78 0 00.55 1.33H24V18h6.92V9.91h4.21a.78.78 0 00.55-1.33L27.44.32z"/></svg><view id="acknowledged" viewBox="0 532 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="aovmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="acknowledged-" y="532"><defs><style>.aovmw-color-theme{fill:#565656}</style></defs><g id="aoLayer_2" data-name="Layer 2"><path d="M4.56 12.41a3.11 3.11 0 012.21-.91 3 3 0 01.78.11 13.26 13.26 0 012.09-1.22 5.1 5.1 0 00-6.76 7.52 12.21 12.21 0 011-2.18 3.1 3.1 0 01.68-3.32zM26 22a11 11 0 10-17.57 8.8.27.27 0 00-.08.07L7 32.93a1 1 0 00.26 1.39 1 1 0 00.56.18 1 1 0 00.83-.44L10 32s0-.11.07-.17a10.85 10.85 0 009.84 0c0 .06 0 .12.07.17l1.41 2.07a1 1 0 00.83.44 1 1 0 00.56-.18 1 1 0 00.26-1.39l-1.4-2.06a.46.46 0 00-.07-.07A11 11 0 0026 22zM6 22a9 9 0 119 9 9 9 0 01-9-9z"/><path d="M20.25 23.57l-4.31-1.39V16a.94.94 0 00-1.88 0v7.54l5.61 1.82a.92.92 0 00.29 0 .94.94 0 00.29-1.83zM27.91 13.74l-4.18-4.18a5.11 5.11 0 00-3.49.78 12.8 12.8 0 012.16 1.23 3.5 3.5 0 01.65-.07 3.09 3.09 0 013 4 12 12 0 011 2.24 5.16 5.16 0 001-4.15zM35.59 3.24L32.76.41l-4.85 4.85-2.56-2.56-2.83 2.83 5.39 5.38 7.68-7.67z"/></g></svg><view id="add-storage-profile" viewBox="0 570 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="apvmw-color-theme" id="add-storage-profile-" data-name="Layer 2" width="38" height="38" viewBox="-1 -1 38 38" y="570"><defs><style>.apvmw-color-theme{fill:#565656}.appath-size{fill:none}.apvmw-color-green{fill:#59a011}</style></defs><path class="apvmw-color-theme" d="M22 28v4h-1a1 1 0 01-1-1V20h7a1 1 0 011 1v8h2v-8a3 3 0 00-3-3H17a3 3 0 00-3 3v1h2v-1a1 1 0 011-1h1v11a3 3 0 003 3h10a3 3 0 003-3v-3zm10 3a1 1 0 01-1 1h-7v-2h8z"/><path class="apvmw-color-theme" d="M12 24v-.35a25.91 25.91 0 01-4-.77V25a40.72 40.72 0 008 1v-2zM8 17a32.66 32.66 0 005.21.82A4.94 4.94 0 0117 16h1a38.27 38.27 0 01-10-1.12z"/><path class="appath-size" d="M0 0h36v36H0z"/><path d="M24 15.65a48.07 48.07 0 01-6 .35h6z"/><path class="apvmw-color-theme" d="M18 8A38.27 38.27 0 018 6.88V9a46 46 0 0010 1z"/><path class="apvmw-color-theme" d="M6 30V6.07C6.51 5.31 10.86 4 18 4h6V2.34c-.69-.08-1.36-.14-2-.19C20.05 2 18.46 2 18 2 16.57 2 4 2.11 4 6v24c0 3.41 9.68 3.92 13 4a4.78 4.78 0 01-.9-2c-6-.2-9.63-1.34-10.1-2z"/><path class="apvmw-color-green" d="M36 6h-6V0h-4v6h-6v4h6v6h4v-6h6V6z"/></svg><view id="appdefense" viewBox="0 608 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="aqvmw-color-theme" id="appdefense-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="608"><defs><style>.aqvmw-color-theme{fill:#565656}.aqpath-size{fill:none}</style></defs><path d="M31.25 7.4a43 43 0 01-6.62-2.35 44.64 44.64 0 01-6.08-3.21L18 1.5l-.54.35a44.64 44.64 0 01-6.08 3.21A43.12 43.12 0 014.75 7.4L4 7.59v8.34c0 13.39 13.53 18.4 13.66 18.45l.34.12.34-.12c.14 0 13.66-5.05 13.66-18.45V7.59zM30 15.93c0 11-10 15.61-12 16.43-2-.82-12-5.44-12-16.43V9.14a48.55 48.55 0 006.18-2.25 48.46 48.46 0 005.82-3 48.46 48.46 0 005.82 3A48.55 48.55 0 0030 9.14z"/><path class="aqpath-size" d="M0 0h36v36H0z"/></svg><view id="assign_license" viewBox="0 646 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="arvmw-color-theme" id="assign_license-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="646"><defs><style>.arvmw-color-theme{fill:#565656}.arpath-size{fill:none}</style></defs><path d="M29.54 11.05a1 1 0 00-1.42 0 1 1 0 000 1.41L30.66 15H18.93a1 1 0 000 2h11.73l-2.54 2.54a1 1 0 000 1.41 1 1 0 001.42 0l5-4.95z"/><rect x="6.33" y="10.72" width="9.71" height="2.57" rx="1" ry="1" transform="rotate(-45 11.18 11.999)"/><path class="arpath-size" d="M0 0h36v36H0z"/><path d="M28.83 23.24a3 3 0 01-2.12-.88 3 3 0 01-.76-3l-.4-.4h-2.72L32 28.28V32h-3.14l-1.77-1.76v-2.8h-3.68v-3H18.8l-3-3-1.8 1.87a3 3 0 01-4.24 0L4.5 18a3 3 0 010-4.24l8.56-8.56a3 3 0 014.24 0l5.26 5.26A3 3 0 0123.4 13h2A5 5 0 0024 9.1l-5.29-5.26a5 5 0 00-7.07 0l-8.55 8.55a5 5 0 000 7.07l5.26 5.26a5 5 0 007.07 0l.4-.4L18 26.48h3.44v3h3.69v1.63L28 34h6v-6.55l-4.34-4.34a2.88 2.88 0 01-.83.13z"/></svg><view id="attach-profile-to-vm" viewBox="0 684 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="asvmw-color-theme" id="attach-profile-to-vm-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="684"><defs><style>.asvmw-color-theme{fill:#565656}.aspath-size{fill:none}</style></defs><path class="aspath-size" d="M0 0h36v36H0z"/><path d="M10 28H4.09a.09.09 0 01-.09-.09v-13.8a.11.11 0 01.11-.11h13.8a.09.09 0 01.09.09V16h2v-1.91A2.08 2.08 0 0017.91 12H4.09A2.08 2.08 0 002 14.09v13.82A2.08 2.08 0 004.09 30H10zM8 4h14v2h2V4a2 2 0 00-2-2H7.87A1.87 1.87 0 006 3.87V10h2z"/><path d="M26 30.24V31a1 1 0 01-1 1h-7v-2h2.18a3 3 0 01-.18-1v-1h-4v4h-1a1 1 0 01-1-1V20h9.82A3 3 0 0021 18H11a3 3 0 00-3 3v1h2v-1a1 1 0 011-1h1v11a3 3 0 003 3h10a3 3 0 002.8-2z"/><path d="M23 30a1 1 0 01-1-1v-7h7a1 1 0 010 2h-5v5a1 1 0 01-1 1z"/><path d="M33 34a1 1 0 01-.71-.29l-10-10a1 1 0 011.42-1.42l10 10a1 1 0 010 1.42A1 1 0 0133 34zM27.91 10a.09.09 0 01.09.09V20h2v-9.91A2.08 2.08 0 0027.91 8H14v2z"/></svg><view id="attach_detach" viewBox="0 722 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="atvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="attach_detach-" y="722"><defs><style>.atvmw-color-theme{fill:#565656}</style></defs><g id="atLayer_5" data-name="Layer 5"><path d="M6 10h6v2H6zM18.8 15.84a1 1 0 00-1.42 1.42l.75.74h-7.44l.74-.74a1 1 0 000-1.42 1 1 0 00-1.41 0l-3.09 3.09L10 22a1 1 0 00.71.29 1 1 0 00.7-1.71l-.6-.6H18l-.61.6a1 1 0 000 1.42 1 1 0 001.42 0l3.08-3.09z"/><path d="M30 21.94v-7a3 3 0 00-3-3H17a3 3 0 00-1 .18V8a2 2 0 00-2-2H4a2 2 0 00-2 2v20a2 2 0 002 2h10a2 2 0 002-2v-4.54a3 3 0 01-.8-1.43H14v6H4V8h10v8h1.14a3 3 0 01.86-1.57 3 3 0 013.56-.49H27a1 1 0 011 1v7h-6v4h-1a1 1 0 01-1-1v-1.33a3 3 0 01-1.91.7H18v.64a3 3 0 003 3h10a3 3 0 003-3v-3zm2 3a1 1 0 01-1 1h-7v-2h8z"/></g></svg><view id="autodeploy" viewBox="0 760 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="auvmw-color-theme" id="autodeploy-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="760"><defs><style>.auvmw-color-theme{fill:#565656}.aupath-size{fill:none}</style></defs><path class="aupath-size" d="M0 0h36v36H0z"/><path d="M8.9 33.68a6.58 6.58 0 01-4.66-11.23l10.83-10.83L5.45 2H34v28.55l-9.62-9.62-10.83 10.83a6.56 6.56 0 01-4.65 1.92zM10.28 4l7.62 7.62L5.66 23.86a4.58 4.58 0 006.48 6.48L24.38 18.1 32 25.72V4z"/></svg><view id="bars-line" viewBox="0 798 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="avvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="bars-line-" y="798"><defs><style>.avvmw-color-theme{fill:#565656}</style></defs><path d="M32 29H4a1 1 0 010-2h28a1 1 0 010 2z"/><path class="avclr-i-outline avclr-i-outline-path-2" d="M32 19H4a1 1 0 010-2h28a1 1 0 010 2z"/><path d="M32 9H4a1 1 0 010-2h28a1 1 0 010 2z"/><path fill-opacity="0" d="M0 0h36v36H0z"/></svg><view id="battery-line" viewBox="0 836 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="awvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="battery-line-" y="836"><defs><style>.awvmw-color-theme{fill:#565656}.awpath-size{opacity:0}</style></defs><path d="M18.59 11.77a1 1 0 00-1.73 1l2.5 4.34-6.07-1 5.29 10.59a1 1 0 001.79-.89l-3.53-7.08 6.38 1.06z"/><path d="M25.12 4H23v-.42A1.58 1.58 0 0021.42 2h-6.84A1.58 1.58 0 0013 3.58V4h-2.12A1.88 1.88 0 009 5.88v26.24A1.88 1.88 0 0010.88 34h14.24A1.88 1.88 0 0027 32.12V5.88A1.88 1.88 0 0025.12 4zM25 32H11V6h4V4h6v2h4z"/><path class="awpath-size" d="M0 0h36v36H0z"/></svg><view id="bolt-line" viewBox="0 874 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="axvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="bolt-line-" y="874"><defs><style>.axvmw-color-theme{fill:#565656}.axpath-size{opacity:0}</style></defs><path d="M10.52 34h-3a1 1 0 01-.88-1.44L12.55 21H6a1 1 0 01-.85-1.54l10.68-17a1 1 0 01.81-.46h13.43a1 1 0 01.77 1.69L21.78 14h5.38a1 1 0 01.73 1.66l-16.63 18a1 1 0 01-.74.34zm-1.34-2h.91l14.77-16h-5.27a1 1 0 01-.77-1.69L27.88 4H17.19L7.77 19h6.43a1 1 0 01.88 1.44z"/><path class="axpath-size" d="M0 0h36v36H0z"/></svg><view id="browse-file" viewBox="0 912 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="ayvmw-color-theme" id="browse-file-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="912"><defs><style>.ayvmw-color-theme{fill:#565656}.aypath-size{fill:none}</style></defs><path class="aypath-size" d="M0 0h36v36H0z"/><path d="M16.53 28H6V12h7.31a2 2 0 002-2H6V6h6.49l2.61 3.59a1 1 0 00.81.41H30v7.52a9 9 0 012 1.84V10a2 2 0 00-2-2H16.42l-2.31-3.18A2 2 0 0012.49 4H6a2 2 0 00-2 2v22a2 2 0 002 2h11.52a9.09 9.09 0 01-.99-2z"/><path d="M25 32a7 7 0 117-7 7 7 0 01-7 7zm0-12a5 5 0 105 5 5 5 0 00-5-5z"/><path d="M33 34a1 1 0 01-.71-.29l-3.5-3.5a1 1 0 011.42-1.42l3.5 3.5a1 1 0 010 1.42A1 1 0 0133 34z"/></svg><view id="cable" viewBox="0 950 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="azvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="cable-" y="950"><defs><style>.azvmw-color-theme{fill:#565656}</style></defs><path d="M32 8V6H19a3 3 0 00-3 3v1H2v2h14v2H2v2h14v2H2v2h14v2H2v2h14v2H2v2h14v1a3 3 0 003 3h13v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8zm-2 22H19a1 1 0 01-1-1V9a1 1 0 011-1h11z" id="azLayer_5" data-name="Layer 5"/></svg><view id="caret_collapsed" viewBox="0 988 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bavmw-color-theme" id="caret_collapsed-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="988"><defs><style>.bavmw-color-theme{fill:#565656}.bapath-size{fill:none}</style></defs><path d="M13.48 29.52L25.4 18 13.48 6.48a1.7 1.7 0 10-2.36 2.45L20.51 18l-9.39 9.08a1.7 1.7 0 102.36 2.45z"/><path class="bapath-size" d="M0 0h36v36H0z"/></svg><view id="caret_expanded" viewBox="0 1026 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bbvmw-color-theme" id="caret_expanded-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="1026"><defs><style>.bbvmw-color-theme{fill:#565656}.bbpath-size{fill:none}</style></defs><path d="M6.48 13.48L18 25.4l11.52-11.92a1.7 1.7 0 10-2.45-2.36L18 20.51l-9.08-9.39a1.7 1.7 0 10-2.45 2.36z"/><path class="bbpath-size" d="M0 0h36v36H0z"/></svg><view id="certificate" viewBox="0 1064 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bcvmw-color-theme" id="certificate-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="1064"><defs><style>.bcvmw-color-theme{fill:#565656}.bcpath-size{opacity:0}</style></defs><path class="bcpath-size" d="M0 0h36v36H0z"/><path d="M18 26a12 12 0 1112-12 12 12 0 01-12 12zm0-22a10 10 0 1010 10A10 10 0 0018 4z"/><path d="M25 33.89a1.07 1.07 0 01-.49-.12L18 30.14l-6.51 3.63a1 1 0 01-1.49-.88V22.75h2v8.44l5.51-3.06a1 1 0 011 0L24 31.19v-8.63h2v10.33a1 1 0 01-1 1z"/></svg><view id="certificate-refresh" viewBox="0 1102 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bdvmw-color-theme" id="certificate-refresh-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="1102"><defs><style>.bdvmw-color-theme{fill:#565656}</style></defs><path d="M22 2a11.9 11.9 0 00-11.88 13.59 3 3 0 011.49-.41 3.57 3.57 0 01.47 0A9.74 9.74 0 0112 14a10 10 0 1110 10 9.92 9.92 0 01-5-1.38 3.9 3.9 0 01-.4.51l-.94.93a3 3 0 011.54.94 11.84 11.84 0 004.8 1 12 12 0 006-1.62v6.81l-5.51-3.06a1 1 0 00-1 0l-4.19 2.34a9.07 9.07 0 01-2.5 3.4 1 1 0 00.69-.1L22 30.14l6.51 3.63a1.07 1.07 0 00.49.12 1 1 0 001-1v-10A12 12 0 0022 2z"/><path d="M15 26a1 1 0 00-1 1 5 5 0 11-5-5h3l-1.1 1.13a1 1 0 101.41 1.41l2.83-2.83a1 1 0 000-1.41l-2.83-2.83a1 1 0 10-1.41 1.41L12 20H9a7 7 0 107 7 1 1 0 00-1-1z"/></svg><view id="certificate-revoke" viewBox="0 1140 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bevmw-color-theme" id="certificate-revoke-" data-name="Layer 2" width="38" height="38" viewBox="-1 -1 38 38" y="1140"><defs><style>.bepath-size{fill:none}.bevmw-color-theme{fill:#565656}.bevmw-color-red{fill:#f84e30}</style></defs><path class="bepath-size" d="M0 0h36v36H0z"/><path class="bevmw-color-theme" d="M25 33.89a1 1 0 01-.49-.12L18 30.14l-6.51 3.63a1 1 0 01-1.36-.38 1 1 0 01-.13-.5V22.75h2v8.44l5.51-3.06a1 1 0 011 0L24 31.19v-8.63h2v10.33a1 1 0 01-1 1z"/><path class="bevmw-color-theme" d="M27 20h-.88A10.08 10.08 0 1115 4.45 10.46 10.46 0 0117.21 4a11.12 11.12 0 011.31-2 12 12 0 109.8 18.12l.12-.26A9.76 9.76 0 0127 20z"/><path class="bevmw-color-red" d="M27 0a9 9 0 109 9 9 9 0 00-9-9zm1 14h-2v-2h2zm0-4h-2V4h2z"/></svg><view id="check-circle-success-standard" viewBox="0 1178 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bfvmw-color-theme" id="check-circle-success-standard-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="1178"><defs><style>.bfvmw-color-theme{fill:#565656}.bfvmw-color-green{fill:#59a011}</style></defs><path class="bfvmw-color-green" d="M18 34a16 16 0 1116-16 16 16 0 01-16 16zm0-30a14 14 0 1014 14A14 14 0 0018 4z"/><path class="bfvmw-color-green" d="M14.72 25.69l-6.93-6.92a1 1 0 011.41-1.41l5.5 5.5 11.09-11.07a1 1 0 011.41 1.41z"/></svg><view id="check-compliance" viewBox="0 1216 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bgvmw-color-theme" id="check-compliance-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="1216"><defs><style>.bgvmw-color-theme{fill:#565656}.bgpath-size{fill:none}.bgvmw-color-green{fill:#59a011}.bgvmw-color-red{fill:#f84e30}</style></defs><path class="bgvmw-color-red" d="M8.29 17.71a1 1 0 001.42 0l2.29-2.3V12h3.41l2.3-2.29a1 1 0 00-1.42-1.42L13 11.59l-3.29-3.3a1 1 0 00-1.42 1.42l3.3 3.29-3.3 3.29a1 1 0 000 1.42z"/><path class="bgvmw-color-red" d="M12 21.94A9 9 0 1121.94 12h2A11 11 0 1012 24z"/><path class="bgpath-size" d="M0 0h36v36H0z"/><path class="bgvmw-color-green" d="M33 34H15a1 1 0 01-1-1V15a1 1 0 011-1h18a1 1 0 011 1v18a1 1 0 01-1 1zm-17-2h16V16H16z"/><path class="bgvmw-color-green" d="M22.67 29.34l-5.21-5.2a1 1 0 011.42-1.42l3.79 3.8L29.14 20a1 1 0 111.42 1.42z"/></svg><view id="check-mark" viewBox="0 1254 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bhvmw-color-theme" id="check-mark-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="1254"><defs><style>.bhvmw-color-theme{fill:#565656}.bhpath-size{fill:none}</style></defs><path d="M13.72 27.69L3.29 17.27a1 1 0 011.41-1.41l9 9L31.29 7.29A1 1 0 0132.7 8.7z"/><path class="bhpath-size" d="M0 0h36v36H0z"/></svg><view id="clock-line" viewBox="0 1292 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bivmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="clock-line-" y="1292"><defs><style>.bivmw-color-theme{fill:#565656}.bipath-size{opacity:0}</style></defs><path d="M18 2a16 16 0 1016 16A16 16 0 0018 2zm0 30a14 14 0 1114-14 14 14 0 01-14 14z"/><path d="M18.92 18.4v-7.65a1 1 0 00-2 0v8.72l5.9 4a1 1 0 101.11-1.66z" class="biclr-i-outline biclr-i-outline-path-2"/><path d="M8 17.94a9.94 9.94 0 0115.41-8.35l.85-1.36a11.55 11.55 0 10-8.53 21L16 27.7a10 10 0 01-8-9.76z" class="biclr-i-outline biclr-i-outline-path-3"/><path class="bipath-size" d="M0 0h36v36H0z"/></svg><view id="clone-line" viewBox="0 1330 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bjvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="clone-line-" y="1330"><defs><style>.bjvmw-color-theme{fill:#565656}.bjpath-size{opacity:0}</style></defs><path d="M6 6h16v4h2V6a2 2 0 00-2-2H6a2 2 0 00-2 2v16a2 2 0 002 2h4v-2H6z"/><path d="M30 12H14a2 2 0 00-2 2v16a2 2 0 002 2h16a2 2 0 002-2V14a2 2 0 00-2-2zm0 18H14V14h16z"/><path d="M21 28h2v-5h5v-2h-5v-5h-2v5h-5v2h5v5z"/><path class="bjpath-size" d="M0 0h36v36H0z"/></svg><view id="clone-storage-profile" viewBox="0 1368 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bkvmw-color-theme" id="clone-storage-profile-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="1368"><style>.bkvmw-color-theme{fill:#565656}</style><path d="M22 12v4h-1a1 1 0 01-1-1V4h7a1 1 0 011 1v8h2V5a3 3 0 00-3-3H17a3 3 0 00-3 3v1h2V5a1 1 0 011-1h1v11a3 3 0 003 3h10a3 3 0 003-3v-3zm10 3a1 1 0 01-1 1h-7v-2h8zM10 28v4H9a1 1 0 01-1-1V20h7a1 1 0 011 1v8h2v-8a3 3 0 00-3-3H5a3 3 0 00-3 3v1h2v-1a1 1 0 011-1h1v11a3 3 0 003 3h10a3 3 0 003-3v-3zm10 3a1 1 0 01-1 1h-7v-2h8z"/><path d="M12 14.83a1 1 0 01-.71-.29 1 1 0 010-1.42L13.41 11l-2.12-2.12a1 1 0 111.42-1.42L16.24 11l-3.53 3.54a1 1 0 01-.71.29z"/><path d="M8 16H6v-3a3 3 0 013-3h5v2H9a1 1 0 00-1 1z"/></svg><view id="clone-template-to-template" viewBox="0 1406 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="blvmw-color-theme" id="clone-template-to-template-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="1406"><defs><style>.blvmw-color-theme{fill:#565656}.blpath-size{fill:none}</style></defs><path class="blpath-size" d="M0 0h36v36H0z"/><path d="M17 17a1 1 0 00-1-1H4a1 1 0 00-1 1v16a1 1 0 001 1h6a1 1 0 00.71-.29l6-6A1 1 0 0017 27zm-7 9a1 1 0 00-1 1v5H5V18h10v8zm1 4.59V28h2.59zM13.71 6.46a1 1 0 00-1.42 1.42L13.41 9H10a3 3 0 00-3 3v2h2v-2a1 1 0 011-1h3.41l-1.12 1.12a1 1 0 000 1.41 1 1 0 001.42 0L17.24 10zM32.84 2.9a1 1 0 00-1-1h-12a1 1 0 00-1 1v16a1 1 0 001 1h6a1 1 0 00.71-.29l6-6a1 1 0 00.27-.71zm-7 9a1 1 0 00-1 1v5h-4v-14h10v8zm1 4.59V13.9h2.59z"/></svg><view id="cloneLibraryItem" viewBox="0 1444 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bmvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="cloneLibraryItem-" y="1444"><defs><style>.bmvmw-color-theme{fill:#565656}</style></defs><g id="bmLayer_2" data-name="Layer 2"><path d="M30.5 6h-21A1.47 1.47 0 008 7.44v25.12A1.47 1.47 0 009.5 34h21a1.47 1.47 0 001.5-1.44V7.44A1.47 1.47 0 0030.5 6zM30 32.07H10V7.93h20z"/><path d="M28 3.44A1.47 1.47 0 0026.5 2h-21A1.47 1.47 0 004 3.44v25.12A1.47 1.47 0 005.5 30H6V3.93h22z"/></g></svg><view id="cloneTemplateToLibrary" viewBox="0 1482 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bnvmw-color-theme" id="cloneTemplateToLibrary-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="1482"><defs><style>.bnvmw-color-theme{fill:#565656}.bnpath-size{fill:none}</style></defs><path d="M9 34H3a1 1 0 01-1-1V17a1 1 0 011-1h12a1 1 0 011 1v10h-2v-9H4v14h5z"/><path d="M9 34a.84.84 0 01-.38-.08A1 1 0 018 33v-6a1 1 0 011-1h6a1 1 0 01.92.62 1 1 0 01-.21 1.09l-6 6A1 1 0 019 34zm1-6v2.59L12.59 28zM12 13.83a1 1 0 01-.71-.29 1 1 0 010-1.42L13.41 10l-2.12-2.12a1 1 0 011.42-1.42L16.24 10l-3.53 3.54a1 1 0 01-.71.29z"/><path d="M8 14H6v-2a3 3 0 013-3h5v2H9a1 1 0 00-1 1z"/><path class="bnpath-size" d="M0 0h36v36H0z"/><path d="M33 20a1 1 0 01-1-1V4H17a1 1 0 010-2h16a1 1 0 011 1v16a1 1 0 01-1 1z"/><path d="M29 6H15.08l2 2H28v14H18v2h11a1 1 0 001-1V7a1 1 0 00-1-1z"/><path d="M18 10h8v2h-8zM18 14h8v2h-8zM18 18h8v2h-8z"/></svg><view id="cloneToTemplate" viewBox="0 1520 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bovmw-color-theme" id="cloneToTemplate-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="1520"><defs><style>.bovmw-color-theme{fill:#565656}.bopath-size{fill:none}</style></defs><path d="M11 34H3a1 1 0 01-1-1v-8a1 1 0 011-1h8a1 1 0 011 1v8a1 1 0 01-1 1zm-7-2h6v-6H4z"/><path d="M17 30h-6v-2h5v-6h-6v3H8v-4a1 1 0 011-1h8a1 1 0 011 1v8a1 1 0 01-1 1z"/><path d="M9 26H5a1 1 0 01-1-1v-8a1 1 0 011-1h8a1 1 0 011 1v4h-2v-3H6v6h3zM27 20h-6a1 1 0 01-1-1V3a1 1 0 011-1h12a1 1 0 011 1v10h-2V4H22v14h5z"/><path d="M27 20a.84.84 0 01-.38-.08A1 1 0 0126 19v-6a1 1 0 011-1h6a1 1 0 01.92.62 1 1 0 01-.21 1.09l-6 6A1 1 0 0127 20zm1-6v2.59L30.59 14zM12 13.83a1 1 0 01-.71-.29 1 1 0 010-1.42L13.41 10l-2.12-2.12a1 1 0 011.42-1.42L16.24 10l-3.53 3.54a1 1 0 01-.71.29z"/><path d="M8 14H6v-2a3 3 0 013-3h5v2H9a1 1 0 00-1 1z"/><path class="bopath-size" d="M0 0h36v36H0z"/></svg><view id="cloneVmToVm" viewBox="0 1558 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bpvmw-color-theme" id="cloneVmToVm-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="1558"><defs><style>.bpvmw-color-theme{fill:#565656}.bppath-size{fill:none}</style></defs><path d="M27 20h-8a1 1 0 01-1-1v-8a1 1 0 011-1h8a1 1 0 011 1v8a1 1 0 01-1 1zm-7-2h6v-6h-6z"/><path d="M33 16h-5.83v-2H32V8h-6v2.83h-2V7a1 1 0 011-1h8a1 1 0 011 1v8a1 1 0 01-1 1z"/><path d="M25.12 12H21a1 1 0 01-1-1V3a1 1 0 011-1h8a1 1 0 011 1v3.83h-2V4h-6v6h3.12zM11 34H3a1 1 0 01-1-1v-8a1 1 0 011-1h8a1 1 0 011 1v8a1 1 0 01-1 1zm-7-2h6v-6H4z"/><path d="M17 30h-5.83v-2H16v-6h-6v2.83H8V21a1 1 0 011-1h8a1 1 0 011 1v8a1 1 0 01-1 1z"/><path d="M9.12 26H5a1 1 0 01-1-1v-8a1 1 0 011-1h8a1 1 0 011 1v3.83h-2V18H6v6h3.12zM12 13.83a1 1 0 01-.71-.29 1 1 0 010-1.42L13.41 10l-2.12-2.12a1 1 0 011.42-1.42L16.24 10l-3.53 3.54a1 1 0 01-.71.29z"/><path d="M8 14H6v-2a3 3 0 013-3h5v2H9a1 1 0 00-1 1z"/><path class="bppath-size" d="M0 0h36v36H0z"/></svg><view id="cloud-network" viewBox="0 1596 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bqvmw-color-theme" id="cloud-network-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="1596"><defs><style>.bqvmw-color-theme{fill:#565656}.bqpath-size{fill:none}</style></defs><path d="M29.7 32H19v-2h-2v2H6.2a1 1 0 000 2h23.5a1 1 0 100-2zM29 28H8.5a7 7 0 01.6-14A10.89 10.89 0 0120.5 3.5 11 11 0 0131 15a11.27 11.27 0 01-.5 3.2 5 5 0 013.2 6.3A4.83 4.83 0 0129 28zM9 26h20a3 3 0 00.2-6 1 1 0 01-.8-.5 1 1 0 01-.1-.9 9 9 0 00-16.5-7.3A9.46 9.46 0 0011 15a.91.91 0 01-.4.8 1.14 1.14 0 01-.8.3.9.9 0 01-.5-.1 5 5 0 00-5.4 4.6A5.1 5.1 0 008.5 26z"/><path class="bqpath-size" d="M0 0h36v36H0z"/></svg><view id="cloud-network-alert" viewBox="0 1634 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="brvmw-color-theme" id="cloud-network-alert-" data-name="Layer 3" width="38" height="38" viewBox="-1 -1 38 38" y="1634"><defs><style>.brpath-size{fill:none}.brvmw-color-theme{fill:#565656}.brvmw-color-red{fill:#f84e30}</style></defs><path class="brpath-size" d="M0 0h36v36H0z"/><path class="brvmw-color-theme" d="M9.62 21.88a1 1 0 000 2h8.51a1 1 0 000-2zM17.61 14.7A4 4 0 1116 9.57V9a11.91 11.91 0 01.13-1.6A5.8 5.8 0 0014 7a6 6 0 104.92 9.43 11.08 11.08 0 01-1.31-1.73z"/><path class="brvmw-color-theme" d="M31.18 19.17A11 11 0 0127 20a11.45 11.45 0 01-1.56-.12v.13h2a4.7 4.7 0 014.64 4.68v.67A4.69 4.69 0 0127.41 30H8.7A4.69 4.69 0 014 25.32v-.69A4.69 4.69 0 018.7 20h1.36a7.65 7.65 0 01-1.65-1.29l-.09-.09-.12-.13a5 5 0 01-.43-.49A6.68 6.68 0 002 24.63v.67A6.68 6.68 0 008.66 32h18.75a6.68 6.68 0 006.68-6.68v-.67a6.68 6.68 0 00-2.91-5.48z"/><path class="brvmw-color-red" d="M27 0a9 9 0 109 9 9 9 0 00-9-9zm1 14h-2v-2h2zm0-4h-2V4h2z"/></svg><view id="cloud-network-warning" viewBox="0 1672 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bsvmw-color-theme" id="cloud-network-warning-" data-name="Layer 2" width="38" height="38" viewBox="-1 -1 38 38" y="1672"><defs><style>.bspath-size{fill:none}.bsvmw-color-theme{fill:#565656}.bsvmw-color-yellow{fill:#b68300}.bsvmw-color-yellow-bright{fill:#ffe02c}.bsvmw-color-charcoal{fill:#454545}</style></defs><path class="bspath-size" d="M0 0h36v36H0z"/><path class="bsvmw-color-theme" d="M9.62 21.88a1 1 0 000 2h8.51a1 1 0 000-2z"/><path class="bsvmw-color-theme" d="M31.5 22.14h-.17a4.6 4.6 0 01.76 2.54v.67A4.69 4.69 0 0127.41 30H8.7A4.69 4.69 0 014 25.32v-.69A4.69 4.69 0 018.7 20h1.36a7.65 7.65 0 01-1.65-1.29l-.09-.09-.12-.13a5 5 0 01-.43-.49A6.68 6.68 0 002 24.63v.67A6.68 6.68 0 008.66 32h18.75a6.68 6.68 0 006.68-6.68v-.67a6.78 6.78 0 00-.66-2.85 6 6 0 01-1.93.34z"/><path class="bsvmw-color-theme" d="M12.71 16.77A4 4 0 0114 9a3.87 3.87 0 011.73.41l1-1.74A5.87 5.87 0 0014 7a6 6 0 00-.67 12 5.9 5.9 0 01-.62-2.23z"/><path class="bsvmw-color-yellow" d="M25 1.19a3.83 3.83 0 00-3.35 1.93l-6.46 11.23a3.86 3.86 0 003.34 5.79h13a3.86 3.86 0 003.34-5.79L28.36 3.12A3.82 3.82 0 0025 1.19z"/><path class="bsvmw-color-yellow-bright" d="M25 3.19a1.85 1.85 0 011.61.93l6.48 11.23a1.86 1.86 0 01-1.61 2.79h-13a1.86 1.86 0 01-1.61-2.79l6.54-11.23A1.83 1.83 0 0125 3.19"/><path class="bsvmw-color-charcoal" d="M24 14h2v2h-2zM24 6h2v6h-2z"/></svg><view id="cloud-vcenter" viewBox="0 1710 38 38"/><svg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="-1 -1 38 38" id="cloud-vcenter-" y="1710"><defs><style>.btvmw-color-blue{fill:#0091da}</style></defs><g id="btLayer_5" data-name="Layer 5"><path class="btvmw-color-blue" d="M20 34H8a2 2 0 01-2-2V20a2 2 0 012-2h4v-4a2 2 0 012-2h12a2 2 0 012 2v12a2 2 0 01-2 2h-4v4a2 2 0 01-2 2zM8 20v12h12v-6h6V14H14v6z"/><path class="btvmw-color-blue" d="M24 24h-8v-8h8zm-6-2h4v-4h-4z"/><path class="btvmw-color-blue" d="M18 30h-8v-8h8zm-6-2h4v-4h-4zM33.64 14a1 1 0 01-.91-.58A15.54 15.54 0 0018.64 4a15.56 15.56 0 00-14.09 9.42 1 1 0 01-1.82-.84A17.54 17.54 0 0118.64 2a17.53 17.53 0 0115.91 10.58 1 1 0 01-.49 1.33 1.06 1.06 0 01-.42.09z"/></g></svg><view id="cluster" viewBox="0 1748 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="buvmw-color-theme" id="cluster-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="1748"><defs><style>.buvmw-color-theme{fill:#565656}.bupath-size{fill:none}</style></defs><path class="bupath-size" d="M0 0h36v36H0z"/><path d="M32.36 8H28v2h4v20h-4v2h6V9.67A1.65 1.65 0 0032.37 8zM4 10h4V8H3.79A1.73 1.73 0 002 9.66V32h6v-2H4zM24.32 4H11.68A1.68 1.68 0 0010 5.68V32h16V5.68A1.68 1.68 0 0024.32 4zM24 30H12V6h12z"/><path d="M14 8h8v2h-8z"/><circle cx="18" cy="26" r="2"/></svg><view id="cluster-edit" viewBox="0 1786 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bvvmw-color-theme" id="cluster-edit-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="1786"><defs><style>.bvvmw-color-theme{fill:#565656}.bvpath-size{fill:none}</style></defs><path class="bvpath-size" d="M0 0h36v36H0z"/><path d="M10 29.51V32h2.46L10 29.51zM2 14.52l2-2V10h4V8H3.79A1.73 1.73 0 002 9.66zM4 23.44l-2-2.02V32h6v-2H4v-6.56zM32.37 8H28v2h4v20h-4v2h6V9.67A1.65 1.65 0 0032.37 8zM24.32 4H11.68A1.68 1.68 0 0010 5.68v6.78l2 2V6h12v21.65l.91 4v.39h1V5.68A1.68 1.68 0 0024.32 4z"/><path d="M14 8h8v2h-8zM2.52 16.83a1.62 1.62 0 000 2.28l13.66 13.81L21 34h.36a1.17 1.17 0 00.32 0A1.59 1.59 0 0023 32.06l-1.11-4.81L8.17 13.46a1.61 1.61 0 00-2.27 0l-3.37 3.37zm4.39 3.85l2.82-2.82L20 28.25l.85 3.63-3.66-.81zM4.21 18l2.84-2.84 1.55 1.57-2.82 2.82z"/></svg><view id="cluster-error" viewBox="0 1824 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bwvmw-color-theme" id="cluster-error-" data-name="Layer 2" width="38" height="38" viewBox="-1 -1 38 38" y="1824"><defs><style>.bwpath-size{fill:none}.bwvmw-color-theme{fill:#565656}.bwvmw-color-red{fill:#f84e30}</style></defs><g id="bwLayer_1" data-name="Layer 1"><path class="bwpath-size" d="M0 0h36v36H0z"/><circle class="bwvmw-color-theme" cx="18" cy="26" r="2"/><path class="bwvmw-color-theme" d="M2 9.66V32h6v-2H4V10h4V8H3.79A1.74 1.74 0 002 9.66z"/></g><g id="bwLayer_2-2" data-name="Layer 2"><path class="bwvmw-color-theme" d="M16 9a6.63 6.63 0 01.05-1H14v2h2.05A6.63 6.63 0 0116 9z"/><path class="bwvmw-color-theme" d="M24 19.57V30H12V6h4.43a11.13 11.13 0 01.8-2h-5.55A1.68 1.68 0 0010 5.68V32h16V20a10.48 10.48 0 01-2-.43zM32 18.79V30h-4v2h6V17.48a10.93 10.93 0 01-2 1.31z"/><path class="bwvmw-color-red" d="M27 0a9 9 0 109 9 9 9 0 00-9-9zm1 14h-2v-2h2zm0-4h-2V4h2z"/></g></svg><view id="cluster-feature-drs" viewBox="0 1862 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bxvmw-color-theme" id="cluster-feature-drs-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="1862"><defs><style>.bxpath-size{fill:none}.bxvmw-color-theme{fill:#565656}</style></defs><path class="bxpath-size" d="M0 0h36v36H0z"/><path d="M11 22h8a1 1 0 001-1v-3h5a1 1 0 001-1V9a1 1 0 00-1-1h-3V5a1 1 0 00-1-1h-8a1 1 0 00-1 1v7h-1a1 1 0 00-1 1v8a1 1 0 001 1zm13-6h-4v-3a1 1 0 00-1-1h-1v-2h6zM14 6h6v2h-3a1 1 0 00-1 1v3h-2zm-2 8h6v6h-6zM32 24H18.52a1.07 1.07 0 00-1 0H4v2h12.11l-4 6.48a1 1 0 000 1A1 1 0 0013 34h10a1 1 0 00.87-.51 1 1 0 000-1l-4-6.48H32zm-10.78 8h-6.44L18 26.75z"/></svg><view id="cluster-feature-ha" viewBox="0 1900 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="byvmw-color-theme" id="cluster-feature-ha-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="1900"><defs><style>.bypath-size{fill:none}.byvmw-color-theme{fill:#565656}</style></defs><path class="bypath-size" d="M0 0h36v36H0z"/><path d="M3 16a1 1 0 001-1V4h6v11a1 1 0 002 0V3a1 1 0 00-1-1H3a1 1 0 00-1 1v12a1 1 0 001 1z"/><path class="bycls-2" d="M18 6h12v2H18zM18 10h12v2H18zM21 27a3 3 0 103-3 3 3 0 00-3 3zm4 0a1 1 0 11-1-1 1 1 0 011 1z"/><path class="bycls-2" d="M32.65 2h-17.3A1.34 1.34 0 0014 3.31v15.08l2 2V4h16v28H16v-6.64l-2 2V34h20V3.31A1.34 1.34 0 0032.65 2z"/><path class="bycls-2" d="M15.24 22.88a1 1 0 00-.24-.71l-4.29-4.24a1 1 0 00-1.41 1.42L12 22H5a1 1 0 01-1-1v-3H2v3a3 3 0 003 3h6.71l-2.42 2.41a1 1 0 000 1.41 1 1 0 001.41 0l4.3-4.24a1 1 0 00.24-.7z"/></svg><view id="cluster-groups" viewBox="0 1938 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bzvmw-color-theme" id="cluster-groups-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="1938"><defs><style>.bzvmw-color-theme{fill:#565656}.bzpath-size{fill:none}</style></defs><path d="M27 34a1.12 1.12 0 01-.58-.17l-6-4A1.06 1.06 0 0120 29v-6a1.06 1.06 0 01.47-.87l6-4a1.06 1.06 0 011.16 0l6 4A1.06 1.06 0 0134 23v6a1.06 1.06 0 01-.47.87l-6 4A1.12 1.12 0 0127 34zm-5-5.53l5 3.34 5-3.34v-4.93l-5-3.34-5 3.34zM33 29z"/><path d="M15 34a1.12 1.12 0 01-.58-.17l-5.95-4A1.06 1.06 0 018 29v-6a1.06 1.06 0 01.47-.87l5.95-4a1.06 1.06 0 011.16 0l6 4A1.06 1.06 0 0122 23v6a1.06 1.06 0 01-.47.87l-6 4A1.12 1.12 0 0115 34zm-5-5.53l5 3.34 5-3.34v-4.93l-5-3.34-5 3.34zM21 29z"/><path d="M21 24a1.12 1.12 0 01-.58-.17l-6-4A1.06 1.06 0 0114 19v-6a1.06 1.06 0 01.47-.87l6-4a1.06 1.06 0 011.16 0l6 4A1.06 1.06 0 0128 13v6a1.06 1.06 0 01-.47.87l-6 4A1.12 1.12 0 0121 24zm-5-5.53l5 3.34 5-3.34v-4.93l-5-3.34-5 3.34zM27 19zM3 24a1 1 0 01-1-1v-6a1 1 0 01.47-.87L8 12.44V6.92A1.08 1.08 0 018.47 6l5.7-3.79a1 1 0 011.38.27 1 1 0 01-.27 1.39L10 7.43V13a1 1 0 01-.47.87L4 17.56V23a1 1 0 01-1 1z"/>&gt;<path class="bzpath-size" d="M0 0h36v36H0z"/></svg><view id="cluster-warning" viewBox="0 1976 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cavmw-color-theme" id="cluster-warning-" data-name="Layer 2" width="38" height="38" viewBox="-1 -1 38 38" y="1976"><defs><style>.capath-size{fill:none}.cavmw-color-theme{fill:#565656}.cavmw-color-yellow{fill:#b68300}.cavmw-color-yellow-bright{fill:#ffe02c}.cavmw-color-charcoal{fill:#454545}</style></defs><g id="caLayer_1" data-name="Layer 1"><path class="capath-size" d="M0 0h36v36H0z"/><circle class="cavmw-color-theme" cx="18" cy="26" r="2"/><path class="cavmw-color-theme" d="M2 9.7V32h6v-2H4V10h4V8H3.8A1.71 1.71 0 002 9.7z"/></g><g id="caLayer_2-2" data-name="Layer 2"><path class="cavmw-color-theme" d="M16.5 8H14v2h1.4l1.1-2z"/><path class="cavmw-color-theme" d="M24 22v8H12V6h5.7l1.1-2h-7.2A1.74 1.74 0 0010 5.7V32h16V22zM32 22.1V30h-4v2h6V21.6a4.55 4.55 0 01-2 .5z"/><path class="cavmw-color-yellow" d="M25 1a3.54 3.54 0 00-3.3 2l-6.4 11.1a3.72 3.72 0 00-.3 3.4 3.89 3.89 0 003.6 2.5h12.8a3.9 3.9 0 003.5-5.8L28.4 3A4 4 0 0025 1z"/><path class="cavmw-color-yellow-bright" d="M25 3.1a1.78 1.78 0 011.6 1l6.5 11.2a1.82 1.82 0 01-.7 2.5 1.49 1.49 0 01-.9.2h-13a1.9 1.9 0 01-1.9-1.9 2.92 2.92 0 01.2-.9l6.6-11.1a2 2 0 011.6-1"/><path class="cavmw-color-charcoal" d="M24 14h2v2h-2zM24 6h2v6h-2z"/></g></svg><view id="collapse-arrows" viewBox="0 2014 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cbvmw-color-theme" id="collapse-arrows-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="2014"><defs><style>.cbvmw-color-theme{fill:#565656}.cbcls-1{fill-opacity:0}</style></defs><path d="M7 16.59a1 1 0 01.71.29L18 27.17l10.29-10.29a1 1 0 011.41 1.41L18 30 6.29 18.29a1 1 0 010-1.41 1 1 0 01.71-.29z"/><path d="M7 5.59a1 1 0 01.71.29L18 16.17 28.29 5.88a1 1 0 011.41 1.41L18 19 6.29 7.29a1 1 0 010-1.41A1 1 0 017 5.59z"/><path class="cbcls-1" d="M0 0h36v36H0z"/></svg><view id="content-library" viewBox="0 2052 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="ccvmw-color-theme" id="content-library-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="2052"><defs><style>.ccvmw-color-theme{fill:#565656}.ccpath-size{fill:none}</style></defs><path class="ccpath-size" d="M0 0h36v36H0z"/><path d="M29 10H10a4 4 0 010-8h19a1 1 0 010 2H10a2 2 0 000 4h19a1 1 0 010 2z"/><path d="M29 34H10a4 4 0 01-4-4V6h2v24a2 2 0 002 2h18V9h2v24a1 1 0 01-1 1z"/><path d="M26 3h2v6h-2zM12 14h4v2h-4zM20 14h4v2h-4zM12 18h4v2h-4zM20 18h4v2h-4zM12 22h4v2h-4zM20 22h4v2h-4z"/></svg><view id="content-library-configure" viewBox="0 2090 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cdvmw-color-theme" id="content-library-configure-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="2090"><defs><style>.cdvmw-color-theme{fill:#565656}.cdpath-size{fill:none}</style></defs><path d="M18.1 11a7 7 0 107 7 7 7 0 00-7-7zm0 12a5 5 0 115-5 5 5 0 01-5 5z"/><path d="M32.8 14.7l-2.8-.9-.6-1.5 1.4-2.6a1.68 1.68 0 00-.3-1.9l-2.4-2.4a1.68 1.68 0 00-1.9-.3l-2.6 1.4-1.5-.6-.9-2.8A1.63 1.63 0 0019.7 2h-3.4a1.4 1.4 0 00-1.4 1.2L14 6a4.42 4.42 0 00-1.6.6L9.8 5.2a1.68 1.68 0 00-1.9.3L5.5 7.9a1.68 1.68 0 00-.3 1.9l1.3 2.5c-.2.5-.4 1.1-.6 1.6l-2.8.9A1.63 1.63 0 002 16.3v3.4a1.59 1.59 0 001.2 1.5l2.8.9.6 1.5-1.4 2.6a1.68 1.68 0 00.3 1.9l2.4 2.4a1.68 1.68 0 001.9.3l2.6-1.4 1.5.6.9 2.9a1.63 1.63 0 001.5 1.1h3.4a1.63 1.63 0 001.5-1.1l.9-2.9 1.5-.6 2.6 1.4a1.68 1.68 0 001.9-.3l2.4-2.4a1.68 1.68 0 00.3-1.9l-1.4-2.6.6-1.5 2.9-.9a1.63 1.63 0 001.1-1.5v-3.4a1.71 1.71 0 00-1.2-1.6zm-.8 4.7l-3.6 1.1-.1.5-.9 2.1-.3.5 1.8 3.3-2 2-3.3-1.8-.5.3a9.49 9.49 0 01-2.1.9l-.5.1-1.1 3.6h-2.8l-1.1-3.6-.5-.1-2.1-.9-.5-.3-3.3 1.8-2-2 1.8-3.3-.3-.5a9.49 9.49 0 01-.9-2.1l-.1-.5L4 19.4v-2.8l3.4-1 .2-.5a8.49 8.49 0 01.9-2.2l.3-.5-1.7-3.3 2-2 3.2 1.8.5-.3a8.49 8.49 0 012.2-.9l.5-.2L16.6 4h2.8l1.1 3.5.5.2a9.49 9.49 0 012.1.9l.5.3 3.3-1.8 2 2-1.8 3.3.3.5a9.49 9.49 0 01.9 2.1l.1.5 3.6 1.1z"/><path class="cdpath-size" d="M0 0h36v36H0z"/></svg><view id="convertTemplateToVm" viewBox="0 2128 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cevmw-color-theme" id="convertTemplateToVm-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="2128"><defs><style>.cevmw-color-theme{fill:#565656}.cepath-size{fill:none}</style></defs><path d="M27 20h-8a1 1 0 01-1-1v-8a1 1 0 011-1h8a1 1 0 011 1v8a1 1 0 01-1 1zm-7-2h6v-6h-6z"/><path d="M33 16h-5.83v-2H32V8h-6v2.83h-2V7a1 1 0 011-1h8a1 1 0 011 1v8a1 1 0 01-1 1z"/><path d="M25.12 12H21a1 1 0 01-1-1V3a1 1 0 011-1h8a1 1 0 011 1v3.83h-2V4h-6v6h3.12zM9 34H3a1 1 0 01-1-1V17a1 1 0 011-1h12a1 1 0 011 1v10h-2v-9H4v14h5z"/><path d="M9 34a.84.84 0 01-.38-.08A1 1 0 018 33v-6a1 1 0 011-1h6a1 1 0 01.92.62 1 1 0 01-.21 1.09l-6 6A1 1 0 019 34zm1-6v2.59L12.59 28zM12 13.83a1 1 0 01-.71-.29 1 1 0 010-1.42L13.41 10l-2.12-2.12a1 1 0 011.42-1.42L16.24 10l-3.53 3.54a1 1 0 01-.71.29z"/><path d="M8 14H6v-2a3 3 0 013-3h5v2H9a1 1 0 00-1 1z"/><path class="cepath-size" d="M0 0h36v36H0z"/></svg><view id="copy-host-settings" viewBox="0 2166 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cfvmw-color-theme" id="copy-host-settings-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="2166"><defs><style>.cfvmw-color-theme{fill:#565656}.cfpath-size{fill:none}</style></defs><path class="cfpath-size" d="M0 0h36v36H0z"/><path d="M8 12h6.18A3 3 0 0117 10H8zM8 6h12v2H8zM14 30v-2a1 1 0 010-2v-2a3 3 0 000 6z"/><path d="M18 33v-1H6V4h16v6h2V3.31A1.33 1.33 0 0022.65 2H5.35A1.33 1.33 0 004 3.31V34h14.18a3 3 0 01-.18-1z"/><path d="M33 34H21a1 1 0 01-1-1V17a1 1 0 011-1h12a1 1 0 011 1v16a1 1 0 01-1 1zm-11-2h10V18H22z"/><path d="M18 29h-2V13a1 1 0 011-1h12v2H18z"/></svg><view id="copy-line" viewBox="0 2204 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cgvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="copy-line-" y="2204"><defs><style>.cgvmw-color-theme{fill:#565656}.cgpath-size{opacity:0}</style></defs><path d="M29.5 7h-19A1.5 1.5 0 009 8.5v24a1.5 1.5 0 001.5 1.5h19a1.5 1.5 0 001.5-1.5v-24A1.5 1.5 0 0029.5 7zM29 32H11V9h18z"/><path d="M26 3.5A1.5 1.5 0 0024.5 2h-19A1.5 1.5 0 004 3.5v24A1.5 1.5 0 005.5 29H6V4h20z"/><path class="cgpath-size" d="M0 0h36v36H0z"/></svg><view id="cpu" viewBox="0 2242 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="chvmw-color-theme" id="cpu-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="2242"><defs><style>.chvmw-color-theme{fill:#565656}.chpath-size{fill:none}</style></defs><path class="chpath-size" d="M36 0v36H0V0"/><path d="M27 28H11a1 1 0 010-2h15V11a1 1 0 012 0v16a1 1 0 01-1 1zM2 26h3v2H2zM2 20h3v2H2zM2 14h3v2H2zM2 8h3v2H2zM31 26h3v2h-3zM31 20h3v2h-3zM31 14h3v2h-3zM31 8h3v2h-3zM26 31h2v3h-2zM20 31h2v3h-2zM14 31h2v3h-2zM8 31h2v3H8zM26 2h2v3h-2zM20 2h2v3h-2zM14 2h2v3h-2zM8 2h2v3H8z"/><path d="M31 32H5a1 1 0 01-1-1V5a1 1 0 011-1h26a1 1 0 011 1v26a1 1 0 01-1 1zM6 30h24V6H6z"/></svg><view id="cpu-settings" viewBox="0 2280 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="civmw-color-theme" id="cpu-settings-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="2280"><defs><style>.civmw-color-theme{fill:#565656}.cipath-size{fill:none}</style></defs><path class="cipath-size" d="M36 0v36H0V0"/><path d="M25 23a2 2 0 102 2 2 2 0 00-2-2zm11 5v-6h-3.58a.61.61 0 01-.05-.12l2.53-2.54-4.24-4.24-2.54 2.53-.12-.05V14h-6v3.58l-.12.05-2.54-2.53-4.24 4.24 2.53 2.54a.61.61 0 01-.05.12H14v6h3.58a.61.61 0 01.05.12l-2.53 2.54 4.24 4.24 2.54-2.53.12.05V36h6v-3.58l.12-.05 2.54 2.53 4.24-4.24-2.53-2.54a.61.61 0 01.05-.12zm-3.93 2.66l-1.41 1.41-2.15-2.15-.66.36a5.8 5.8 0 01-1.14.47L26 31v3h-2v-3l-.71-.21a5.8 5.8 0 01-1.14-.47l-.66-.36-2.15 2.15-1.41-1.41 2.15-2.15-.36-.66a5.8 5.8 0 01-.47-1.14L19 26h-3v-2h3l.21-.71a5.8 5.8 0 01.47-1.14l.36-.66-2.15-2.15 1.41-1.41 2.15 2.15.66-.36a5.8 5.8 0 011.14-.47L24 19v-3h2v3l.71.21a5.8 5.8 0 011.14.47l.66.36 2.15-2.15 1.41 1.41-2.15 2.15.36.66a5.8 5.8 0 01.47 1.14L31 24h3v2h-3l-.21.71a5.8 5.8 0 01-.47 1.14l-.36.66zM32.38 14L34 15.62V14h-1.62z"/><path d="M25 8H9a1 1 0 00-1 1v16a1 1 0 002 0V10h15a1 1 0 000-2zM14 32.38V34h1.62L14 32.38z"/><path d="M12.27 30.66l.66-.66H6V6h24v6.93l.66-.66L32 13.61V10h2V8h-2V5a1 1 0 00-1-1h-3V2h-2v2h-4V2h-2v2h-4V2h-2v2h-4V2H8v2H5a1 1 0 00-1 1v3H2v2h2v4H2v2h2v4H2v2h2v4H2v2h2v3a1 1 0 001 1h3v2h2v-2h3.61z"/></svg><view id="data-service-profile" viewBox="0 2318 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cjvmw-color-theme" id="data-service-profile-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="2318"><defs><style>.cjpath-size{fill:none}.cjvmw-color-theme{fill:#565656}</style></defs><path d="M22 28v4h-1a1 1 0 01-1-1V20h7a1 1 0 011 1v8h2v-8a3 3 0 00-3-3H17a3 3 0 00-3 3v1h2v-1a1 1 0 011-1h1v11a3 3 0 003 3h10a3 3 0 003-3v-3zm10 3a1 1 0 01-1 1h-7v-2h8zM14 12H6V6h8zm-6-2h4V8H8zM26 12h-8V6h8zm-6-2h4V8h-4z"/><path d="M16 28H4V12h24v4.1a4.84 4.84 0 012 .9v-7H2v20h14z"/><path class="cjpath-size" d="M0 0h36v36H0z"/></svg><view id="datacenter" viewBox="0 2356 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="ckvmw-color-theme" id="datacenter-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="2356"><defs><style>.ckvmw-color-theme{fill:#565656}.ckpath-size{fill:none}</style></defs><path class="ckpath-size" d="M0 0h36v36H0z"/><path d="M30 8h-8v2h8v22h-8v2h10V10.08A2 2 0 0030 8zM19.88 4H6.12A2.12 2.12 0 004 6.12V34h18V6.12A2.12 2.12 0 0019.88 4zM20 32H6V6.12A.12.12 0 016.12 6h13.76a.12.12 0 01.12.12z"/><path d="M8 10h2v2H8zM12 10h2v2h-2zM16 10h2v2h-2zM8 14h2v2H8zM12 14h2v2h-2zM16 14h2v2h-2zM8 18h2v2H8zM12 18h2v2h-2zM16 18h2v2h-2zM8 22h2v2H8zM12 22h2v2h-2zM16 22h2v2h-2zM22 14h2v2h-2zM26 14h2v2h-2zM22 18h2v2h-2zM26 18h2v2h-2zM22 22h2v2h-2zM26 22h2v2h-2z"/></svg><view id="datacenter-error" viewBox="0 2394 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="clvmw-color-theme" id="datacenter-error-" data-name="Layer 2" width="38" height="38" viewBox="-1 -1 38 38" y="2394"><defs><style>.clpath-size{fill:none}.clvmw-color-theme{fill:#565656}.clvmw-color-red{fill:#f84e30}</style></defs><g id="clLayer_1-2" data-name="Layer 1-2"><path class="clpath-size" d="M0 0h36v36H0z"/><path class="clvmw-color-theme" d="M8 10h2v2H8zM12 10h2v2h-2zM8 14h2v2H8zM12 14h2v2h-2zM16 14h2v2h-2zM8 18h2v2H8zM12 18h2v2h-2zM16 18h2v2h-2zM8 22h2v2H8zM12 22h2v2h-2zM16 22h2v2h-2zM22 22h2v2h-2zM26 22h2v2h-2z"/></g><g id="clLayer_2-2" data-name="Layer 2"><path class="clvmw-color-theme" d="M22 18.79V20h2v-.43a10.37 10.37 0 01-2-.78z"/><path class="clvmw-color-theme" d="M30 19.57V32h-8V18.79a10.93 10.93 0 01-2-1.31V32H6V6.12A.12.12 0 016.12 6h10.31a11.13 11.13 0 01.8-2H6.12A2.12 2.12 0 004 6.12V34h28V18.79a10.37 10.37 0 01-2 .78z"/><path class="clvmw-color-red" d="M27 0a9 9 0 109 9 9 9 0 00-9-9zm1 14h-2v-2h2zm0-4h-2V4h2z"/></g></svg><view id="datacenter-warning" viewBox="0 2432 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cmvmw-color-theme" id="datacenter-warning-" data-name="Layer 2" width="38" height="38" viewBox="-1 -1 38 38" y="2432"><defs><style>.cmpath-size{fill:none}.cmvmw-color-theme{fill:#565656}.cmvmw-color-yellow{fill:#b68300}.cmvmw-color-yellow-bright{fill:#ffe02c}.cmvmw-color-charcoal{fill:#454545}</style></defs><g id="cmLayer_1" data-name="Layer 1"><path class="cmpath-size" d="M0 0h36v36H0z"/><path class="cmvmw-color-theme" d="M12 22h2v2h-2zM8 22h2v2H8zM8 14h2v2H8zM8 10h2v2H8zM8 18h2v2H8zM26 22h2v2h-2zM16 22h2v2h-2zM12 10h2v2h-2z"/></g><g id="cmLayer_2-2" data-name="Layer 2"><path class="cmvmw-color-theme" d="M13 18h-1v2h2v-.15A5.93 5.93 0 0113 18zM13.09 14H12v2h.66a5.48 5.48 0 01.43-2z"/><path class="cmvmw-color-theme" d="M31.41 22H30v10h-8v-8h2v-2h-4v10H6V6.12A.12.12 0 016.12 6h11.5l1.15-2H6.12A2.12 2.12 0 004 6.12V34h28V22z"/><path class="cmvmw-color-yellow" d="M25 1.05a3.83 3.83 0 00-3.33 2l-6.41 11.04a3.94 3.94 0 00-.33 3.44 3.83 3.83 0 003.6 2.47h12.83a4 4 0 003-1.28 3.83 3.83 0 00.46-4.51L28.36 3A3.83 3.83 0 0025 1.05z"/><path class="cmvmw-color-yellow-bright" d="M25 3.05a1.86 1.86 0 011.63 1l6.48 11.23a1.86 1.86 0 01-.71 2.53 1.81 1.81 0 01-.9.24h-13a1.86 1.86 0 01-1.86-1.86 1.88 1.88 0 01.25-.93L23.41 4A1.85 1.85 0 0125 3"/><path class="cmvmw-color-charcoal" d="M24 14h2v2h-2zM24 6h2v6h-2z"/></g></svg><view id="datastore-add" viewBox="0 2470 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cnvmw-color-theme" id="datastore-add-" data-name="Layer 2" width="38" height="38" viewBox="-1 -1 38 38" y="2470"><defs><style>.cnpath-size{fill:none}.cnvmw-color-theme{fill:#565656}.cnvmw-color-green{fill:#59a011}</style></defs><path class="cnpath-size" d="M0 0h36v36H0z"/><path class="cnvmw-color-theme" d="M18 8A38.27 38.27 0 018 6.88V9a46 46 0 0010 1zM18 16a38.27 38.27 0 01-10-1.12V17a46 46 0 0010 1 57.3 57.3 0 006-.34v-2a48.06 48.06 0 01-6 .34z"/><path class="cnvmw-color-theme" d="M30 21.92c-.48.76-4.83 2.08-12 2.08a38.27 38.27 0 01-10-1.12V25a46 46 0 0010 1c1.07 0 8.39-.06 12-1.73v5.66c-.51.76-4.86 2.07-12 2.07S6.51 30.69 6 29.93V6.07C6.51 5.31 10.86 4 18 4h4V2.15C20.05 2 18.46 2 18 2 16.57 2 4 2.11 4 6v24c0 3.89 12.57 4 14 4s14-.11 14-4V18h-2z"/><path class="cnvmw-color-green" d="M36 6h-6V0h-4v6h-6v4h6v6h4v-6h6V6z"/></svg><view id="datastore-cluster" viewBox="0 2508 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="covmw-color-theme" id="datastore-cluster-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="2508"><defs><style>.covmw-color-theme{fill:#565656}.copath-size{fill:none}</style></defs><path d="M8 23.9c-2.3-.2-3.7-.7-4-1V9.1C4.4 8.7 6.5 8 10 8a24.33 24.33 0 013.8.3 25.61 25.61 0 013.9-.3c-1.4-1.9-6.9-2-7.7-2s-8 .1-8 3v14c0 2.1 3.6 2.7 6 2.9zM26 6c-.7 0-6.2.1-7.7 2a25.61 25.61 0 013.9.3A24.33 24.33 0 0126 8c3.5 0 5.6.7 6 1.1v13.7c-.3.3-1.7.8-4 1v2c2.4-.2 6-.8 6-2.9V9c0-2.9-7.2-3-8-3z"/><path d="M18 10c-.8 0-8 .1-8 3v14c0 2.9 7.2 3 8 3s8-.1 8-3V13c0-2.9-7.2-3-8-3zm6 4.9c-.4.4-2.5 1.1-6 1.1a18.1 18.1 0 01-4-.4v2a27.1 27.1 0 004 .4 20.29 20.29 0 006-.9v3.8c-.4.4-2.5 1.1-6 1.1a18.1 18.1 0 01-4-.4v2a27.1 27.1 0 004 .4 20.29 20.29 0 006-.9v3.8c-.4.4-2.5 1.1-6 1.1s-5.6-.7-6-1.1V13.1c.4-.4 2.5-1.1 6-1.1s5.6.7 6 1.1z"/><path class="copath-size" d="M0 0h36v36H0z"/></svg><view id="datastore-cluster-error" viewBox="0 2546 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cpvmw-color-theme" id="datastore-cluster-error-" data-name="Layer 2" width="38" height="38" viewBox="-1 -1 38 38" y="2546"><defs><style>.cppath-size{fill:none}.cpvmw-color-theme{fill:#565656}.cpvmw-color-red{fill:#f84e30}</style></defs><path class="cppath-size" d="M0 0h36v36H0z"/><path class="cppath-size" d="M0 0h36v36H0z"/><path class="cpvmw-color-theme" d="M30 19.57v3.27c-.3.32-1.69.84-4 1.05v2c2.39-.2 6-.84 6-2.91v-4.19a10.51 10.51 0 01-2 .78zM22 18.79v.07c-.38.41-2.48 1.14-6 1.14a19.93 19.93 0 01-4-.38v2a24.4 24.4 0 004 .38 19.39 19.39 0 006-.89v3.75c-.38.41-2.48 1.14-6 1.14a19.93 19.93 0 01-4-.38v2a24.4 24.4 0 004 .38 19.39 19.39 0 006-.89v3.75c-.38.41-2.48 1.14-6 1.14s-5.62-.73-6-1.14V17.14c.38-.41 2.48-1.14 6-1.14a20.82 20.82 0 012.67.16A11.31 11.31 0 0117.23 14H16c-.82 0-8 .08-8 3v14c0 2.92 7.18 3 8 3s8-.08 8-3V19.57a10.51 10.51 0 01-2-.78z"/><path class="cpvmw-color-theme" d="M16 9a10.92 10.92 0 011.38-5.3C15.62 2.07 10.67 2 10 2c-.82 0-8 .08-8 3v14c0 1.54 2 2.28 4 2.65v-2a4.76 4.76 0 01-2-.76V5.15C4.38 4.74 6.48 4 10 4s5.62.73 6 1.14v1.73C15.62 7.28 13.52 8 10 8a19.93 19.93 0 01-4-.38v2a25.55 25.55 0 004 .38 20 20 0 006-.89z"/><path class="cpvmw-color-red" d="M27 0a9 9 0 109 9 9 9 0 00-9-9zm1 14h-2v-2h2zm0-4h-2V4h2z"/></svg><view id="datastore-cluster-warning" viewBox="0 2584 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cqvmw-color-theme" id="datastore-cluster-warning-" data-name="Layer 2" width="38" height="38" viewBox="-1 -1 38 38" y="2584"><defs><style>.cqpath-size{fill:none}.cqvmw-color-theme{fill:#565656}.cqvmw-color-yellow{fill:#b68300}.cqvmw-color-yellow-bright{fill:#ffe02c}.cqvmw-color-charcoal{fill:#454545}</style></defs><path class="cqpath-size" d="M0 0h36v36H0z"/><path class="cqvmw-color-theme" d="M18 5.48V5c0-2.92-7.18-3-8-3s-8 .09-8 3v14c0 1.54 2 2.28 4 2.65v-2a4.76 4.76 0 01-2-.76V5.15C4.38 4.74 6.48 4 10 4s5.62.73 6 1.14v1.73C15.62 7.28 13.52 8 10 8a19.93 19.93 0 01-4-.38v2a25.55 25.55 0 004 .38 19.88 19.88 0 005.88-.86zM31.5 22.14H30v.7c-.3.32-1.69.84-4 1.05v2c2.39-.2 6-.84 6-2.91v-.87c-.17.01-.33.03-.5.03zM12 21.62a24.4 24.4 0 004 .38h1.15a5.9 5.9 0 01-3.22-2.06 17.94 17.94 0 01-1.93-.32z"/><path class="cqvmw-color-theme" d="M22 22.14v2.72c-.38.41-2.48 1.14-6 1.14a19.93 19.93 0 01-4-.38v2a24.4 24.4 0 004 .38 19.39 19.39 0 006-.89v3.75c-.38.41-2.48 1.14-6 1.14s-5.62-.73-6-1.14V17.14a5.87 5.87 0 012.68-.89 5.71 5.71 0 01.39-2.07C10.77 14.47 8 15.19 8 17v14c0 2.92 7.18 3 8 3s8-.08 8-3v-8.86z"/><path class="cqvmw-color-yellow" d="M25 1.19a3.83 3.83 0 00-3.35 1.93l-6.46 11.23a3.86 3.86 0 003.34 5.79h13a3.86 3.86 0 003.34-5.79L28.36 3.12A3.82 3.82 0 0025 1.19z"/><path class="cqvmw-color-yellow-bright" d="M25 3.19a1.85 1.85 0 011.61.93l6.48 11.23a1.86 1.86 0 01-1.61 2.79h-13a1.86 1.86 0 01-1.61-2.79l6.54-11.23A1.83 1.83 0 0125 3.19"/><path class="cqvmw-color-charcoal" d="M24 14h2v2h-2zM24 6h2v6h-2z"/></svg><view id="datastore-delete" viewBox="0 2622 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="crvmw-color-theme" id="datastore-delete-" data-name="Layer 2" width="38" height="38" viewBox="-1 -1 38 38" y="2622"><defs><style>.crvmw-color-theme{fill:#565656}.crvmw-color-red{fill:#f84e30}.crpath-size{fill:none}</style></defs><g id="crLayer_2-2" data-name="Layer 2"><path class="crvmw-color-theme" d="M20.44 10l1.85-1.8-.29-.28C20.83 8 19.43 8 18.16 8a38.27 38.27 0 01-10-1.12V9a46 46 0 0010 1zM8.16 17a46 46 0 0010 1c.43 0 1.88 0 3.68-.13L20 16h-1.84a38.27 38.27 0 01-10-1.12z"/><path class="crvmw-color-theme" d="M28.92 14.63a15.22 15.22 0 01-2.49.66L24 17.68a21.19 21.19 0 006.18-1.41v5.65c-.48.76-4.83 2.08-12 2.08a38.27 38.27 0 01-10-1.12V25a46 46 0 0010 1c1.07 0 8.39-.06 12-1.73v5.66c-.51.76-4.86 2.07-12 2.07s-11.49-1.31-12-2.07V6.07C6.67 5.31 11 4 18.05 4l-.89-.83L18.34 2h-.18c-1.43 0-14 .11-14 4v24c0 3.89 12.57 4 14 4s14-.11 14-4V17.8z"/><path class="crvmw-color-red" d="M36 3.14L33.2.28l-5.19 5.07L22.82.28l-2.79 2.86 5.12 5.01-5.12 5.01 2.79 2.86 5.19-5.07 5.19 5.07 2.8-2.86-5.13-5.01L36 3.14z"/></g><path class="crpath-size" d="M0 0h36v36H0z"/></svg><view id="datastore-enter-maintenance-mode" viewBox="0 2660 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="csvmw-color-theme" id="datastore-enter-maintenance-mode-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="2660"><defs><style>.csvmw-color-theme{fill:#565656}.csvmw-color-yellow-light{fill:#fac400}.cspath-size{fill:none}</style></defs><path d="M30.05 25.81l1.95 2V23a3 3 0 01-1.95 2.81z"/><path d="M26.91 31.16c-.69.15-1.5.3-2.41.43A3 3 0 0123 32a2.76 2.76 0 01-.91-.16c-1.24.1-2.6.16-4.09.16-7.14 0-11.49-1.31-12-2.07V6.07C6.51 5.31 10.86 4 18 4c6.94 0 11.22 1.23 11.94 2-.72.77-5 2-11.94 2A38 38 0 018 6.88V9a46.29 46.29 0 0010 1c1.07 0 8.39-.06 12-1.73v5.65c-.48.76-4.83 2.08-12 2.08a38 38 0 01-10-1.12V17a46.29 46.29 0 0010 1c1.07 0 8.39-.06 12-1.73v3.91A3 3 0 0132 23V6c0-3.89-12.57-4-14-4S4 2.11 4 6v24c0 3.89 12.57 4 14 4 .94 0 6.73 0 10.56-1.2z"/><path d="M18 24a38 38 0 01-10-1.12V25a46.29 46.29 0 0010 1h2v-2h-2zM6.57 14H2v8l4.57-8z"/><path class="csvmw-color-yellow-light" d="M11.16 14H6.59l-4.57 8h4.57l4.57-8z"/><path d="M15.73 14h-4.57l-4.57 8h4.57l4.57-8z"/><path class="csvmw-color-yellow-light" d="M20.3 14h-4.57l-4.57 8h4.57l4.57-8zM31.82 22H34v-8l-3.62 6.34A3.05 3.05 0 0131.82 22zM22 20h4.01l3.42-6h-4.57l-3.42 6H22z"/><path d="M29 20a2.87 2.87 0 011.37.35L34 14h-4.57L26 20zM20 20h1.44l3.42-6H20.3l-4.57 8H20v-2zM23 30a1 1 0 001-1v-3.59l8.29 8.3a1 1 0 001.42 0 1 1 0 000-1.42L25.41 24H29a1 1 0 000-2h-7v7a1 1 0 001 1z"/><path class="cspath-size" d="M0 0h36v36H0z"/><path class="cspath-size" d="M0 0h36v36H0z"/></svg><view id="datastore-error" viewBox="0 2698 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="ctvmw-color-theme" id="datastore-error-" data-name="Layer 2" width="38" height="38" viewBox="-1 -1 38 38" y="2698"><defs><style>.ctvmw-color-theme{fill:#565656}.ctvmw-color-red{fill:#f84e30}.ctpath-size{fill:none}</style></defs><g id="ctLayer_2-2" data-name="Layer 2"><path class="ctvmw-color-theme" d="M16 9a6.44 6.44 0 01.05-1 37.87 37.87 0 01-8-1.1V9a45.43 45.43 0 008.05 1 3.47 3.47 0 01-.1-1zM8 17a46 46 0 0010 1c.34 0 1.32 0 2.6-.07A11.19 11.19 0 0118.52 16H18a38.27 38.27 0 01-10-1.12z"/><path class="ctvmw-color-theme" d="M30 19.57v2.35c-.48.76-4.83 2.08-12 2.08a38.27 38.27 0 01-10-1.12V25a46 46 0 0010 1c1.07 0 8.39-.06 12-1.73v5.66c-.51.76-4.86 2.07-12 2.07S6.51 30.69 6 29.93V6.07c.49-.73 4.55-2 11.22-2.06a11.43 11.43 0 011.3-2H18C16.57 2 4 2.11 4 6v24c0 3.89 12.57 4 14 4s14-.11 14-4V18.79a10.37 10.37 0 01-2 .78z"/><path class="ctvmw-color-red" d="M27 0a9 9 0 109 9 9 9 0 00-9-9zm1 14h-2v-2h2zm0-4h-2V4h2z"/></g><path class="ctpath-size" d="M0 0h36v36H0z"/></svg><view id="datastore-exit-maintenance-mode" viewBox="0 2736 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cuvmw-color-theme" id="datastore-exit-maintenance-mode-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="2736"><defs><style>.cuvmw-color-theme{fill:#565656}.cupath-size{fill:none}.cuvmw-color-yellow-light{fill:#fac400}</style></defs><path d="M8 22.88V25a46.29 46.29 0 0010 1c.43 0 1.85 0 3.63-.13l-.75-.75a2.92 2.92 0 01-.71-1.12H18a38 38 0 01-10-1.12z"/><path d="M24 33a3 3 0 01.35-1.39A49.12 49.12 0 0118 32c-7.14 0-11.49-1.31-12-2.07V6.07C6.51 5.31 10.86 4 18 4c6.94 0 11.22 1.23 11.94 2-.72.77-5 2-11.94 2A38 38 0 018 6.88V9a46.29 46.29 0 0010 1c1.07 0 8.39-.06 12-1.73v5.65c-.48.76-4.83 2.08-12 2.08a38 38 0 01-10-1.12V17a46.29 46.29 0 0010 1c1.07 0 8.39-.06 12-1.73v5.65a5.46 5.46 0 01-2.69 1.14l1.61 1.62a9 9 0 001.08-.41v1.49l.19.19A3 3 0 0132 24.18V6c0-3.89-12.57-4-14-4S4 2.11 4 6v24c0 3.89 12.57 4 14 4a56.65 56.65 0 006.08-.35A2.82 2.82 0 0124 33z"/><path d="M33 26a1 1 0 00-1 1v3.59l-8.29-8.3a1 1 0 00-1.42 0 1 1 0 000 1.42l8.3 8.29H27a1 1 0 000 2h7v-7a1 1 0 00-1-1z"/><path class="cupath-size" d="M0 0h36v36H0z"/><path class="cupath-size" d="M0 0h36v36H0z"/><path d="M6.57 14H2v8l4.57-8z"/><path class="cuvmw-color-yellow-light" d="M11.16 14H6.59l-4.57 8h4.57l4.57-8z"/><path d="M15.73 14h-4.57l-4.57 8h4.57l4.57-8z"/><path class="cuvmw-color-yellow-light" d="M20.3 14h-4.57l-4.57 8h4.57l4.57-8zM33.98 14l-4.57 8h4.57v-8z"/><path d="M26.24 22h3.19L34 14h-4.57l-4.07 7.12.88.88zM20.88 20.88l.11-.09L24.86 14H20.3l-4.57 8h4.45a3 3 0 01.7-1.12z"/><path class="cuvmw-color-yellow-light" d="M23 20a3 3 0 012.12.88l.24.24L29.43 14h-4.57L21 20.79a3 3 0 012-.79z"/></svg><view id="datastore-feature-iorm" viewBox="0 2774 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cvvmw-color-theme" id="datastore-feature-iorm-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="2774"><defs><style>.cvvmw-color-theme{fill:#565656}.cvpath-size{fill:none}.cvcls-2{fill-opacity:0}</style></defs><path class="cvpath-size" d="M0 0h36v36H0z"/><path class="cvpath-size" d="M0 0h36v36H0z"/><path class="cvcls-2" d="M0 0h36v36H0z"/><path class="cvpath-size" d="M0 0h36v36H0z"/><path d="M29.68 30H6.32L6 29.6a14.83 14.83 0 01-3-9 15 15 0 0130 0 14.83 14.83 0 01-3 9zM7.33 28h21.34A12.84 12.84 0 0031 20.6a13 13 0 10-26 0A12.84 12.84 0 007.33 28z"/><circle cx="18" cy="21" r="3"/><path d="M18 22a1 1 0 01-.71-.29 1 1 0 010-1.42l6.5-6.5a1 1 0 011.42 1.42l-6.5 6.5A1 1 0 0118 22z"/></svg><view id="datastore-inaccessible" viewBox="0 2812 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cwvmw-color-theme" id="datastore-inaccessible-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="2812"><defs><style>.cwpath-size{fill:none;opacity:.41}.cwvmw-color-theme{fill:#565656}.cwvmw-color-red{fill:#f84e30}</style></defs><path class="cwpath-size" d="M0 0h36v36H0z"/><path class="cwvmw-color-theme" d="M16 9c0-.35 0-.69.05-1a37.78 37.78 0 01-8-1.1V9a45.38 45.38 0 008.05 1c-.1-.35-.1-.67-.1-1zM8 17a46 46 0 0010 1c.34 0 1.32 0 2.6-.07A10.94 10.94 0 0118.52 16H18a38.27 38.27 0 01-10-1.12z"/><path class="cwvmw-color-theme" d="M30 19.57v2.35c-.48.76-4.83 2.08-12 2.08a38.27 38.27 0 01-10-1.12V25a46 46 0 0010 1c1.07 0 8.39-.06 12-1.73v5.66c-.51.76-4.86 2.07-12 2.07S6.51 30.69 6 29.93V6.07c.49-.73 4.55-2 11.22-2.06a11.24 11.24 0 011.32-2H18C16.57 2 4 2.11 4 6v24c0 3.89 12.57 4 14 4s14-.11 14-4V18.79a10.51 10.51 0 01-2 .78z"/><path class="cwvmw-color-red" d="M27 0a9 9 0 109 9 9 9 0 00-9-9zm5 10H22V8h10z"/></svg><view id="datastore-increase" viewBox="0 2850 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cxvmw-color-theme" id="datastore-increase-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="2850"><defs><style>.cxvmw-color-theme{fill:#565656}.cxpath-size{fill:none}</style></defs><path class="cxpath-size" d="M0 0h36v36H0z"/><path class="cxpath-size" d="M0 0h36v36H0z"/><path d="M30 10h2v2h-2zM30 14v-.08c-.48.76-4.83 2.08-12 2.08a38 38 0 01-10-1.12V17a46.29 46.29 0 0010 1c1.07 0 8.39-.06 12-1.73V16h2v-2zM30 18h2v2h-2zM6 8V6.07C6.51 5.31 10.86 4 18 4c6.94 0 11.22 1.23 11.94 2-.72.77-5 2-11.94 2A38 38 0 018 6.88V9a46.29 46.29 0 0010 1c1.07 0 8.39-.06 12-1.73V8h2V6c0-3.89-12.57-4-14-4S4 2.11 4 6v2zM4 10h2v2H4zM30 22v-.08c-.48.76-4.83 2.08-12 2.08a38 38 0 01-10-1.12V25a46.29 46.29 0 0010 1c1.07 0 8.39-.06 12-1.73v5.66c-.51.76-4.86 2.07-12 2.07S6.51 30.69 6 29.93V22H4v8c0 3.89 12.57 4 14 4s14-.11 14-4v-8zM4 18h2v2H4zM4 14h2v2H4z"/></svg><view id="datastore-maintenance" viewBox="0 2888 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cyvmw-color-theme" id="datastore-maintenance-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="2888"><defs><style>.cyvmw-color-theme{fill:#565656}.cyvmw-color-yellow{fill:#fac400}</style></defs><path d="M18 34c-1.43 0-14-.11-14-4V6c0-3.89 12.57-4 14-4s14 .11 14 4v24c0 3.89-12.57 4-14 4zM6 29.93c.51.76 4.86 2.07 12 2.07s11.49-1.31 12-2.07V6.07C29.49 5.31 25.14 4 18 4S6.51 5.31 6 6.07z"/><path d="M6 13.9a.19.19 0 010 .1v-.08zM8 9a46.29 46.29 0 0010 1c1.43 0 14-.11 14-4h-2a.19.19 0 010-.1c-.39.75-4.76 2.1-12 2.1A38 38 0 018 6.88zM6 5.9A.19.19 0 016 6v-.08zM30 13.9c-.41.75-4.78 2.1-12 2.1a38 38 0 01-10-1.12V17a46.29 46.29 0 0010 1c1.43 0 14-.11 14-4h-2a.19.19 0 010-.1zM30 21.9c-.41.75-4.78 2.1-12 2.1a38 38 0 01-10-1.12V25a46.29 46.29 0 0010 1c1.43 0 14-.11 14-4h-2a.19.19 0 010-.1zM6 21.9a.19.19 0 010 .1v-.08-.02z"/><path d="M6.57 14H2v8l4.57-8z"/><path class="cyvmw-color-yellow" d="M11.16 14H6.59l-4.57 8h4.57l4.57-8z"/><path d="M15.73 14h-4.57l-4.57 8h4.57l4.57-8z"/><path class="cyvmw-color-yellow" d="M20.3 14h-4.57l-4.57 8h4.57l4.57-8z"/><path d="M24.86 14H20.3l-4.57 8h4.57l4.56-8z"/><path class="cyvmw-color-yellow" d="M29.43 14h-4.57l-4.56 8h4.56l4.57-8z"/><path d="M34 14h-4.57l-4.57 8h4.57L34 14z"/><path class="cyvmw-color-yellow" d="M33.98 14l-4.57 8h4.57v-8z"/></svg><view id="datastore-mount" viewBox="0 2926 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="czvmw-color-theme" id="datastore-mount-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="2926"><defs><style>.czvmw-color-theme{fill:#565656}.czpath-size{fill:none;opacity:.41}.czvmw-color-green{fill:#59a011}</style></defs><g id="czLayer_5" data-name="Layer 5"><path class="czvmw-color-theme" d="M6 13.9a.17.17 0 010 .1zM6 5.9A.17.17 0 016 6zM6 21.9a.17.17 0 010 .1z"/></g><path class="czpath-size" d="M0 0h36v36H0z"/><path class="czvmw-color-theme" d="M18 8.14V8A38.27 38.27 0 018 6.88V9a46 46 0 0010 1h.18A10.47 10.47 0 0118 8.14z"/><path class="czvmw-color-theme" d="M30 17.94v4c-.41.75-4.78 2.1-12 2.1a38.27 38.27 0 01-10-1.16V25a46 46 0 0010 1c1.07 0 8.39-.06 12-1.73v5.6c-.51.76-4.86 2.07-12 2.07S6.51 30.63 6 29.87V6c.51-.76 4.86-2.07 12-2.07h.93A9.69 9.69 0 0120.12 2c-.71 0-1.41-.07-2.12-.07-1.43 0-14 .11-14 4v24c0 3.89 12.57 4 14 4s14-.11 14-4V17.3a9.72 9.72 0 01-2 .64z"/><path class="czvmw-color-theme" d="M8 14.88V17a46 46 0 0010 1 54.82 54.82 0 006.72-.43A9.93 9.93 0 0121.79 16c-1.15.08-2.42.13-3.79.13a37.94 37.94 0 01-10-1.25z"/><path class="czvmw-color-green" d="M28 .14a8 8 0 108 8 8 8 0 00-8-8z"/></svg><view id="datastore-register-vm" viewBox="0 2964 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="davmw-color-theme" id="datastore-register-vm-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="2964"><defs><style>.davmw-color-theme{fill:#565656}.dapath-size{fill:none}</style></defs><path d="M8 9a40.84 40.84 0 008.19 1A3.06 3.06 0 0118 8.18V8A38 38 0 018 6.88z"/><path d="M30 18v3.92c-.48.76-4.83 2.08-12 2.08a38 38 0 01-10-1.12V25a46.29 46.29 0 0010 1c1.07 0 8.39-.06 12-1.73v5.66c-.51.76-4.86 2.07-12 2.07S6.51 30.69 6 29.93V6.07C6.51 5.31 10.86 4 18 4V3a3 3 0 01.18-1H18C16.57 2 4 2.11 4 6v24c0 3.89 12.57 4 14 4s14-.11 14-4V18z"/><path d="M8 17a40.52 40.52 0 008 1v-2a34.9 34.9 0 01-8-1.08zM27 20h-8a1 1 0 01-1-1v-8a1 1 0 011-1h8a1 1 0 011 1v8a1 1 0 01-1 1zm-7-2h6v-6h-6z"/><path d="M33 16h-5.83v-2H32V8h-6v2.83h-2V7a1 1 0 011-1h8a1 1 0 011 1v8a1 1 0 01-1 1z"/><path d="M25.12 12H21a1 1 0 01-1-1V3a1 1 0 011-1h8a1 1 0 011 1v3.83h-2V4h-6v6h3.12z"/><path class="dapath-size" d="M0 0h36v36H0z"/></svg><view id="datastore-unmount" viewBox="0 3002 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="dbvmw-color-theme" id="datastore-unmount-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="3002"><defs><style>.dbvmw-color-theme{fill:#565656}.dbpath-size{fill:none;opacity:.41}.dbvmw-color-red{fill:#f84e30}</style></defs><g id="dbLayer_5" data-name="Layer 5"><path class="dbvmw-color-theme" d="M6 13.9a.17.17 0 010 .1zM6 5.9A.17.17 0 016 6zM6 21.9a.17.17 0 010 .1z"/></g><path class="dbpath-size" d="M0 0h36v36H0z"/><path class="dbvmw-color-theme" d="M18 8.14V8A38.27 38.27 0 018 6.88V9a46 46 0 0010 1h.18A10.47 10.47 0 0118 8.14zM8 14.88V17a46 46 0 0010 1 54.82 54.82 0 006.72-.43 10.11 10.11 0 01-3-1.69c-1.17.12-2.4.12-3.72.12a38.27 38.27 0 01-10-1.12z"/><path class="dbvmw-color-theme" d="M30 17.94v4c-.41.75-4.78 2.1-12 2.1a38.27 38.27 0 01-10-1.16V25a46 46 0 0010 1c1.07 0 8.39-.06 12-1.73v5.66c-.51.76-4.86 2.07-12 2.07S6.51 30.69 6 29.93V6.07C6.51 5.31 10.86 4 18 4h.9a9.61 9.61 0 011.17-1.95C19.38 2 18.69 2 18 2 16.57 2 4 2.11 4 6v24c0 3.89 12.57 4 14 4s14-.11 14-4V17.3a9.72 9.72 0 01-2 .64z"/><path class="dbvmw-color-red" d="M28 4.14a4 4 0 11-4 4 4 4 0 014-4m0-4a8 8 0 108 8 8 8 0 00-8-8z"/></svg></svg>