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="migrateVirtualNic" viewBox="0 0 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="aavmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="migrateVirtualNic-"><defs><style>.aavmw-color-theme{fill:#565656}</style></defs><g id="aaLayer_2" data-name="Layer 2"><path d="M8 6h2v2H8zM8 24h2v2H8zM12 24h2v2h-2zM16 24h2v2h-2zM20 24h2v2h-2zM24 24h2v2h-2zM28 24h2v2h-2zM14 8h4v2h-4z"/><path d="M33 20.25L31.19 22H32v6H6v-6h19.41l-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2h26a2 2 0 002-2v-6a2 2 0 00-1-1.75zM10 14h2v2h9.12a3 3 0 01.88-1.74 2.43 2.43 0 01.3-.26H14v-2H8v2H6V4h18v2h2V2H4v14h6zM25 12h-1v1.39c.45 0 .91.08 1 .27z"/><path d="M23 10h2.92c.59 0 1.08.42 1.08 1.55v6.78l-2.55-2.55A1 1 0 1023 17.2l4.24 4.29a1 1 0 00.71.24 1 1 0 00.7-.29l4.24-4.24a1 1 0 000-1.41 1 1 0 00-1.41 0L29 18.32V11a3 3 0 00-3-3h-3z"/></g></svg><view id="move-down" viewBox="0 38 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="abvmw-color-theme" id="move-down-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="38"><defs><style>.abvmw-color-theme{fill:#565656}.abpath-size{fill:none}</style></defs><path d="M8.32 20.31L18 29.92l9.66-9.61a1 1 0 00-.4-1.77 1 1 0 00-1 .38L19 26.11V7a1 1 0 00-2 0v19.11l-7.27-7.19a1 1 0 00-1.41 1.42z"/><path class="abpath-size" transform="rotate(90 18 18)" d="M0 0h36v36H0z"/></svg><view id="move-up" viewBox="0 76 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="acvmw-color-theme" id="move-up-" 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="M27.68 15.69L18 6.08l-9.64 9.61a1 1 0 00.4 1.77 1 1 0 001-.38L17 9.89V29a1 1 0 002 0V9.89l7.25 7.19a1 1 0 001.41-1.42z"/><path class="acpath-size" transform="rotate(-90 18 18)" d="M0 0h36v36H0z"/></svg><view id="namespace" viewBox="0 114 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="advmw-color-theme" id="namespace-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="114"><defs><style>.advmw-color-theme{fill:#565656}.adpath-size{opacity:0}</style></defs><path class="adpath-size" d="M0 0h36v36H0z"/><path d="M27 4.18a1 1 0 00-1.07 1.69H26l6 3.47v17.28l-6 3.47a1 1 0 101 1.73l7-4.05V8.23zM9.68 29.9L4 26.62V9.38L9.68 6.1a1 1 0 10-.93-1.77h-.07L2 8.23v19.54l6.68 3.86a1 1 0 001.37-.36 1 1 0 00-.37-1.37z"/><path class="adpath-size" d="M0 0h36v36H0z"/><path d="M24 25H12a1 1 0 01-1-1V12a1 1 0 011-1h12a1 1 0 011 1v12a1 1 0 01-1 1zm-11-2h10V13H13z"/><path d="M17 12h2v12h-2z"/><path d="M12 17h12v2H12z"/></svg><view id="network" viewBox="0 152 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="aevmw-color-theme" id="network-" 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}</style></defs><path d="M27 32H9a1 1 0 000 2h18a1 1 0 000-2zm-9-1.91a14 14 0 10-14-14 14 14 0 0014 14zm0-2a12 12 0 01-6.54-1.95 3 3 0 00.42 0A2.26 2.26 0 0014 24.8a18 18 0 007.67-3.63 2.22 2.22 0 00.82.16 2.26 2.26 0 001.75-.84 17.16 17.16 0 002.29.44 17.92 17.92 0 002.31.15h.1A12 12 0 0118 28.09zm-3.09-18a16.76 16.76 0 017.48-.77 17.27 17.27 0 013.93 1 15.66 15.66 0 01-2.9 6.71 2.23 2.23 0 00-1-.23 2.27 2.27 0 00-1.62.68 16 16 0 01-6.35-6 2.24 2.24 0 00.43-1.32zm14.24 1.59a11.87 11.87 0 01.85 4.41 12 12 0 01-.49 3.35 16.59 16.59 0 01-2.82-.1 18.39 18.39 0 01-2-.37 2.57 2.57 0 00-.16-.75 17.4 17.4 0 003.3-7.22q.68.33 1.32.72zM18 4.09a11.94 11.94 0 018.57 3.61v1a18.38 18.38 0 00-12.22-.07 2.28 2.28 0 00-1.35-.7 14.72 14.72 0 01-.47-2.5A12 12 0 0118 4.09zm-7 2.28a15.48 15.48 0 00.42 1.91 2.25 2.25 0 00-1 1.88 2.21 2.21 0 000 .37 17.92 17.92 0 00-4.3 3.9A12 12 0 0111 6.37zm.25 5.54a2.27 2.27 0 001.41.51 2.63 2.63 0 00.49-.06A17.74 17.74 0 0020.2 19v.1a2.32 2.32 0 00.25 1A16.52 16.52 0 0114 23.15a2.24 2.24 0 00-4.33.43c-.36 0-.71 0-1.07-.07a11.94 11.94 0 01-2.52-6.16 16 16 0 015.16-5.44z"/><path class="aepath-size" d="M0 0h36v36H0z"/></svg><view id="network-add" viewBox="0 190 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="afvmw-color-theme" id="network-add-" data-name="Layer 2" width="38" height="38" viewBox="-1 -1 38 38" y="190"><defs><style>.afpath-size{fill:none}.afvmw-color-theme{fill:#565656}.afvmw-color-green{fill:#59a011}</style></defs><path class="afpath-size" d="M0 0h36v36H0z"/><path class="afvmw-color-theme" d="M27 32H9a1 1 0 000 2h18a1 1 0 000-2z"/><path class="afvmw-color-green" d="M36 6h-6V0h-4v6h-6v4h6v6h4v-6h6V6z"/><path class="afvmw-color-theme" d="M29.51 19.44a16.63 16.63 0 01-2.82-.1 19.53 19.53 0 01-2-.37 2.71 2.71 0 00-.16-.75c.06-.07.1-.15.16-.22H24v-1.81c-.19.29-.37.58-.58.86a2.27 2.27 0 00-2.62.45 16 16 0 01-6.35-6 2.24 2.24 0 00.43-1.32A16.66 16.66 0 0118 9.44V7.79a18.64 18.64 0 00-3.69.85A2.24 2.24 0 0013 7.93a14.13 14.13 0 01-.47-2.5A12.11 12.11 0 0118 4.09V4h6v-.54a14.28 14.28 0 00-2-.78 14 14 0 109.42 17.42 15.1 15.1 0 00.45-2.1h-2a11.66 11.66 0 01-.36 1.44zM11 6.37a15.89 15.89 0 00.42 1.91 2.26 2.26 0 00-1 1.88 2.29 2.29 0 000 .37 17.75 17.75 0 00-4.3 3.9A12 12 0 0111 6.37zM9.67 23.53a5.45 5.45 0 01-1.07-.07 11.91 11.91 0 01-2.52-6.16 16 16 0 015.17-5.44 2.34 2.34 0 001.41.51 2 2 0 00.49-.06 17.81 17.81 0 007 6.64v.1a2.31 2.31 0 00.25 1 16.51 16.51 0 01-6.45 3 2.24 2.24 0 00-4.33.43zM18 28.09a12 12 0 01-6.54-1.95h.42A2.27 2.27 0 0014 24.8a18 18 0 007.67-3.63 2.3 2.3 0 00.82.16 2.25 2.25 0 001.75-.84 16.23 16.23 0 002.29.44 17.92 17.92 0 002.31.15h.1A12 12 0 0118 28.09z"/><path class="afvmw-color-green" d="M36 6h-6V0h-4v6h-6v4h6v6h4v-6h6V6z"/></svg><view id="network-error" viewBox="0 228 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="agvmw-color-theme" id="network-error-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="228"><defs><style>.agpath-size{fill:none}.agvmw-color-theme{fill:#565656}.agvmw-color-red{fill:#f84e30}</style></defs><path class="agpath-size" d="M0 0h36v36H0z"/><path class="agvmw-color-theme" d="M27 32H9a1 1 0 000 2h18a1 1 0 000-2z"/><path class="agvmw-color-theme" d="M27 20a11 11 0 01-8.29-3.79 15.91 15.91 0 01-4.26-4.69 2.24 2.24 0 00.43-1.32v-.07c.37-.13.75-.22 1.13-.32V8.18a17.9 17.9 0 00-1.73.5A2.25 2.25 0 0013 7.93a14.13 14.13 0 01-.47-2.5 12.1 12.1 0 014.63-1.29 11.38 11.38 0 011.29-2 14 14 0 1012.11 20.13 14.54 14.54 0 001.13-3.33A11 11 0 0127 20zM11 6.37a15.89 15.89 0 00.42 1.91 2.26 2.26 0 00-1 1.88 2.29 2.29 0 000 .37 17.75 17.75 0 00-4.3 3.9A12 12 0 0111 6.37zM9.67 23.58a5.45 5.45 0 01-1.07-.07 11.91 11.91 0 01-2.52-6.16 16 16 0 015.17-5.44 2.34 2.34 0 001.41.51 2 2 0 00.49-.06 17.8 17.8 0 007 6.64v.1a2.31 2.31 0 00.25 1 16.51 16.51 0 01-6.45 3 2.24 2.24 0 00-4.33.43zM18 28.09a12 12 0 01-6.54-1.95h.42A2.27 2.27 0 0014 24.8a18 18 0 007.67-3.63 2.3 2.3 0 00.82.16 2.25 2.25 0 001.75-.84 16.23 16.23 0 002.29.44 17.92 17.92 0 002.31.15h.1A12 12 0 0118 28.09z"/><path class="agvmw-color-red" d="M27 0a9 9 0 109 9 9 9 0 00-9-9zm1 14h-2v-2h2zm0-4h-2V4h2z"/></svg><view id="network-migrate-networking" viewBox="0 266 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="ahvmw-color-theme" id="network-migrate-networking-" 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 d="M8.71 22.64a1 1 0 00-.71-.3 1 1 0 00-1 1 1 1 0 00.3.72l1 .95H5a1 1 0 01-1-1V22H2v2a3 3 0 003 3h3.58l-1.29 1.29a1 1 0 101.42 1.42l3.53-3.54zM31 9h-3.32L29 7.71a1 1 0 000-1.41 1 1 0 00-1.41 0L24 9.83l3.54 3.53a1 1 0 00.7.3A1 1 0 0029 12l-1-1h3a1 1 0 011 1v2h2v-2a3 3 0 00-3-3z"/><path class="ahpath-size" d="M0 0h36v36H0z"/><path d="M33 32H15a1 1 0 01-1-1V17a1 1 0 011-1h18a1 1 0 011 1v14a1 1 0 01-1 1zm-17-2h16V18H16z"/><path d="M12 20H3a1 1 0 01-1-1V5a1 1 0 011-1h18a1 1 0 011 1v9h-2V6H4v12h8z"/><path d="M6 8h2v2H6zM10 8h8v2h-8zM10 12h8v2h-8zM6 12h2v2H6zM18 20h2v2h-2zM22 20h8v2h-8zM22 24h8v2h-8zM18 24h2v2h-2z"/></svg><view id="network-physical-adapter" viewBox="0 304 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="aivmw-color-green" id="network-physical-adapter-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="304"><defs><style>.aivmw-color-green{fill:#59a011}.aipath-size{fill:none}</style></defs><path class="aipath-size" d="M0 0h36v36H0z"/><path d="M8 12h4v8H8zM16 12h4v8h-4zM24 12h4v8h-4z"/><path d="M8 28H4V16H2v12a2 2 0 002 2h6v-4h2v-2H8zM32 6H4a2 2 0 00-2 2v4h2V8h28v4h2V8a2 2 0 00-2-2zM32 28H12v2h20a2 2 0 002-2V16h-2z"/></svg><view id="network-refresh" viewBox="0 342 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="ajvmw-color-theme" id="network-refresh-" 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><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"/><path class="ajpath-size" d="M0 0h36v36H0z"/><path d="M18 2.09A14 14 0 004.38 19.28a8.91 8.91 0 011.86-.84c-.07-.36-.13-.72-.17-1.09a16 16 0 015.17-5.44 2.27 2.27 0 001.41.51 2.63 2.63 0 00.49-.06A17.74 17.74 0 0020.2 19v.1a2.32 2.32 0 00.25 1 16.13 16.13 0 01-3.2 1.9 3.14 3.14 0 01-.69 1.11l-.94.93a4 4 0 01.49.15 18.14 18.14 0 005.52-3 2.22 2.22 0 00.82.16 2.26 2.26 0 001.75-.84 17.16 17.16 0 002.29.44 17.92 17.92 0 002.31.15h.1a12 12 0 01-10.9 7h-.07a8.68 8.68 0 01-.48 2H18a14 14 0 000-28zm-7.61 8.07a2.21 2.21 0 000 .37 17.92 17.92 0 00-4.3 3.9A12 12 0 0111 6.37a15.48 15.48 0 00.42 1.91 2.25 2.25 0 00-1.03 1.88zM13 7.93a14.72 14.72 0 01-.47-2.5A12 12 0 0126.57 7.7v1a18.38 18.38 0 00-12.22-.07 2.28 2.28 0 00-1.35-.7zm10.45 9.12a2.23 2.23 0 00-1-.23 2.27 2.27 0 00-1.62.68 16 16 0 01-6.35-6 2.24 2.24 0 00.43-1.32 16.76 16.76 0 017.48-.77 17.27 17.27 0 013.93 1 15.66 15.66 0 01-2.9 6.64zm3.27 2.29a18.39 18.39 0 01-2-.37 2.57 2.57 0 00-.16-.75A17.4 17.4 0 0027.83 11q.68.33 1.32.72a11.87 11.87 0 01.85 4.37 12 12 0 01-.49 3.35 16.59 16.59 0 01-2.82-.1z"/></svg><view id="network-virtual-adapter" viewBox="0 380 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="akvmw-color-blue" id="network-virtual-adapter-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="380"><defs><style>.akvmw-color-blue{fill:#0091da}.akpath-size{fill:none}</style></defs><path class="akpath-size" d="M0 0h36v36H0z"/><path d="M8 12h4v8H8zM16 12h4v8h-4zM24 12h4v8h-4z"/><path d="M8 28H4V16H2v12a2 2 0 002 2h6v-4h2v-2H8zM32 6H4a2 2 0 00-2 2v4h2V8h28v4h2V8a2 2 0 00-2-2zM32 28H12v2h20a2 2 0 002-2V16h-2z"/></svg><view id="network-virtual-adapter-warning" viewBox="0 418 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="alvmw-color-theme" id="network-virtual-adapter-warning-" data-name="Layer 2" width="38" height="38" viewBox="-1 -1 38 38" y="418"><defs><style>.alvmw-color-theme{fill:#565656}.alpath-size{fill:none}.alvmw-color-blue{fill:#0091da}.alvmw-color-yellow{fill:#b68300}.alvmw-color-yellow-bright{fill:#ffe02c}.alvmw-color-charcoal{fill:#454545}</style></defs><path class="alpath-size" d="M0 0h36v36H0z"/><path class="alvmw-color-blue" d="M8 12h4v8H8z"/><path class="alvmw-color-blue" d="M12 24H8v4H4V16H2v12a2 2 0 002 2h6v-4h2zM17.7 6H4a2 2 0 00-2 2v4h2V8h12.54zM32 22.11V28H12v2h20a2 2 0 002-2v-6.44a5.85 5.85 0 01-2 .55z"/><path class="alvmw-color-yellow" d="M25 1.19a3.84 3.84 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="alvmw-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.86-1.86 1.88 1.88 0 01.25-.93l6.54-11.23A1.83 1.83 0 0125 3.19"/><path class="alvmw-color-charcoal" d="M24 14h2v2h-2zM24 6h2v6h-2z"/></svg><view id="network-vm-migrate" viewBox="0 456 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="amvmw-color-theme" id="network-vm-migrate-" 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="M12 11h-2V3a1 1 0 011-1h10a1 1 0 011 1v4h-2V4h-8zM26 28h4v2h-4z"/><path d="M33 34H3a1 1 0 01-1-1v-8a1.06 1.06 0 01.29-.72A1 1 0 013 24h30a1 1 0 011 1v8a1 1 0 01-1 1zM4 32h28v-6H4zM27 18h-8v-2h7V8h-8v3h-2V7a1 1 0 011-1h10a1 1 0 011 1v10a1 1 0 01-1 1z"/><path d="M19 22H9a1 1 0 01-1-1V11a1 1 0 011-1h10a1 1 0 011 1v10a1 1 0 01-1 1zm-9-2h8v-8h-8z"/><path class="ampath-size" d="M0 0h36v36H0z"/></svg><view id="network-warning" viewBox="0 494 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="anvmw-color-theme" id="network-warning-" data-name="Layer 2" width="38" height="38" viewBox="-1 -1 38 38" y="494"><defs><style>.anvmw-color-theme{fill:#565656}.anpath-size{fill:none}.anvmw-color-yellow{fill:#b68300}.anvmw-color-yellow-bright{fill:#ffe02c}.anvmw-color-charcoal{fill:#454545}</style></defs><path class="anvmw-color-theme" d="M27 32H9a1 1 0 000 2h18a1 1 0 000-2z"/><path class="anpath-size" d="M0 0h36v36H0z"/><path class="anvmw-color-theme" d="M28.38 22.14A12 12 0 0112 26.45l-.51-.31h.42A2.24 2.24 0 0014 24.8a17.92 17.92 0 006.34-2.66h-1.81a5.3 5.3 0 01-1.19-.14A16.49 16.49 0 0114 23.15a2.25 2.25 0 00-4.34.44c-.36 0-.71-.05-1.07-.08a11.91 11.91 0 01-2.52-6.16 16 16 0 015.17-5.44 2.22 2.22 0 001.41.51 2 2 0 00.49-.06c.15.25.31.49.47.73l.87-1.52v-.07a2.23 2.23 0 00.44-1.32c.16-.06.33-.09.49-.14l1.12-1.95a21.1 21.1 0 00-2.24.6A2.22 2.22 0 0013 7.94a15.23 15.23 0 01-.48-2.51A11.87 11.87 0 0118 4.09h.78l1.1-1.9a14.71 14.71 0 00-1.88-.1 14 14 0 1012.61 20.05zM11 6.37a15.89 15.89 0 00.42 1.91 2.26 2.26 0 00-1 1.88 2.41 2.41 0 000 .38 17.71 17.71 0 00-4.3 3.89A12 12 0 0111 6.37z"/><path class="anvmw-color-yellow" d="M25 1.19a3.84 3.84 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="anvmw-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.86-1.86 1.88 1.88 0 01.25-.93l6.54-11.23A1.83 1.83 0 0125 3.19"/><path class="anvmw-color-charcoal" d="M24 14h2v2h-2zM24 6h2v6h-2z"/></svg><view id="new-cluster" viewBox="0 532 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="aovmw-color-theme" id="new-cluster-" data-name="Layer 2" width="38" height="38" viewBox="-1 -1 38 38" y="532"><defs><style>.aovmw-color-theme{fill:#565656}.aopath-size{fill:none}.aovmw-color-green{fill:#59a011}</style></defs><g id="aoLayer_1" data-name="Layer 1"><path class="aovmw-color-theme" d="M4 10h4V8H3.79A1.74 1.74 0 002 9.66V32h6v-2H4z"/><circle class="aovmw-color-theme" cx="18" cy="26" r="2"/><path class="aovmw-color-theme" d="M32 14v16h-4v2h6V14h-2z"/></g><g id="aoLayer_2-2" data-name="Layer 2"><path class="aopath-size" d="M0 0h36v36H0z"/><path class="aovmw-color-theme" d="M18 8h-4v2h4z"/><path class="aovmw-color-theme" d="M24 18v12H12V6h6V4h-6.32A1.68 1.68 0 0010 5.68V32h16V18z"/><path class="aovmw-color-green" d="M36 6h-6V0h-4v6h-6v4h6v6h4v-6h6V6z"/></g></svg><view id="new-ds-cluster" viewBox="0 570 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="apvmw-color-theme" id="new-ds-cluster-" 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="M16 14c-.82 0-8 .08-8 3v14c0 2.92 7.18 3 8 3s8-.08 8-3V17c0-2.92-7.18-3-8-3zm6 4.86c-.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.14s5.62.73 6 1.14z"/><path class="appath-size" d="M0 0h36v36H0z"/><path class="apvmw-color-theme" d="M10 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-.89V12c.55 0 1.24 0 2 .07V5c0-2.91-7.18-3-8-3zM24 12h-4v.31a11 11 0 014 1.38zM30 22.84c-.3.32-1.69.84-4 1.05v2c2.39-.2 6-.84 6-2.91V18h-2z"/><path class="apvmw-color-green" d="M36 6h-6V0h-4v6h-6v4h6v6h4v-6h6V6z"/></svg><view id="new-subscription" viewBox="0 608 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="aqvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="new-subscription-" y="608"><defs><style>.aqvmw-color-theme{fill:#565656}</style></defs><g id="aqLayer_2" data-name="Layer 2"><path d="M20 24h-4v4.18h-3.98l6 6 6-6H20V24zM27 6h-5V3a1 1 0 00-1-1H11a1 1 0 00-1 1v7H9a1 1 0 00-1 1v10a1 1 0 001 1h10a1 1 0 001-1v-3h7a1 1 0 001-1V7a1 1 0 00-1-1zM12 4h8v2h-3a1 1 0 00-1 1v3h-4zm6 16h-8v-8h8zm8-4h-6v-5a1 1 0 00-1-1h-1V8h8z"/></g></svg><view id="nodes" viewBox="0 646 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="arvmw-color-theme" id="nodes-" 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="M18 34a1 1 0 01-.52-.14l-13-7.47a1.05 1.05 0 01-.48-.92V10.53a1.05 1.05 0 01.52-.91l13-7.47a1 1 0 011 0l13 7.47a1.05 1.05 0 01.52.91v14.94a1.05 1.05 0 01-.52.91l-13 7.47A1 1 0 0118 34zM6 24.92l12 6.93 12-6.93V11.08L18 4.15 6 11.08zM31 26z"/><path class="arpath-size" d="M36 0v36H0V0"/></svg><view id="note-line" viewBox="0 684 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="asvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="note-line-" y="684"><defs><style>.asvmw-color-theme{fill:#565656}.aspath-size{opacity:0}</style></defs><path d="M28 30H6V8h13.22l2-2H6a2 2 0 00-2 2v22a2 2 0 002 2h22a2 2 0 002-2V15l-2 2z"/><path d="M33.53 5.84l-3.37-3.37a1.61 1.61 0 00-2.28 0L14.17 16.26l-1.11 4.81A1.61 1.61 0 0014.63 23a1.69 1.69 0 00.37 0l4.85-1.07L33.53 8.12a1.61 1.61 0 000-2.28zM18.81 20.08l-3.66.81.85-3.63L26.32 6.87l2.82 2.82zM30.27 8.56l-2.82-2.82L29 4.16 31.84 7z"/><path class="aspath-size" d="M0 0h36v36H0z"/></svg><view id="nsx-distributed-port-group" 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="nsx-distributed-port-group-" y="722"><defs><style>.atvmw-color-theme{fill:#565656}.atpath-size{fill:none}</style></defs><g id="atLayer_5" data-name="Layer 5"><path d="M20 24h2v4h-2zM14 24h2v4h-2zM8 24h2v4H8zM22.26 16h-8.52a1 1 0 000 2h8.52a1 1 0 000-2z"/><path d="M4 21.06L7.13 10h3.13A8 8 0 0110 8H7.13a2 2 0 00-1.91 1.41L2.09 20.48a2 2 0 00-.09.59V30a2 2 0 002 2h18.91v-2H4z"/><path d="M8 20h14.91v2H8zM32.75 21.6a1.4 1.4 0 00-1.4 1.4v3.66l-3.51-4.34a1.42 1.42 0 00-1.56-.44 1.4 1.4 0 00-.93 1.32V31a1.4 1.4 0 002.8 0v-3.84l3.51 4.34a1.42 1.42 0 001.56.44 1.4 1.4 0 00.93-1.32V23a1.4 1.4 0 00-1.4-1.4zM18 14a6 6 0 116-6 6 6 0 01-6 6zm0-10a4 4 0 104 4 4 4 0 00-4-4zM31.72 19.76a3.52 3.52 0 011-.16 3.31 3.31 0 011 .18L30.87 9.41A2 2 0 0029 8h-3a8.24 8.24 0 01-.26 2H29z"/><path class="atpath-size" d="M0 0h36v36H0z"/></g></svg><view id="nsxe-install" viewBox="0 760 38 38"/><svg xmlns="http://www.w3.org/2000/svg" width="38" height="38" fill="none" viewBox="-1 -1 38 38" id="nsxe-install-" y="760"><path d="M5.985 26.108c-.4 0-.8-.4-.8-.8 0-5.4 2.4-10.4 6.4-14 3.6-3.2 8.4-4.8 13.4-4.6.4 0 .8.4.8.8s-.4.8-.8.8h-.4c-4.4 0-8.6 1.4-12 4.4-3.6 3.2-5.8 7.8-5.8 12.8 0 .2-.4.6-.8.6z" fill="#565656"/><path d="M25 33.108l-.6-.4c-.6-.4-1-.8-1.6-1-2.6-1.6-6.8-4.2-6.8-9.6v-8.8l9-4.2 9 4.2v8.8c0 5.4-4.2 8-6.8 9.6-.6.4-1 .6-1.6 1l-.6.4zm-7-18.2v7.2c0 4.2 3.4 6.4 5.8 7.8l1.2.8c.4-.2.8-.4 1.2-.8 2.4-1.6 5.8-3.6 5.8-7.8v-7.2l-7-3.4-7 3.4z" fill="#565656"/><path d="M16.385 29.508c-3.2 0-6.2-1.2-8.4-3.4 1.725.657 3.555.996 5.4 1h1.4a5.993 5.993 0 01-.8-1.6c-2.8.2-5.6-.6-8.2-2-2-3.6-2.2-8-.2-11.6.6 5.4 3.6 10.2 8.2 13.2-.2-.6-.2-1.4-.4-2-4-3.2-6.4-8-6.4-13v-.6c.4-.6.8-1 1.2-1.4h.2c3 0 6 1 8.6 2.8l1.6-.8c-2.4-1.8-5.4-3-8.4-3.4 4.6-2.8 10.4-2 14.4 1.6h1.6l1.4.2c-5-6.2-14-7.4-20.2-2.4-6.2 5-7.2 13.8-2.2 20 3.2 4 8.4 6 13.6 5.2l-2.4-1.8z" fill="#565656"/><path d="M15.986 11.308a1.8 1.8 0 100-3.6 1.8 1.8 0 000 3.6zM7.785 18.708a1.8 1.8 0 100-3.6 1.8 1.8 0 000 3.6z" fill="#565656"/></svg><view id="opaqueSwitch" 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="opaqueSwitch-" y="798"><defs><style>.avvmw-color-theme{fill:#565656}</style></defs><g id="avLayer_2" data-name="Layer 2"><path d="M4.92 22A7 7 0 014 18.28a5 5 0 015.33-4.64l.48.06a1 1 0 00.81-.26 1.08 1.08 0 00.35-.8 9 9 0 1117.24 3.61 1 1 0 00.07.94 1 1 0 00.81.46A3 3 0 0132 20.78c0 .3-.07 1.18-.07 1.18H34v-1.31a5 5 0 00-3.49-4.76 10.8 10.8 0 00.49-3.25 11 11 0 00-21.95-1 7 7 0 00-7 7A11.39 11.39 0 002.6 22zM33 34H5a1 1 0 01-1-1v-8a1 1 0 011-1h28a1 1 0 011 1v8a1 1 0 01-1 1zM6 32h26v-6H6z"/><path d="M8 28h2v2H8zM12 28h2v2h-2zM16 28h2v2h-2zM20 28h2v2h-2zM24 28h2v2h-2zM28 28h2v2h-2z"/></g></svg><view id="open-console" viewBox="0 836 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="awvmw-color-theme" id="open-console-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="836"><defs><style>.awvmw-color-theme{fill:#565656}.awpath-size{fill:none}.awvmw-color-green{fill:#59a011}</style></defs><path class="awvmw-color-theme" d="M26 32h-1.74a3.63 3.63 0 01-1.5-2.52v-1.35h-1.52v1.37a4.23 4.23 0 00.93 2.5h-8.34a4.22 4.22 0 00.93-2.52v-1.35h-1.52v1.37a3.62 3.62 0 01-1.5 2.5h-1.8a1 1 0 100 2h16.12a.91.91 0 001-.83.49.49 0 000-.17 1 1 0 00-1-1z"/><path class="awpath-size" d="M0 0h36v36H0z"/><path class="awvmw-color-theme" d="M21.29 7.16H6.1V23h1.6V8.76h11.99l1.6-1.6z"/><path class="awvmw-color-theme" d="M33 13.64l-1-1V25H4V5h19.45l.44-.44L22.33 3H3.5A1.5 1.5 0 002 4.5v21A1.5 1.5 0 003.5 27h29a1.5 1.5 0 001.5-1.5V14.28a2.56 2.56 0 01-1-.64z"/><path class="awvmw-color-green" d="M23.77 1.33L27 4.56l-6 6 4.52 4.52 6-6 3.15 3.15a.78.78 0 001.33-.55V0H24.32a.78.78 0 00-.55 1.33z"/></svg><view id="organization" 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="organization-" y="874"><defs><style>.axvmw-color-theme{fill:#565656}</style></defs><path class="axclr-i-outline axclr-i-outline-path-1" d="M9.8 18.8h16.4v3.08h1.6V17.2h-9V14h-1.6v3.2h-9v4.68h1.6V18.8z"/><path d="M14 23H4a2 2 0 00-2 2v6a2 2 0 002 2h10a2 2 0 002-2v-6a2 2 0 00-2-2zM4 31v-6h10v6z" class="axclr-i-outline axclr-i-outline-path-2"/><path d="M32 23H22a2 2 0 00-2 2v6a2 2 0 002 2h10a2 2 0 002-2v-6a2 2 0 00-2-2zm-10 8v-6h10v6z" class="axclr-i-outline axclr-i-outline-path-3"/><path d="M13 13h10a2 2 0 002-2V5a2 2 0 00-2-2H13a2 2 0 00-2 2v6a2 2 0 002 2zm0-8h10v6H13z" class="axclr-i-outline axclr-i-outline-path-4"/><path fill-opacity="0" d="M0 0h36v36H0z"/></svg><view id="ovf-deploy" viewBox="0 912 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="ayvmw-color-theme" id="ovf-deploy-" data-name="Layer 2" width="38" height="38" viewBox="-1 -1 38 38" y="912"><defs><style>.ayvmw-color-theme{fill:#565656}.ayvmw-color-green{fill:#59a011}</style></defs><path class="ayvmw-color-theme" d="M28 18v5.4l-9 4.91v-9.66l5-2.73v-2.39l-6 3.28L9.14 12 18 7.14V5a1 1 0 00-.5.13L6.76 11a1 1 0 00-.68.51 1 1 0 00-.08.81V24a1 1 0 00.55.92l11 6a1 1 0 001 0l11-6A1 1 0 0030 24v-6zM17 28.31L8 23.4v-9.66l9 4.91z"/><path class="ayvmw-color-green" d="M36 6h-6V0h-4v6h-6v4h6v6h4v-6h6V6z"/></svg><view id="ovf-template-export" 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="ovf-template-export-" y="950"><defs><style>.azpath-size{fill:none}.azvmw-color-theme{fill:#565656}.azvmw-color-blue{fill:#0091da}</style></defs><path class="azpath-size" d="M36 0v36H0V0" id="azLayer_1" data-name="Layer 1"/><g id="azLayer_2" data-name="Layer 2"><path class="azvmw-color-theme" d="M28.79 18.11a2.74 2.74 0 01-.79.57v4.7l-8.9 4.85v-9.61L24 16v-2h-.85L18 16.81 9.19 12 16 8.28V5.9l-9.5 5.18-.1.07-.08.06a1 1 0 00-.23.28 1.06 1.06 0 00-.1.3v.1A1 1 0 006 12v12a1 1 0 00.55.92l11 6h.14a1 1 0 00.72 0h.14l11-6a1 1 0 00.55-.92v-7.27zM17 28.23l-8.9-4.85v-9.61l8.9 4.85z"/><path class="azvmw-color-blue" d="M26 .71V5h-8v7h8v4.2a.78.78 0 001.34.53l7.84-8.27L27.34.18A.78.78 0 0026 .71z"/></g></svg><view id="pci" viewBox="0 988 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bavmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="pci-" y="988"><defs><style>.bavmw-color-theme{fill:#565656}</style></defs><g id="baLayer_5" data-name="Layer 5"><path d="M31 6H6V2H3a1 1 0 000 2h1v27a1 1 0 002 0v-7h4v1a1 1 0 001 1h20a1 1 0 001-1V7a1 1 0 00-1-1zm-1 18H12v-2H6V8h24z"/><path d="M22 16h-4v-4h-2v6h6v-2zM8 12h2v2H8zM8 16h2v2H8z"/></g></svg><view id="pci-pt-reboot" viewBox="0 1026 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bbvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="pci-pt-reboot-" y="1026"><defs><style>.bbvmw-color-theme{fill:#565656}</style></defs><g id="bbLayer_5" data-name="Layer 5"><path d="M16 12v6h6v-2h-4v-4h-2zM8 12h2v2H8zM8 16h2v2H8z"/><path d="M12 22H6V8h24v8.12a3.19 3.19 0 01.71.51L32 17.92V7a1 1 0 00-1-1H6V2H3a1 1 0 000 2h1v27a1 1 0 002 0v-7h4v1a1 1 0 001 1h5.48a8.2 8.2 0 01.83-2H12z"/><path d="M29.3 18.05a1 1 0 00-1.42 0 1 1 0 000 1.41L30.46 22h-6.24a6 6 0 000 12.06h2.38a1 1 0 000-2h-2.38a4 4 0 010-8.06h6.24l-2.58 2.58a1 1 0 000 1.41 1 1 0 001.42 0l5-5z"/></g></svg><view id="pencil-line" viewBox="0 1064 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bcvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="pencil-line-" y="1064"><defs><style>.bcvmw-color-theme{fill:#565656}.bcpath-size{opacity:0}</style></defs><path d="M33.87 8.32L28 2.42a2.07 2.07 0 00-2.92 0L4.27 23.2l-1.9 8.2a2.06 2.06 0 002 2.5 2.14 2.14 0 00.43 0l8.29-1.9 20.78-20.76a2.07 2.07 0 000-2.92zM12.09 30.2l-7.77 1.63 1.77-7.62L21.66 8.7l6 6zM29 13.25l-6-6 3.48-3.46 5.9 6z"/><path class="bcpath-size" d="M0 0h36v36H0z"/></svg><view id="permissions-card" viewBox="0 1102 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bdvmw-color-theme" id="permissions-card-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="1102"><defs><style>.bdvmw-color-theme{fill:#565656}.bdpath-size{fill:none}</style></defs><path class="bdpath-size" d="M0 0h36v36H0z"/><path d="M22.4 5.8a2.44 2.44 0 014.5 1.9 2.5 2.5 0 01-2.2 1.5 1.7 1.7 0 01-.7-.1 5.72 5.72 0 01.09.9h3.67a4.34 4.34 0 001.44-3.2 4.46 4.46 0 00-4.4-4.5A4.29 4.29 0 0021 4.5a4.27 4.27 0 011.4 1.3zM13.61 14L15 12.62a2.78 2.78 0 01-1-2.12 2.84 2.84 0 015.65-.5h2a4.84 4.84 0 10-8 4zM11 14.4a6.67 6.67 0 01-.9-2.1h-.8a10.29 10.29 0 00-7 2.4L2 15v8h2v-7.2a8.5 8.5 0 015.3-1.6 8.81 8.81 0 011.7.2zM9.3 11.1a1.27 1.27 0 00.6-.1v-.6A6.15 6.15 0 0110 9a1.7 1.7 0 01-.7.1 2.4 2.4 0 010-4.8 2.53 2.53 0 012.3 1.5 10 10 0 011.5-1.4 4.44 4.44 0 10-3.8 6.7zM10.27 28.66l.66-.66H10v-8.39a9.94 9.94 0 00-.8.79l-.2.3v7.6a1.69 1.69 0 001.7 1.7h.91zM23 21a2 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-.05V12h-6v3.58l-.12.05-2.54-2.53-4.24 4.24 2.53 2.54a.61.61 0 01-.05.12H12v6h3.58a.61.61 0 01.05.12l-2.53 2.54 4.24 4.24 2.54-2.53.12.05V34h6v-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.47L24 29v3h-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.14L17 24h-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-.47L22 17v-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.14L29 22h3v2h-3l-.21.71a5.8 5.8 0 01-.47 1.14l-.36.66z"/></svg><view id="plugin" viewBox="0 1140 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bevmw-color-theme" id="plugin-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="1140"><defs><style>.bevmw-color-theme{fill:#565656}.bepath-size{fill:none}</style></defs><path class="bepath-size" d="M0 0h36v36H0z"/><path d="M27 34H3a1 1 0 01-1-1v-8a1 1 0 011-1h2a3 3 0 000-6H3a1 1 0 01-1-1V9a1 1 0 011-1h7V7a5 5 0 0110 0v1h7a1 1 0 011 1v7h1a5 5 0 010 10h-1v7a1 1 0 01-1 1zM4 32h22v-7a1 1 0 011-1h2a3 3 0 000-6h-2a1 1 0 01-1-1v-7h-7a1 1 0 01-1-1V7a3 3 0 00-6 0v2a1 1 0 01-1 1H4v6h1a5 5 0 010 10H4z"/></svg><view id="plus-circle-green" viewBox="0 1178 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bfvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="plus-circle-green-" y="1178"><defs><style>.bfvmw-color-theme{fill:#565656}.bfpath-size{opacity:0}.bfvmw-color-green{fill:#59a011}</style></defs><path d="M26.17 17H19V9.83a1 1 0 00-2 0V17H9.83a1 1 0 000 2H17v7.17a1 1 0 002 0V19h7.17a1 1 0 000-2z" class="bfvmw-color-green"/><path d="M18 2a16 16 0 1016 16A16 16 0 0018 2zm0 30a14 14 0 1114-14 14 14 0 01-14 14z" class="bfvmw-color-green"/><path class="bfpath-size" d="M0 0h36v36H0z"/></svg><view id="plus-circle-line" viewBox="0 1216 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bgvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="plus-circle-line-" y="1216"><defs><style>.bgvmw-color-theme{fill:#565656}.bgpath-size{opacity:0}</style></defs><path d="M26.17 17H19V9.83a1 1 0 00-2 0V17H9.83a1 1 0 000 2H17v7.17a1 1 0 002 0V19h7.17a1 1 0 000-2z"/><path d="M18 2a16 16 0 1016 16A16 16 0 0018 2zm0 30a14 14 0 1114-14 14 14 0 01-14 14z"/><path class="bgpath-size" d="M0 0h36v36H0z"/></svg><view id="plus-line" viewBox="0 1254 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bhvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="plus-line-" y="1254"><defs><style>.bhvmw-color-theme{fill:#565656}.bhpath-size{opacity:0}</style></defs><path d="M30 17H19V6a1 1 0 10-2 0v11H6a1 1 0 00-1 1 .91.91 0 001 .94h11V30a1 1 0 102 0V19h11a1 1 0 001-1 1 1 0 00-1-1z"/><path class="bhpath-size" d="M0 0h36v36H0z"/></svg><view id="pod" viewBox="0 1292 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bivmw-color-theme" id="pod-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="1292"><defs><style>.bivmw-color-theme{fill:#565656}.bipath-size{fill:none}.bicls-2{opacity:0}</style></defs><path class="bipath-size" d="M36 0v36H0V0"/><path d="M26 32H10a6 6 0 01-6-6V10a6 6 0 016-6h16a6 6 0 016 6v16a6 6 0 01-6 6zM10 6a4 4 0 00-4 4v16a4 4 0 004 4h16c2.21 0 4-1.79 4-3V11c0-3.21-1.79-5-4-5z"/><path d="M26.56 16H15.44A1.43 1.43 0 0014 17.42v7.14A1.43 1.43 0 0015.42 26h11.14A1.43 1.43 0 0028 24.58v-7.14A1.43 1.43 0 0026.58 16zM26 24H16v-6h10z"/><path d="M12 18h-2v-6h10v2h2v-2.6a1.43 1.43 0 00-1.44-1.4H9.44A1.43 1.43 0 008 11.42v7.14A1.43 1.43 0 009.42 20H12z"/><path class="bicls-2" d="M0 0h36v36H0z"/></svg><view id="pod_error" 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="pod_error-" y="1330"><defs><style>.bjvmw-color-theme{fill:#565656}.bjvmw-color-red{fill:#f84e30}</style></defs><path class="bjvmw-color-theme" d="M0 0v36h36H0V0z" id="bjLayer_1" data-name="Layer 1"/><g id="bjLayer_2" data-name="Layer 2"><path class="bjvmw-color-theme" d="M30 19.57v7.33c0 1.21-1.79 3-4 3H10a4 4 0 01-4-4v-16a4 4 0 014-4h6.46a11.31 11.31 0 01.81-2H10a6 6 0 00-6 6v16a6 6 0 006 6h16a6 6 0 006-6v-7.11a10.51 10.51 0 01-2 .78z"/><path class="bjvmw-color-theme" d="M10 12h6.43a10.24 10.24 0 01-.38-2H9.44A1.43 1.43 0 008 11.42v7.14A1.44 1.44 0 009.42 20H12v-2h-2zM27 20c-.34 0-.67 0-1-.05V24H16v-6h4.7a11.2 11.2 0 01-2.18-2h-3.08A1.43 1.43 0 0014 17.42v7.14A1.44 1.44 0 0015.42 26h11.14A1.43 1.43 0 0028 24.58V20h-1z"/><path class="bjvmw-color-red" d="M27 0a9 9 0 109 9 9 9 0 00-9-9zm1 14h-2v-2h2zm0-4h-2V4h2z"/></g></svg><view id="pod_info" viewBox="0 1368 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bkvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="pod_info-" y="1368"><defs><style>.bkpath-size{fill:none}.bkvmw-color-theme{fill:#565656}.bkvmw-color-orange{fill:#e46c00}</style></defs><g id="bkLayer_1" data-name="Layer 1"><path class="bkpath-size" d="M36 0v36H0V0"/><path class="bkvmw-color-theme" d="M12 18h-2v-6h10v2h2v-2.6a1.43 1.43 0 00-1.44-1.4H9.44A1.43 1.43 0 008 11.42v7.14A1.43 1.43 0 009.42 20H12z"/><path class="bkpath-size" d="M0 0h36v36H0z"/></g><g id="bkLayer_2" data-name="Layer 2"><path class="bkvmw-color-theme" d="M30 22v5c0 1.21-1.79 3-4 3H10a4 4 0 01-4-4V10a4 4 0 014-4h16.59a5.18 5.18 0 01-.77-2H10a6 6 0 00-6 6v16a6 6 0 006 6h16a6 6 0 006-6v-4z"/><path class="bkvmw-color-theme" d="M26 24H16v-6h10v-2H15.44A1.43 1.43 0 0014 17.42v7.14A1.43 1.43 0 0015.42 26h11.14A1.43 1.43 0 0028 24.58V22h-2z"/><circle class="bkvmw-color-orange" cx="30.96" cy="3.2" r="3.2"/><path class="bkvmw-color-orange" d="M28 8h6v12h-6z"/></g></svg><view id="pod_on" viewBox="0 1406 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="blvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="pod_on-" y="1406"><defs><style>.blpath-size{fill:none}.blvmw-color-theme{fill:#565656}.blvmw-color-green{fill:#60a644}</style></defs><g id="blLayer_1" data-name="Layer 1"><path class="blpath-size" d="M36 0v36H0V0"/><path class="blpath-size" d="M0 0h36v36H0z"/></g><g id="blLayer_2" data-name="Layer 2"><path class="blvmw-color-theme" d="M30 14.5V27c0 1.21-1.79 3-4 3H10a4 4 0 01-4-4V10a4 4 0 014-4h9V4h-9a6 6 0 00-6 6v16a6 6 0 006 6h16a6 6 0 006-6V13.39z"/><path class="blvmw-color-theme" d="M10 12h9v-2H9.44A1.43 1.43 0 008 11.42v7.14A1.43 1.43 0 009.42 20H12v-2h-2z"/><path class="blvmw-color-theme" d="M27.11 16.11L23.7 18H26v6H16v-6h4.61-.06a3.12 3.12 0 01-1.45-2h-3.66A1.43 1.43 0 0014 17.42v7.14A1.43 1.43 0 0015.42 26h11.14A1.43 1.43 0 0028 24.58v-7.14a1.44 1.44 0 00-.89-1.33z"/><path class="blvmw-color-green" d="M35.41 7.2l-12.7-7a1.15 1.15 0 00-1.71 1v14.06a1.15 1.15 0 001.71 1l12.7-7.06a1.15 1.15 0 000-2z"/></g></svg><view id="pod_suspended" 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="pod_suspended-" y="1444"><defs><style>.bmpath-size{fill:none}.bmvmw-color-theme{fill:#565656}.bmvmw-color-yellow{fill:#b68300}.bmvmw-color-yellow-bright{fill:#ffe02c}</style></defs><g id="bmLayer_1" data-name="Layer 1"><path class="bmpath-size" d="M0 0v36h36H0V0z"/><path class="bmpath-size" d="M16 18h10v6H16z"/><path class="bmvmw-color-theme" d="M14 17.42v7.14A1.44 1.44 0 0015.42 26h11.14A1.43 1.43 0 0028 24.58v-7.14A1.43 1.43 0 0026.6 16H15.44A1.43 1.43 0 0014 17.42zm2 .58h10v6H16z"/></g><g id="bmLayer_2" data-name="Layer 2"><path class="bmvmw-color-theme" d="M10 12h10v-2H9.44A1.43 1.43 0 008 11.42v7.14A1.44 1.44 0 009.42 20H12v-2h-2z"/><path class="bmvmw-color-theme" d="M30 16v10.9c0 1.21-1.79 3-4 3H10a4 4 0 01-4-4v-16a4 4 0 014-4h10v-2H10a6 6 0 00-6 6v16a6 6 0 006 6h16a6 6 0 006-6V16z"/><path class="bmvmw-color-yellow" d="M22 0h14v14H22z"/><path class="bmvmw-color-yellow-bright" d="M28 2v10h-4V2h4M34 2v10h-4V2h4"/></g></svg><view id="pod_warning" viewBox="0 1482 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bnvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="pod_warning-" y="1482"><defs><style>.bnvmw-color-theme{fill:#565656}.bnvmw-color-yellow{fill:#b68300}.bnvmw-color-yellow-bright{fill:#ffe02c}.bnvmw-color-charcoal{fill:#454545}</style></defs><path class="bnvmw-color-theme" d="M0 0v36h36H0V0z" id="bnLayer_1" data-name="Layer 1"/><g id="bnLayer_2" data-name="Layer 2"><path class="bnvmw-color-theme" d="M26 22.14V24H16v-2.45A5.87 5.87 0 0114 20v4.58A1.44 1.44 0 0015.42 26h11.14A1.43 1.43 0 0028 24.58v-2.44zM10 12h4.24l1.15-2h-6A1.43 1.43 0 008 11.42v7.14A1.44 1.44 0 009.42 20H12v-2h-2z"/><path class="bnvmw-color-theme" d="M31.5 22.14H30v4.76c0 1.21-1.79 3-4 3H10a4 4 0 01-4-4v-16a4 4 0 014-4h7.76l1.15-2H10a6 6 0 00-6 6v16a6 6 0 006 6h16a6 6 0 006-6v-3.79c-.17.01-.33.03-.5.03z"/><path class="bnvmw-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="bnvmw-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="bnvmw-color-charcoal" d="M24 14h2v2h-2zM24 6h2v6h-2z"/></g></svg><view id="pop-out-line" viewBox="0 1520 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bovmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="pop-out-line-" y="1520"><defs><style>.bovmw-color-theme{fill:#565656}.bopath-size{opacity:0}</style></defs><path d="M27 33H5a2 2 0 01-2-2V9a2 2 0 012-2h10v2H5v22h22V21h2v10a2 2 0 01-2 2z"/><path d="M18 3a1 1 0 000 2h11.59L15.74 18.85a1 1 0 101.41 1.41L31 6.41V18a1 1 0 002 0V3z"/><path class="bopath-size" d="M0 0h36v36H0z"/></svg><view id="portAdd" viewBox="0 1558 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bpvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="portAdd-" y="1558"><defs><style>.bppath-size{fill:none;opacity:.41}.bpvmw-color-theme{fill:#565656}.bpvmw-color-green{fill:#59a011}</style></defs><g id="bpLayer_2" data-name="Layer 2"><path class="bppath-size" d="M0 0h36v36H0z"/><path class="bpvmw-color-theme" d="M28 18v10H8V12h4V6h6V4h-6a2 2 0 00-2 2v4H8a2 2 0 00-2 2v18h24V18z"/><path class="bpvmw-color-green" d="M36 6h-6V0h-4v6h-6v4h6v6h4v-6h6V6z"/></g></svg><view id="portAddId" viewBox="0 1596 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bqvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="portAddId-" y="1596"><defs><style>.bqvmw-color-theme{fill:#565656}.bqpath-size{fill:none;opacity:.41}.bqvmw-color-green{fill:#59a011}</style></defs><g id="bqLayer_1" data-name="Layer 1"><path class="bqvmw-color-theme" d="M20.09 12v1.92h-4.16V12h-2v1.92H12v2h1.93v4.16H12v2h1.93V24h2v-1.92h4.16V24h2v-1.92H24v-2h-1.91v-4.16H24v-2h-1.91V12zm0 8.08h-4.16v-4.16h4.16z" id="bqLayer_2" data-name="Layer 2"/></g><g id="bqLayer_2-2" data-name="Layer 2"><path class="bqpath-size" d="M0 0h36v36H0z"/><path class="bqvmw-color-theme" d="M28 18v10H8V12h4V6h6V4h-6a2 2 0 00-2 2v4H8a2 2 0 00-2 2v18h24V18z"/><path class="bqvmw-color-green" d="M36 6h-6V0h-4v6h-6v4h6v6h4v-6h6V6z"/></g></svg><view id="portChannel" viewBox="0 1634 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="brvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="portChannel-" y="1634"><defs><style>.brvmw-color-theme{fill:#565656}</style></defs><g id="brLayer_2" data-name="Layer 2"><path d="M32 6H4a2 2 0 00-2 2l.17 22H10v-4h4v-2H8v4H4L3.85 8H32v18h2V8a2 2 0 00-2-2z"/><path d="M20 18h-6v-6h2v4h4v2zM6 14h2v2H6zM6 10h2v2H6zM6 18h2v2H6zM30 24h-2.61c-.75-2.18-2.39-3.8-4.39-3.8s-3.64 1.62-4.39 3.8H16v2h2.28a4.86 4.86 0 00-.08 1 9.31 9.31 0 00.08 1H16v2h2.61c.75 2.18 2.41 3.8 4.39 3.8s3.64-1.62 4.39-3.8H30v-2h-2.28a4.86 4.86 0 00.08-1 9.31 9.31 0 00-.08-1H30zm-7-2.4c1.1 0 2.1 1 2.67 2.4h-5.34c.57-1.43 1.57-2.4 2.67-2.4zm0 10.8c-1.1 0-2.1-1-2.67-2.4h5.34c-.57 1.43-1.57 2.4-2.67 2.4zm3.2-5.4a4 4 0 01-.1 1h-6.2a5.05 5.05 0 010-2h6.2a4 4 0 01.1 1z"/></g></svg><view id="power-line-red" viewBox="0 1672 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bsvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="power-line-red-" y="1672"><defs><style>.bsvmw-color-theme{fill:#565656}.bspath-size{fill:none}.bsvmw-color-red{fill:#f84e30}</style></defs><path class="bsvmw-color-red" d="M18 21a1 1 0 01-1-1V4a1 1 0 012 0v16a1 1 0 01-1 1z"/><path class="bsvmw-color-red" d="M18 34.15a15 15 0 01-7.52-28 1 1 0 011 1.73 13 13 0 1013 0 1 1 0 111-1.73 15 15 0 01-7.52 28z"/><path class="bspath-size" d="M0 0h36v36H0z"/></svg><view id="powered-off" viewBox="0 1710 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="btvmw-color-theme" id="powered-off-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="1710"><defs><style>.btvmw-color-red{fill:#f84e30}.btvmw-color-theme{fill:#565656}.btpath-size{fill:none}</style></defs><path class="btpath-size" d="M0 0h36v36H0z"/><path class="btvmw-color-red" d="M29 30H7a1 1 0 01-1-1V7a1 1 0 011-1h22a1 1 0 011 1v22a1 1 0 01-1 1zM8 28h20V8H8z"/></svg><view id="powered-on" viewBox="0 1748 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="buvmw-color-theme" id="powered-on-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="1748"><defs><style>.buvmw-color-green{fill:#59a011}.buvmw-color-theme{fill:#565656}.bupath-size{fill:none}</style></defs><path class="bupath-size" d="M0 0h36v36H0z"/><path class="buvmw-color-green" d="M7 32.2a1 1 0 01-.49-.13A1 1 0 016 31.2V5a1 1 0 011.51-.86l22 13.1a1 1 0 010 1.72l-22 13.1a.94.94 0 01-.51.14zM8 6.76v22.68L27.05 18.1z"/></svg><view id="published-library" viewBox="0 1786 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bvvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="published-library-" y="1786"><defs><style>.bvpath-size{fill:none}.bvvmw-color-theme{fill:#565656}.bvvmw-color-blue{fill:#0091da}</style></defs><g id="bvLayer_1" data-name="Layer 1"><path class="bvpath-size" d="M0 0h36v36H0z"/><path class="bvvmw-color-theme" d="M20 22h4v2h-4zM12 18h4v2h-4zM12 14h4v2h-4zM12 22h4v2h-4z"/></g><g id="bvLayer_2" data-name="Layer 2"><path class="bvvmw-color-theme" d="M20 14h2.02v2H20z"/><path class="bvvmw-color-theme" d="M28 20v12H10a2 2 0 01-2-2V9.44a3.92 3.92 0 002 .56h7.1a2.76 2.76 0 01.1-2H10a2 2 0 010-4h10.93l2-2H10a4 4 0 00-4 4v24a4 4 0 004 4h19a1 1 0 001-1V20z"/><path class="bvvmw-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"/><path class="bvvmw-color-theme" d="M20 18h2v2h-2z"/></g></svg><view id="question-mark" viewBox="0 1824 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bwvmw-color-theme" id="question-mark-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="1824"><defs><style>.bwvmw-color-theme{fill:#565656}.bwpath-size{fill:none}</style></defs><path class="bwpath-size" d="M0 0h36v36H0z"/><circle cx="18" cy="30" r="2"/><path d="M27 13a9 9 0 00-9-9c-5.3 0-9 3.29-9 8a1 1 0 002 0c0-4.14 3.52-6 7-6a7 7 0 010 14 1 1 0 00-1 1v4a1 1 0 002 0v-3.06A9 9 0 0027 13z"/></svg><view id="redo-line" viewBox="0 1862 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bxvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="redo-line-" y="1862"><defs><style>.bxvmw-color-theme{fill:#565656}.bxpath-size{opacity:0}</style></defs><path d="M24 4.22a1 1 0 00-1.41 1.42l5.56 5.49h-13A11 11 0 0010.07 32a1 1 0 00.93-1.82 9 9 0 01-5-8 9.08 9.08 0 019.13-9h13l-5.54 5.48A1 1 0 0024 20l8-7.91z"/><path class="bxpath-size" d="M0 0h36v36H0z"/></svg><view id="refresh-line" viewBox="0 1900 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="byvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="refresh-line-" y="1900"><defs><style>.byvmw-color-theme{fill:#565656}.bypath-size{opacity:0}</style></defs><path d="M22.4 11.65a1.09 1.09 0 001.09 1.09h10.94V1.81a1.09 1.09 0 10-2.19 0v7.14a16.41 16.41 0 101.47 15.86 1.12 1.12 0 00-2.05-.9 14.18 14.18 0 11-1.05-13.36H23.5a1.09 1.09 0 00-1.1 1.1z"/><path class="bypath-size" d="M0 0h36v36H0z"/></svg><view id="remediate" viewBox="0 1938 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bzvmw-color-theme" id="remediate-" 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="M33.18 26.11L20.35 13.28A9.28 9.28 0 007.54 2.79l-1.34.59 5.38 5.38-2.82 2.83-5.38-5.38-.59 1.33a9.27 9.27 0 0010.49 12.81l12.83 12.83a2 2 0 002.83 0l4.24-4.24a2 2 0 000-2.83zm-5.66 5.66L13.88 18.12l-.57.16a7.27 7.27 0 01-9-4.94A7.54 7.54 0 014 11.28a7.36 7.36 0 01.15-1.48l4.61 4.61 5.66-5.66-4.61-4.6a7.27 7.27 0 018.47 9.16l-.16.57 13.65 13.65z"/><circle cx="27.13" cy="27.09" r="1.3"/><path class="bzpath-size" d="M0 0h36v36H0z"/></svg><view id="rescan-hba" viewBox="0 1976 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cavmw-color-theme" id="rescan-hba-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="1976"><defs><style>.cavmw-color-theme{fill:#565656}.capath-size{fill:none}</style></defs><path class="capath-size" d="M0 0h36v36H0z"/><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"/><path class="capath-size" d="M0 0h36v36H0z"/><path d="M15 16a2 2 0 002 2h2.36a9 9 0 0110.79-.37A2 2 0 0029 14H17a2 2 0 00-2 2z"/><path d="M16.38 27.58L4.8 16 16.39 4.41 22 10h2.8l-7.71-7.71a1 1 0 00-1.41 0l-13 13a1 1 0 000 1.42l13 13a1 1 0 00.71.29 1 1 0 00.7-.29l.16-.16a8.94 8.94 0 01-.87-1.97z"/></svg><view id="rescan-storage" viewBox="0 2014 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cbvmw-color-theme" id="rescan-storage-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="2014"><defs><style>.cbvmw-color-theme{fill:#565656}.cbpath-size{fill:none}</style></defs><path class="cbpath-size" d="M0 0h36v36H0z"/><path d="M9 10h12v2H9z"/><path d="M7 32V4h16v12.23a8.76 8.76 0 012-.23V3.31A1.33 1.33 0 0023.65 2H6.35A1.33 1.33 0 005 3.31V34h20a8.91 8.91 0 01-5.64-2z"/><path d="M15 30a3 3 0 002-.81A9 9 0 0116 25v-.8a3 3 0 00-1-.2 3 3 0 000 6zm0-4a1 1 0 11-1 1 1 1 0 011-1zM9 6h12v2H9zM25 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="rescan-storage-provider" viewBox="0 2052 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="ccvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="rescan-storage-provider-" y="2052"><defs><style>.ccvmw-color-theme{fill:#565656}</style></defs><g id="ccLayer_5" data-name="Layer 5"><path d="M32 28H4a2 2 0 00-2 2v2a2 2 0 002 2h28a2 2 0 002-2v-2a2 2 0 00-2-2zm-16 4v-2h16v2zM10 24h16a2 2 0 002-2V6a2 2 0 00-2-2H10a2 2 0 00-2 2v16a2 2 0 002 2zm0-2v-4h16v4zm0-6v-4h16v4zM26 6v4H10V6z"/></g></svg><view id="resource-pool" viewBox="0 2090 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cdvmw-color-theme" id="resource-pool-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="2090"><defs><style>.cdvmw-color-theme{fill:#565656}</style></defs><path d="M18 34a16 16 0 1116-16 16 16 0 01-16 16zm0-30a14 14 0 1014 14A14 14 0 0018 4z"/><path d="M8.37 28.5a1 1 0 01-.68-.27 1 1 0 01-.05-1.41L17.68 16h13.47a1 1 0 010 2h-12.6L9.11 28.18a1 1 0 01-.74.32z"/></svg><view id="resource-pool-add" viewBox="0 2128 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cevmw-color-theme" id="resource-pool-add-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="2128"><defs><style>.cepath-size{fill:none}.cevmw-color-theme{fill:#565656}.cevmw-color-green{fill:#59a011}</style></defs><path class="cepath-size" d="M0 0h36v36H0z"/><path class="cevmw-color-theme" d="M32 12v6h-.1v.1a14 14 0 11-14-14h.1V4h6v-.7a15.85 15.85 0 108.7 8.6H32z"/><path class="cevmw-color-theme" d="M17.7 16L7.2 27.3a1 1 0 000 1.4 1 1 0 001.4 0L18.5 18H24v-2z"/><path class="cevmw-color-green" d="M36 6h-6V0h-4v6h-6v4h6v6h4v-6h6V6z"/></svg><view id="resource-pool-edit" viewBox="0 2166 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cfvmw-color-theme" id="resource-pool-edit-" 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 d="M22.63 31.16a13.8 13.8 0 01-13.89-2.73 1.34 1.34 0 00.37-.25l5.12-5.52-1.41-1.42-5.18 5.58a1.23 1.23 0 00-.19.31 14 14 0 1124.4-10.84 1 1 0 00-.7-.29h-6.64l2 2h4.66a1 1 0 00.79-.42V18a13.58 13.58 0 01-.83 4.68l1.6 1.62A16 16 0 1018 34a15.7 15.7 0 006.23-1.26z"/><path d="M13.52 16.83a1.61 1.61 0 000 2.28l13.66 13.81L32 34h.68A1.6 1.6 0 0034 32.2v-.14l-1.11-4.81-13.72-13.79a1.62 1.62 0 00-2.27 0l-3.36 3.37zm4.39 3.85l2.82-2.82L31 28.25l.85 3.63-3.66-.81zM15.21 18l2.84-2.84 1.55 1.58-2.82 2.82z"/><path class="cfpath-size" d="M0 0h36v36H0z"/></svg><view id="resourcePoolAlert" 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="resourcePoolAlert-" y="2204"><defs><style>.cgpath-size{fill:none}.cgvmw-color-theme{fill:#565656}.cgvmw-color-red{fill:#f84e30}</style></defs><path class="cgpath-size" d="M0 0h36v36H0z" id="cgLayer_1" data-name="Layer 1"/><g id="cgLayer_2" data-name="Layer 2"><path class="cgvmw-color-theme" d="M32 18.81A14 14 0 1117.21 4a10.57 10.57 0 011.36-2A16 16 0 1034 17.48a11.73 11.73 0 01-2 1.33z"/><path class="cgvmw-color-theme" d="M18.52 16h-.84l-10 10.82a1 1 0 00.73 1.68 1 1 0 00.74-.32L18.55 18h2.15a11.2 11.2 0 01-2.18-2z"/><path class="cgvmw-color-red" d="M27 0a9 9 0 109 9 9 9 0 00-9-9zm1 14h-2v-2h2zm0-4h-2V4h2z"/></g></svg><view id="resourcePoolWarning" viewBox="0 2242 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="chvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="resourcePoolWarning-" y="2242"><defs><style>.chpath-size{fill:none}.chvmw-color-theme{fill:#565656}.chvmw-color-yellow{fill:#b68300}.chvmw-color-yellow-bright{fill:#ffe02c}.chvmw-color-charcoal{fill:#454545}</style></defs><path class="chpath-size" d="M0 0h36v36H0z" id="chLayer_1" data-name="Layer 1"/><g id="chLayer_2" data-name="Layer 2"><path class="chvmw-color-theme" d="M31.5 22.14h-.12A14 14 0 1118 4h.83l1.11-1.92v-.05A16.13 16.13 0 1032.7 24.47a15.58 15.58 0 00.9-2.73 5.72 5.72 0 01-2.1.4z"/><path class="chvmw-color-theme" d="M14 20l-6.36 6.82a1 1 0 00.73 1.68 1 1 0 00.74-.32l6.39-6.89A5.93 5.93 0 0114 20z"/><path class="chvmw-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="chvmw-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="chvmw-color-charcoal" d="M24 14h2v2h-2zM24 6h2v6h-2z"/></g></svg><view id="restore_vm" viewBox="0 2280 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="civmw-color-theme" id="restore_vm-" 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="M0 0h36v36H0z"/><path d="M10 6h14v2h2V6a2 2 0 00-2-2H9.87A1.87 1.87 0 008 5.87V12h2zm5 20a1 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-1zm-9 .79v.42zM29.91 10H16v2h7.91a.09.09 0 01.09.09V18h2v-5.91a.09.09 0 01.09-.09h3.82a.09.09 0 01.09.09V26h-8V14.48a.47.47 0 00-.48-.48H6.09A2.08 2.08 0 004 16.09v3.4a9.09 9.09 0 012-1v-2.4a.09.09 0 01.09-.09h13.8a.11.11 0 01.11.11v13.83a.06.06 0 01-.06.06h-2.49a9.09 9.09 0 01-1 2h4.08A1.46 1.46 0 0022 30.54v-2.45a.09.09 0 01.09-.09h7.82A2.08 2.08 0 0032 25.91V12.09A2.08 2.08 0 0029.91 10z"/></svg><view id="rule-conflict" viewBox="0 2318 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cjvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="rule-conflict-" y="2318"><defs><style>.cjpath-size{fill:none}.cjvmw-color-theme{fill:#565656}.cjvmw-color-red{fill:#f84e30}</style></defs><g id="cjLayer_1" data-name="Layer 1"><path class="cjpath-size" d="M4 30a2 2 0 004 0v-2H4z"/><path class="cjpath-size" d="M0 0h36v36H0z"/></g><g id="cjLayer_2" data-name="Layer 2"><path class="cjvmw-color-theme" d="M27 20c-.34 0-.67 0-1-.05v10.16A1.89 1.89 0 0124.11 32H9.45a3.94 3.94 0 00.55-2V6a2 2 0 014 0v4h2.05c0-.33-.05-.66-.05-1s0-.67.05-1H16V6a4 4 0 00-.54-2h1.77a10.6 10.6 0 011.31-2H12a4 4 0 00-4 4v20H2v4a4 4 0 004 4h18.11A3.9 3.9 0 0028 30.11V20h-1zM8 30a2 2 0 01-4 0v-2h4z"/><path class="cjvmw-color-red" d="M27 0a9 9 0 109 9 9 9 0 00-9-9zm1 14h-2v-2h2zm0-4h-2V4h2z"/></g></svg><view id="rules-profile" viewBox="0 2356 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="ckvmw-color-theme" id="rules-profile-" 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="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 d="M16 32H6V4h20v12h2V3a1 1 0 00-1-1H5a1 1 0 00-1 1v30a1 1 0 001 1h11z"/><path d="M17 8h7v2h-7zM17 14h7v2h-7zM11.86 12.24L8.44 8.59 9.9 7.22l2.05 2.19 2.19-2.04 1.37 1.46-3.65 3.41zM11.86 17.24l-3.42-3.65 1.46-1.37 2.05 2.19 2.19-2.04 1.37 1.46-3.65 3.41z"/></svg><view id="script-bundle" viewBox="0 2394 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="clvmw-color-theme" id="script-bundle-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="2394"><defs><style>.clvmw-color-theme{fill:#565656}.clpath-size{fill:none}</style></defs><path d="M24.11 34H6v-2c1.25 0 2.66 0 2.87-.05V32h15.24A1.89 1.89 0 0026 30.11V9h2v21.11A3.9 3.9 0 0124.11 34zM8 9h2v18H8z"/><path d="M6 34a4 4 0 01-4-4v-4h8v4a4 4 0 01-4 4zm-2-6v2a2 2 0 004 0v-2zM34 10H14V6a2 2 0 00-4 0v3H8V6a4 4 0 014-4h18a4 4 0 014 4zM16 8h16V6a2 2 0 00-2-2H15.46A4 4 0 0116 6z"/><path class="clpath-size" d="M0 0h36v36H0z"/></svg><view id="scsi-adapter" viewBox="0 2432 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cmvmw-color-theme" id="scsi-adapter-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="2432"><defs><style>.cmvmw-color-theme{fill:#565656}.cmpath-size{fill:none}</style></defs><path class="cmpath-size" d="M0 0h36v36H0z"/><path class="cmpath-size" d="M0 0h36v36H0z"/><path d="M22 24l-5.58 5.59L4.8 18 16.39 6.41 22 12h2.8l-7.71-7.71a1 1 0 00-1.41 0l-13 13a1 1 0 000 1.42l13 13a1 1 0 00.71.29 1 1 0 00.7-.29L24.8 24z"/><rect x="15" y="16" width="16" height="4" rx="2" ry="2"/></svg><view id="scsi-adapter-warning" viewBox="0 2470 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cnvmw-color-theme" id="scsi-adapter-warning-" 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-yellow{fill:#b68300}.cnvmw-color-yellow-bright{fill:#ffe02c}.cnvmw-color-charcoal{fill:#454545}</style></defs><path class="cnpath-size" d="M0 0h36v36H0z"/><path class="cnvmw-color-theme" d="M27.27 22.7L17.93 32 4 18 18 4.05l.51.51 1-1.79-.14-.14a2.11 2.11 0 00-2.92 0L2.6 16.54a2.08 2.08 0 000 2.92l13.91 13.91a2.08 2.08 0 002.92 0l9.25-9.25a1 1 0 000-1.41 1 1 0 00-1.41-.01z"/><path class="cnvmw-color-yellow" d="M25 1.19a3.84 3.84 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="cnvmw-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.86-1.86 1.88 1.88 0 01.25-.93l6.54-11.23A1.83 1.83 0 0125 3.19"/><path class="cnvmw-color-charcoal" d="M24 14h2v2h-2zM24 6h2v6h-2z"/></svg><view id="shortcuts" viewBox="0 2508 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="covmw-color-theme" id="shortcuts-" 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 class="copath-size" d="M0 0h36v36H0z"/><path d="M9 25a1 1 0 01-.71-.29l-6-6a1 1 0 010-1.42l6-6a1 1 0 011.42 0l6 6a1 1 0 010 1.42l-6 6A1 1 0 019 25zm-4.59-7L9 22.59 13.59 18 9 13.41zM18 16a1 1 0 01-.71-.29l-6-6a1 1 0 010-1.42l6-6a1 1 0 011.42 0l6 6a1 1 0 010 1.42l-6 6A1 1 0 0118 16zm-4.59-7L18 13.59 22.59 9 18 4.41zM18 34a1 1 0 01-.71-.29l-6-6a1 1 0 010-1.42l6-6a1 1 0 011.42 0l6 6a1 1 0 010 1.42l-6 6A1 1 0 0118 34zm-4.59-7L18 31.59 22.59 27 18 22.41zM27 25a1 1 0 01-.71-.29l-6-6a1 1 0 010-1.42l6-6a1 1 0 011.42 0l6 6a1 1 0 010 1.42l-6 6A1 1 0 0127 25zm-4.59-7L27 22.59 31.59 18 27 13.41z"/></svg><view id="snapshotRevert" viewBox="0 2546 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cpvmw-color-theme" id="snapshotRevert-" data-name="Layer 3" width="38" height="38" viewBox="-1 -1 38 38" y="2546"><defs><style>.cpvmw-color-theme{fill:#565656}.cppath-size{fill:none;opacity:.41}.cpvmw-color-green{fill:#60a644}</style></defs><path class="cpvmw-color-theme" d="M10.53 30H4.09a.09.09 0 01-.09-.09v-13.8a.11.11 0 01.11-.11h5.26a13.7 13.7 0 011.16-2H4.09A2.08 2.08 0 002 16.07v13.84A2.08 2.08 0 004.07 32h8.15a14.08 14.08 0 01-1.69-2z"/><path class="cppath-size" d="M0 0h36v36H0z"/><path class="cpvmw-color-theme" d="M17.45 5.47l1.8-1.16.13-.31H7.87A1.87 1.87 0 006 5.87V12h2V6h8.82a3 3 0 01.63-.53zM24.45 15.44L18 21.82l6.39 6.39 1.41-1.42-5-5 5-5-1.35-1.35z"/><path class="cpvmw-color-theme" d="M31.42 15.77a3 3 0 01-.86.95 10 10 0 11-10.79-4.46l-2.18-1.4a12 12 0 1015.22 5.8z"/><path class="cpvmw-color-green" d="M35.4 1a1 1 0 00-.31-.11 1.07 1.07 0 00-.56 0 1.3 1.3 0 00-.3.13l-4.4 2.83V2a1.14 1.14 0 00-.6-1 1 1 0 00-.31-.11 1.17 1.17 0 00-.86.15l-9.53 6.11a1.1 1.1 0 00-.4.43 1.19 1.19 0 000 1.07 1 1 0 00.17.24.87.87 0 00.23.19l9.53 6.12a1.36 1.36 0 00.25.11.8.8 0 00.3.06h.05a1.13 1.13 0 001-.55 1.08 1.08 0 00.17-.6v-1.84l4.4 2.82a1.18 1.18 0 00.56.17 1.14 1.14 0 001-.55 1.08 1.08 0 00.17-.6V2a1.14 1.14 0 00-.56-1z"/></svg><view id="snapshotTake" viewBox="0 2584 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cqvmw-color-theme" id="snapshotTake-" data-name="Layer 2" width="38" height="38" viewBox="-1 -1 38 38" y="2584"><defs><style>.cqvmw-color-theme{fill:#565656}.cqpath-size{fill:none}.cqvmw-color-blue{fill:#0091da}</style></defs><g id="cqLayer_3" data-name="Layer 3"><path class="cqvmw-color-theme" d="M10.55 30H4.11a.09.09 0 01-.11-.07V16.11a.11.11 0 01.11-.11h5.28a13.7 13.7 0 011.16-2H4.11A2.08 2.08 0 002 16.05v13.86A2.08 2.08 0 004.07 32h8.17a14.08 14.08 0 01-1.69-2z"/><path class="cqpath-size" d="M0 0h36v36H0z"/></g><g id="cqLayer_2-2" data-name="Layer 2"><path class="cqvmw-color-theme" d="M18 4H7.89A1.87 1.87 0 006 5.85V12h2V6h10zM32 18h-.74a10 10 0 11-9.58-6H18v-1.29A12 12 0 1034.09 22 11.85 11.85 0 0032 15.23z"/><path class="cqvmw-color-blue" d="M26 0h4v6h-4zM26 10h4v6h-4zM20 6h6v4h-6zM30 6h6v4h-6z"/></g><path class="cqvmw-color-theme" d="M24 18.59v-2.7l-6 5.93 6.39 6.39 1.41-1.42-5-5 3.2-3.2z"/></svg><view id="software" viewBox="0 2622 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="crvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="software-" y="2622"><defs><style>.crvmw-color-theme{fill:#565656}</style></defs><g id="crLayer_5" data-name="Layer 5"><path d="M13.17 17.43V17a4 4 0 013.95-3.95h.43A13.21 13.21 0 0119.89 12a5.68 5.68 0 00-2.81-.73 5.75 5.75 0 00-5 8.55 13.21 13.21 0 011.09-2.39z"/><path d="M12.54 29a12.85 12.85 0 1116.55-16.55A12.57 12.57 0 0131.67 14 15 15 0 1014 31.4a12.3 12.3 0 01-1.46-2.4z"/><path d="M23.91 22a1.84 1.84 0 101.84 1.84A1.84 1.84 0 0023.91 22zm10.17 4.5V21h-3.29a1.17 1.17 0 00-.05-.11l2.33-2.34-3.9-3.9L26.84 17h-.11v-3.37h-5.52v3.29h-.11l-2.33-2.33-3.9 3.9 2.33 2.34-.05.11h-3.29v5.56h3.29a.54.54 0 01.05.11l-2.33 2.33 3.9 3.9 2.33-2.32h.11v3.29h5.52v-3.25h.11l2.33 2.32 3.9-3.9-2.33-2.33.05-.11zm-3.61 2.44l-1.3 1.3-2-2-.61.34a5.38 5.38 0 01-1.05.43l-.65.23V32h-1.81v-2.74l-.65-.2a5.27 5.27 0 01-1-.43l-.6-.33-2 2-1.33-1.3 2-2-.33-.61a5 5 0 01-.43-1l-.23-.69H15.7v-1.88h2.76l.19-.65a5.94 5.94 0 01.43-1.05l.33-.6-2-2 1.29-1.29 2 2 .61-.33a5 5 0 011-.43l.69-.23v-2.77h1.84v2.76l.65.19a5.38 5.38 0 011.05.43l.61.33 2-2 1.3 1.29-2 2 .33.61a5.6 5.6 0 01.44 1l.23.69h2.75v1.84h-2.71l-.2.65a4.83 4.83 0 01-.43 1.05l-.33.61z"/></g></svg><view id="solution-asset" viewBox="0 2660 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="csvmw-color-theme" id="solution-asset-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="2660"><defs><style>.csvmw-color-theme{fill:#565656}.cspath-size{fill:none}</style></defs><path class="cspath-size" d="M0 0h36v36H0z"/><path d="M15 32H5a1 1 0 01-1-1V21a1 1 0 011-1h10a1 1 0 011 1v10a1 1 0 01-1 1zm-9-2h8v-8H6z"/><path d="M15 32H5a1 1 0 01-1-1V21a1 1 0 011-1h10a1 1 0 011 1v10a1 1 0 01-1 1zm-9-2h8v-8H6zM26 21V11a1 1 0 00-1-1H15a1 1 0 00-1 1v7h2v-6h8v8h-6v2h7a1 1 0 001-1z"/><path d="M31 4H9a1 1 0 00-1 1v13h2V6h20v20H18v2h13a1 1 0 001-1V5a1 1 0 00-1-1z"/></svg><view id="status-ok" viewBox="0 2698 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="ctvmw-color-green" id="status-ok-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="2698"><defs><style>.ctpath-size{fill:none}.ctvmw-color-green{fill:#59a011}</style></defs><path class="ctpath-size" d="M0 0h36v36H0z"/><path d="M32.71 8a1 1 0 00-1.41-.11l-17.59 17.6-9-9A1 1 0 003.3 17.9l10.43 10.42 19-19A1 1 0 0032.71 8z"/></svg><view id="statusNotApplicable" viewBox="0 2736 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cuvmw-color-red" id="statusNotApplicable-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="2736"><defs><style>.cupath-size{fill:none}.cuvmw-color-red{fill:#f84e30}</style></defs><path d="M18 2a16 16 0 1016 16A16 16 0 0018 2zm0 2a13.92 13.92 0 018.94 3.23L7.23 26.94A14 14 0 0118 4zm0 28a13.92 13.92 0 01-9.38-3.63L28.37 8.62A14 14 0 0118 32z"/><path class="cupath-size" d="M0 0h36v36H0z"/></svg><view id="statusNotCompliant" viewBox="0 2774 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cvvmw-color-red" id="statusNotCompliant-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="2774"><defs><style>.cvpath-size{fill:none}.cvvmw-color-red{fill:#f84e30}</style></defs><path d="M18 34a16 16 0 1116-16 16 16 0 01-16 16zm0-30a14 14 0 1014 14A14 14 0 0018 4z"/><path d="M19.41 18l5.3-5.29a1 1 0 00-1.42-1.42L18 16.59l-5.29-5.3a1 1 0 00-1.42 1.42l5.3 5.29-5.3 5.29a1 1 0 000 1.42 1 1 0 001.42 0l5.29-5.3 5.29 5.3a1 1 0 001.42 0 1 1 0 000-1.42z"/><path class="cvpath-size" d="M0 0h36v36H0z"/></svg><view id="storage-device-mark-local" viewBox="0 2812 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cwvmw-color-theme" id="storage-device-mark-local-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="2812"><defs><style>.cwvmw-color-theme{fill:#565656}.cwpath-size{fill:none}</style></defs><path d="M26 8h4v2h-4z"/><path d="M33 14H3a1 1 0 01-1-1V5a1.06 1.06 0 01.29-.72A1 1 0 013 4h30a1 1 0 011 1v8a1 1 0 01-1 1zM4 12h28V6H4zM15 34a5 5 0 115-5 5 5 0 01-5 5zm0-8a3 3 0 103 3 3 3 0 00-3-3z"/><path d="M31 32H18.33v-2H31a1 1 0 000-2H18.5v-2H31a3 3 0 010 6zM11.67 32H5a3 3 0 010-6h6.83v2H5a1 1 0 000 2h6.67z"/><path class="cwpath-size" d="M0 0h36v36H0z"/><path d="M16 12.97v12.61h2V12.8l-2 .17zM12 12.8v12.87h2v-12.7l-2-.17z"/></svg><view id="storage-device-mark-remote" viewBox="0 2850 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cxvmw-color-theme" id="storage-device-mark-remote-" 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 d="M26 8h4v2h-4z"/><path d="M33 14H3a1 1 0 01-1-1V5a1.06 1.06 0 01.29-.72A1 1 0 013 4h30a1 1 0 011 1v8a1 1 0 01-1 1zM4 12h28V6H4zM15 34a5 5 0 115-5 5 5 0 01-5 5zm0-8a3 3 0 103 3 3 3 0 00-3-3z"/><path d="M31 32H18.33v-2H31 18.5v-4H31a3 3 0 010 6zM11.67 32H5a3 3 0 010-6h6.83v2H5a1 1 0 000 2h6.67z"/><path class="cxpath-size" d="M0 0h36v36H0z"/><path d="M16 12.97v12.61h2V12.8l-2 .17zM12 12.8v12.87h2v-12.7l-2-.17z"/></svg><view id="storage-device-mount" viewBox="0 2888 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cyvmw-color-theme" id="storage-device-mount-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="2888"><defs><style>.cyvmw-color-theme{fill:#565656}.cypath-size{fill:none}</style></defs><path d="M30 25.8l2 2V23a3 3 0 01-2 2.8z"/><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-2zM23 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 34z"/><path class="cypath-size" d="M0 0h36v36H0z"/><path class="cypath-size" d="M0 0h36v36H0z"/></svg><view id="storage-device-unmount" viewBox="0 2926 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="czvmw-color-theme" id="storage-device-unmount-" 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}</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 33a2.92 2.92 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.2.2a3 3 0 011.8-1.78V6c0-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 33zM33 26a1 1 0 011 1v7h-7a1 1 0 010-2h5v-5a1 1 0 011-1z"/><path d="M23 22a1 1 0 01.71.29l10 10a1 1 0 01-1.42 1.42l-10-10a1 1 0 010-1.42A1 1 0 0123 22z"/><path class="czpath-size" d="M0 0h36v36H0z"/><path class="czpath-size" d="M0 0h36v36H0z"/></svg><view id="storage-led-off" viewBox="0 2964 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="davmw-color-theme" id="storage-led-off-" 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 class="dapath-size" d="M0 0h36v36H0z"/><path d="M23 34H13a1 1 0 010-2h10a1 1 0 010 2zM33 34a1 1 0 01-.71-.29l-30-30a1 1 0 011.42-1.42l30 30a1 1 0 010 1.41 1 1 0 01-.71.3zM11.15 6.74a10 10 0 0114.11 14.1l1.42 1.42A12 12 0 009.74 5.32z"/><path d="M23.75 22.17a10 10 0 01-1.21.73l-.54.28V28h-8v-4.82l-.54-.28A10 10 0 019.11 9.44a9.66 9.66 0 01.72-1.19L8.41 6.82a12 12 0 002.34 16.74 12.8 12.8 0 001.25.82V30h11v-1h1v-4.62a11.55 11.55 0 001.18-.79z"/></svg><view id="storage-led-on" viewBox="0 3002 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="dbvmw-color-theme" id="storage-led-on-" 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}</style></defs><path class="dbpath-size" d="M0 0h36v36H0z"/><path d="M23 30H12v-5.62a12 12 0 1112 0V29h-1zm-9-2h8v-4.82l.54-.28a10 10 0 10-9.08 0l.54.28zM23 34H13a1 1 0 010-2h10a1 1 0 010 2z"/></svg></svg>