bfg-common 1.4.105 → 1.4.107
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.
- package/.eslintrc.js +21 -21
- package/.idea/inspectionProfiles/Project_Default.xml +50 -50
- package/.idea/modules.xml +7 -7
- package/.idea/prettier.xml +5 -5
- package/.idea/uikit.iml +11 -11
- package/.idea/vcs.xml +5 -5
- package/.prettierrc +4 -4
- package/PROJECT_STRUCTURE.md +42 -42
- package/README.md +42 -42
- package/assets/img/icons/icon-hcs.svg +3 -3
- package/assets/img/icons/icon-life-m-dark.svg +3 -3
- package/assets/img/icons/icon-life-m-light.svg +3 -3
- package/assets/img/icons/icon-ro-dark.svg +1 -1
- package/assets/img/icons/icon-ro-light.svg +2 -2
- package/assets/img/icons/icons-sprite-dark-1.svg +409 -409
- package/assets/img/icons/icons-sprite-dark-2.svg +60 -25
- package/assets/img/icons/icons-sprite-dark-3.svg +229 -229
- package/assets/img/icons/icons-sprite-dark-4.svg +9 -7
- package/assets/img/icons/icons-sprite-dark-5.svg +424 -16
- package/assets/img/icons/icons-sprite-dark-6.svg +3 -1
- package/assets/img/icons/icons-sprite-light-1.svg +409 -409
- package/assets/img/icons/icons-sprite-light-2.svg +60 -25
- package/assets/img/icons/icons-sprite-light-3.svg +229 -229
- package/assets/img/icons/icons-sprite-light-4.svg +9 -7
- package/assets/img/icons/icons-sprite-light-5.svg +422 -14
- package/assets/img/icons/icons-sprite-light-6.svg +3 -1
- package/assets/img/icons/info.svg +8 -8
- package/assets/img/icons/vc.svg +52 -52
- package/assets/img/logo copy.svg +50 -50
- package/assets/img/logo.svg +51 -51
- package/assets/localization/local_be.json +2584 -2584
- package/assets/localization/local_en.json +2588 -2588
- package/assets/localization/local_hy.json +2588 -2588
- package/assets/localization/local_kk.json +2587 -2587
- package/assets/localization/local_ru.json +2590 -2590
- package/assets/localization/local_zh.json +2586 -2586
- package/assets/scss/clarity/clr-ui.min.css +8 -8
- package/assets/scss/common/animations.scss +28 -28
- package/assets/scss/common/global.scss +195 -195
- package/assets/scss/common/icons/icons-1.scss +244 -244
- package/assets/scss/common/icons/icons-2.scss +263 -245
- package/assets/scss/common/icons/icons-3.scss +250 -250
- package/assets/scss/common/icons/icons-4.scss +273 -273
- package/assets/scss/common/icons/icons-5.scss +416 -60
- package/assets/scss/common/icons/icons-6.scss +30 -30
- package/assets/scss/common/icons/icons.scss +15 -19
- package/assets/scss/common/icons/lib-icons.scss +32 -32
- package/assets/scss/common/mixins.scss +39 -39
- package/assets/scss/common/normalize.scss +351 -351
- package/assets/scss/common/theme.scss +238 -238
- package/assets/scss/common/utilities.scss +20 -20
- package/assets/scss/common/variables.scss +44 -44
- package/assets/scss/components/auth.scss +177 -177
- package/assets/scss/main.scss +15 -15
- package/components/atoms/DiagramIcon.vue +371 -371
- package/components/atoms/TheIcon.vue +3249 -3249
- package/components/atoms/TheIcon2.vue +1368 -1368
- package/components/atoms/TheIconOld.vue +2444 -2444
- package/components/atoms/alert/Alert.vue +96 -96
- package/components/atoms/alert/Notification.vue +171 -171
- package/components/atoms/alert/lib/Alert.spec.ts +38 -38
- package/components/atoms/alert/lib/Notification.spec.ts +34 -34
- package/components/atoms/alert/lib/models/enums.ts +12 -12
- package/components/atoms/alert/lib/models/interfaces.ts +27 -27
- package/components/atoms/alert/lib/models/types.ts +11 -11
- package/components/atoms/autocomplete/Autocomplete.vue +239 -239
- package/components/atoms/collapse/CollapseNav.vue +164 -164
- package/components/atoms/collapse/CollapseNavItem.vue +218 -218
- package/components/atoms/collapse/lib/models/interfaces.ts +11 -11
- package/components/atoms/combobox/Combobox.vue +152 -152
- package/components/atoms/datepicker/Datepicker.vue +630 -630
- package/components/atoms/datepicker/lib/config/allShortMonths.ts +103 -103
- package/components/atoms/datepicker/lib/config/datapicker.ts +43 -43
- package/components/atoms/datepicker/lib/models/interfaces.ts +9 -9
- package/components/atoms/dropdown/Portlet.vue +114 -114
- package/components/atoms/dropdown/dropdown/Dropdown.vue +156 -156
- package/components/atoms/dropdown/dropdown/lib/models/interfaces.ts +9 -9
- package/components/atoms/dropdown/lib/Portlet.spec.ts +26 -26
- package/components/atoms/dropdown/tree/Tree.vue +137 -137
- package/components/atoms/dropdown/tree/lib/models/interfaces.ts +11 -11
- package/components/atoms/input/Search.vue +16 -16
- package/components/atoms/lib/models/interfaces.ts +14 -14
- package/components/atoms/list/SelectList.vue +63 -63
- package/components/atoms/list/SimpleList.vue +29 -29
- package/components/atoms/list/dragDropList/DragDropList.vue +139 -139
- package/components/atoms/list/dragDropList/lib/config/events.ts +4 -4
- package/components/atoms/loader/BarLoader.vue +27 -27
- package/components/atoms/loader/Loader.vue +30 -30
- package/components/atoms/loader/PreLoader.vue +38 -38
- package/components/atoms/loader/lib/Preloader.spec.ts +24 -24
- package/components/atoms/modal/Modal.vue +248 -248
- package/components/atoms/modal/bySteps/lib/BySteps.spec.ts +66 -66
- package/components/atoms/modal/byStepsSecond/ByStepsSecond.vue +184 -184
- package/components/atoms/modal/lib/Modal.spec.ts +55 -55
- package/components/atoms/nav/NavBar.vue +139 -139
- package/components/atoms/nav/VerticalNavBar.vue +90 -90
- package/components/atoms/nav/lib/NavBar.spec.ts +34 -34
- package/components/atoms/nav/lib/models/interfaces.ts +6 -6
- package/components/atoms/notificationBar/NotificationBar.vue +178 -178
- package/components/atoms/notificationBar/lib/models/enums.ts +13 -13
- package/components/atoms/notificationBar/lib/models/interfaces.ts +6 -6
- package/components/atoms/notificationBar/lib/models/types.ts +1 -1
- package/components/atoms/perPage/PerPage.vue +53 -53
- package/components/atoms/popover/Popover.vue +60 -60
- package/components/atoms/popup/SimplePopup.vue +91 -91
- package/components/atoms/select/TheSelect.vue +177 -177
- package/components/atoms/select/lib/models/interfaces.ts +5 -5
- package/components/atoms/stack/StackContent.vue +63 -63
- package/components/atoms/step/VerticalStep.vue +105 -105
- package/components/atoms/step/lib/VerticalStep.spec.ts +68 -68
- package/components/atoms/step/lib/models/verticalStepItem.ts +7 -7
- package/components/atoms/switch/Switch.vue +111 -111
- package/components/atoms/table/compact/Compact.vue +526 -526
- package/components/atoms/table/compact/lib/models/interfaces.ts +10 -10
- package/components/atoms/table/dataGrid/DataGrid.vue +1617 -1617
- package/components/atoms/table/dataGrid/DataGridColumnSwitch.vue +216 -216
- package/components/atoms/table/dataGrid/DataGridPage.vue +196 -196
- package/components/atoms/table/dataGrid/DataGridPagination.vue +89 -89
- package/components/atoms/table/dataGrid/lib/DataGrid.spec.ts +61 -61
- package/components/atoms/table/dataGrid/lib/config/itemsPerPage.ts +20 -20
- package/components/atoms/table/dataGrid/lib/config/settingsTable.ts +67 -67
- package/components/atoms/table/dataGrid/lib/models/interfaces.ts +41 -41
- package/components/atoms/table/dataGrid/lib/models/types.ts +5 -5
- package/components/atoms/table/dataGrid/lib/utils/constructDataTable.ts +36 -36
- package/components/atoms/table/info/Info.vue +61 -61
- package/components/atoms/table/info/lib/models/interfaces.ts +9 -9
- package/components/atoms/table/simpleEvent/SimpleEvent.vue +98 -98
- package/components/atoms/table/simpleEvent/lib/models/interfaces.ts +9 -9
- package/components/atoms/table/simpleInfo/SimpleInfo.vue +73 -73
- package/components/atoms/table/simpleInfo/lib/models/interfaces.ts +5 -5
- package/components/atoms/table/simpleTable/SimpleTable.vue +300 -300
- package/components/atoms/table/simpleTable/lib/models/interfaces.ts +12 -12
- package/components/atoms/tabs/Tabs.vue +214 -214
- package/components/atoms/tabs/VerticalTabs.vue +88 -88
- package/components/atoms/tabs/lib/models/interfaces.ts +5 -5
- package/components/atoms/tabs/lib/models/types.ts +1 -1
- package/components/atoms/tooltip/Signpost.vue +227 -227
- package/components/atoms/tooltip/Text.vue +37 -37
- package/components/atoms/tooltip/Tooltip.vue +57 -57
- package/components/atoms/tooltip/TooltipError.vue +113 -113
- package/components/atoms/tooltip/lib/models/interfaces.ts +4 -4
- package/components/atoms/wizard/Wizard.vue +311 -311
- package/components/atoms/wizard/lib/models/enums.ts +8 -8
- package/components/atoms/wizard/lib/models/interfaces.ts +49 -49
- package/components/atoms/wizard/lib/utils/utils.ts +804 -804
- package/components/atoms/wizard/step/Step.vue +87 -87
- package/components/common/BadBrowser.vue +118 -118
- package/components/common/accordion/Accordion.vue +177 -177
- package/components/common/accordion/Recursion.vue +218 -218
- package/components/common/accordion/lib/models/enums.ts +5 -5
- package/components/common/accordion/lib/models/interfaces.ts +16 -16
- package/components/common/accordion/lib/models/types.ts +1 -1
- package/components/common/accordion/lib/utils/accordion.ts +31 -31
- package/components/common/adapterManager/AdapterManager.vue +828 -828
- package/components/common/adapterManager/AddAdapterModal.vue +561 -561
- package/components/common/adapterManager/AddAdapterWarningModal.vue +82 -82
- package/components/common/adapterManager/NoActiveAdaptersModal.vue +61 -61
- package/components/common/adapterManager/NoConnectedActiveAdaptersModal.vue +61 -61
- package/components/common/adapterManager/lib/config/index.ts +19 -19
- package/components/common/adapterManager/ui/NoSelectedAdapter.vue +39 -39
- package/components/common/adapterManager/ui/SecondTitle.vue +37 -37
- package/components/common/adapterManager/ui/actions/ActionsBar.vue +95 -95
- package/components/common/adapterManager/ui/actions/AddAdapterButton.vue +30 -30
- package/components/common/adapterManager/ui/actions/MoveDownAdapterButton.vue +35 -35
- package/components/common/adapterManager/ui/actions/MoveUpAdapterButton.vue +35 -35
- package/components/common/adapterManager/ui/actions/RemoveAdapterButton.vue +37 -37
- package/components/common/adapterManager/ui/actions/VerticalSeparator.vue +10 -10
- package/components/common/adapterManager/ui/table/Adapters.vue +92 -92
- package/components/common/adapterManager/ui/table/Header.vue +93 -93
- package/components/common/adapterManager/ui/table/Table.vue +162 -162
- package/components/common/adapterManager/ui/table/lib/models/types.ts +1 -1
- package/components/common/browse/Browse.vue +240 -240
- package/components/common/browse/blocks/Container.vue +105 -105
- package/components/common/browse/blocks/contents/Files.vue +72 -72
- package/components/common/browse/blocks/info/Size.vue +17 -17
- package/components/common/browse/blocks/info/Text.vue +16 -16
- package/components/common/browse/blocks/lib/models/types.ts +1 -1
- package/components/common/browse/lib/models/interfaces.ts +5 -5
- package/components/common/context/Context.vue +99 -99
- package/components/common/context/lib/Context.spec.ts +20 -20
- package/components/common/context/lib/ContextRecursion.spec.ts +55 -55
- package/components/common/context/lib/models/interfaces.ts +27 -27
- package/components/common/context/recursion/lib/models/interfaces.ts +2 -2
- package/components/common/countdownTimer/CountdownTimer.vue +50 -50
- package/components/common/details/DetailsItem.vue +109 -109
- package/components/common/details/DetailsList.vue +23 -23
- package/components/common/details/lib/models/interfaces.ts +11 -11
- package/components/common/diagramMain/Diagram.vue +234 -234
- package/components/common/diagramMain/DiagramMain.vue +871 -871
- package/components/common/diagramMain/Header.vue +211 -211
- package/components/common/diagramMain/Highlights.vue +124 -124
- package/components/common/diagramMain/adapter/Adapter.vue +123 -123
- package/components/common/diagramMain/adapter/AdapterItem.vue +287 -287
- package/components/common/diagramMain/adapter/AdapterItems.vue +61 -61
- package/components/common/diagramMain/adapter/Block.vue +48 -48
- package/components/common/diagramMain/adapter/Contents.vue +133 -133
- package/components/common/diagramMain/adapter/Lines.vue +58 -58
- package/components/common/diagramMain/adapter/SecondBlock.vue +49 -49
- package/components/common/diagramMain/lib/config/index.ts +70 -70
- package/components/common/diagramMain/lib/config/initial.ts +50 -50
- package/components/common/diagramMain/lib/models/enums.ts +44 -44
- package/components/common/diagramMain/lib/models/interfaces.ts +724 -724
- package/components/common/diagramMain/lib/models/types.ts +16 -16
- package/components/common/diagramMain/lib/utils/utils.ts +278 -278
- package/components/common/diagramMain/modals/ManagePhysicalAdaptersModal.vue +330 -330
- package/components/common/diagramMain/modals/Modals.vue +442 -442
- package/components/common/diagramMain/modals/editSettings/ConfirmTeamingSettingsModal.vue +40 -40
- package/components/common/diagramMain/modals/editSettings/EditSettings.vue +497 -497
- package/components/common/diagramMain/modals/editSettings/EditSettingsModal.vue +812 -812
- package/components/common/diagramMain/modals/editSettings/tabs/NetworkProperties.vue +214 -214
- package/components/common/diagramMain/modals/editSettings/tabs/Security.vue +189 -189
- package/components/common/diagramMain/modals/editSettings/tabs/SwitchProperties.vue +163 -163
- package/components/common/diagramMain/modals/editSettings/tabs/TeamingFailover.vue +175 -175
- package/components/common/diagramMain/modals/editSettings/tabs/TrafficShaping.vue +398 -398
- package/components/common/diagramMain/modals/editSettings/tabs/port/IpvFourSettings.vue +346 -346
- package/components/common/diagramMain/modals/editSettings/tabs/port/PortProperties.vue +205 -205
- package/components/common/diagramMain/modals/lib/config/adapterModal.ts +126 -126
- package/components/common/diagramMain/modals/lib/config/diagramConfig.ts +23 -23
- package/components/common/diagramMain/modals/lib/config/index.ts +49 -49
- package/components/common/diagramMain/modals/lib/config/initial.ts +180 -180
- package/components/common/diagramMain/modals/lib/config/networkModal.ts +331 -331
- package/components/common/diagramMain/modals/lib/config/portModal.ts +214 -214
- package/components/common/diagramMain/modals/lib/config/switchModal.ts +224 -224
- package/components/common/diagramMain/modals/lib/config/vCenterModal.ts +34 -34
- package/components/common/diagramMain/modals/lib/config/vmKernelAdapter.ts +90 -90
- package/components/common/diagramMain/modals/lib/mappers/mappers.ts +87 -87
- package/components/common/diagramMain/modals/lib/utils/index.ts +24 -24
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/MigrateVmkernelAdapter.vue +537 -537
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/lib/config/steps.ts +114 -114
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/steps/ConnectionSettings.vue +169 -169
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/steps/SelectVmkernelAdapter.vue +159 -159
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/steps/VmkernelAdapterReadyComplete.vue +49 -49
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/common.ts +14 -14
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/connectionSettings.ts +137 -137
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/selectVmkernelAdapter.ts +52 -52
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/validations.ts +19 -19
- package/components/common/diagramMain/modals/remove/RemoveModal.vue +234 -234
- package/components/common/diagramMain/modals/viewSettings/Info.vue +123 -123
- package/components/common/diagramMain/modals/viewSettings/ViewSettings.vue +190 -190
- package/components/common/diagramMain/modals/viewSettings/ViewSettingsModal.vue +93 -93
- package/components/common/diagramMain/network/Block.vue +64 -64
- package/components/common/diagramMain/network/Contents.vue +353 -353
- package/components/common/diagramMain/network/Lines.vue +76 -76
- package/components/common/diagramMain/network/Network.vue +133 -133
- package/components/common/diagramMain/network/NoNetwork.vue +61 -61
- package/components/common/diagramMain/network/SecondBlock.vue +60 -60
- package/components/common/diagramMain/port/Port.vue +405 -405
- package/components/common/diagramMain/port/Ports.vue +47 -47
- package/components/common/diagramMain/switch/Switch.vue +82 -82
- package/components/common/diagramMain/switch/SwitchSelected.vue +35 -35
- package/components/common/feedback/Buttons.vue +229 -229
- package/components/common/feedback/Feedback.vue +268 -268
- package/components/common/feedback/Message.vue +518 -518
- package/components/common/feedback/VisitPortal.vue +62 -62
- package/components/common/feedback/lib/config/drawingPanel.ts +31 -31
- package/components/common/feedback/lib/config/feedbackTabs.ts +26 -26
- package/components/common/feedback/lib/models/interfaces.ts +20 -20
- package/components/common/feedback/lib/models/types.ts +1 -1
- package/components/common/graph/Graph.vue +110 -110
- package/components/common/graph/lib/utils/renderGraph.ts +389 -389
- package/components/common/headline/Headline.vue +32 -32
- package/components/common/help/navbar/left/Left.vue +165 -165
- package/components/common/help/navbar/left/lib/models/interfaces.ts +6 -6
- package/components/common/help/navbar/left/lib/utils/constructAccordion.ts +27 -27
- package/components/common/help/navbar/right/Right.vue +149 -149
- package/components/common/help/navbar/right/lib/models/interfaces.ts +5 -5
- package/components/common/home/Card.vue +63 -63
- package/components/common/home/ResourceBlock.vue +117 -117
- package/components/common/home/StatusContent.vue +47 -47
- package/components/common/home/alertsTable/AlertsTable.vue +114 -114
- package/components/common/home/alertsTable/lib/config/config.ts +61 -61
- package/components/common/home/alertsTable/lib/models/enums.ts +11 -11
- package/components/common/home/alertsTable/lib/models/interfaces.ts +19 -19
- package/components/common/home/alertsTable/lib/models/types.ts +18 -18
- package/components/common/home/lib/config/configResourceMeterBlock.ts +25 -25
- package/components/common/home/lib/models/interfaces.ts +59 -59
- package/components/common/home/lib/models/types.ts +18 -18
- package/components/common/home/servicesTable/ServicesTable.vue +80 -80
- package/components/common/home/servicesTable/lib/config/config.ts +62 -62
- package/components/common/layout/theHeader/TheHeader.vue +112 -112
- package/components/common/layout/theHeader/TheHeaderNew.vue +294 -294
- package/components/common/layout/theHeader/TheHeaderOld.vue +258 -258
- package/components/common/layout/theHeader/ThemeSwitch.vue +59 -59
- package/components/common/layout/theHeader/feedback/Feedback.vue +104 -104
- package/components/common/layout/theHeader/feedback/FeedbackNew.vue +63 -63
- package/components/common/layout/theHeader/feedback/FeedbackOld.vue +73 -73
- package/components/common/layout/theHeader/helpMenu/About.vue +110 -110
- package/components/common/layout/theHeader/helpMenu/HelpMenu.vue +45 -45
- package/components/common/layout/theHeader/helpMenu/helpMenuNew/HelpMenuNew.vue +175 -175
- package/components/common/layout/theHeader/helpMenu/helpMenuNew/lib/config/dropMenu.ts +28 -28
- package/components/common/layout/theHeader/helpMenu/helpMenuOld/HelpMenuOld.vue +69 -69
- package/components/common/layout/theHeader/helpMenu/helpMenuOld/lib/config/dropMenu.ts +22 -22
- package/components/common/layout/theHeader/helpMenu/helpMenuOld/lib/models/types.ts +1 -1
- package/components/common/layout/theHeader/lib/models/enums.ts +9 -9
- package/components/common/layout/theHeader/lib/models/types.ts +5 -5
- package/components/common/layout/theHeader/lib/utils/localization.ts +32 -32
- package/components/common/layout/theHeader/modals/Reconnect.vue +98 -98
- package/components/common/layout/theHeader/modals/RedirectLogin.vue +60 -60
- package/components/common/layout/theHeader/userMenu/UserMenu.vue +101 -101
- package/components/common/layout/theHeader/userMenu/lib/models/interfaces.ts +32 -32
- package/components/common/layout/theHeader/userMenu/modals/changePassword/ChangePassword.vue +210 -210
- package/components/common/layout/theHeader/userMenu/modals/changePassword/lib/config/form.ts +31 -31
- package/components/common/layout/theHeader/userMenu/modals/changePassword/lib/models/interfaces.ts +12 -12
- package/components/common/layout/theHeader/userMenu/modals/preferences/Preferences.vue +70 -70
- package/components/common/layout/theHeader/userMenu/modals/preferences/PreferencesNew.vue +93 -93
- package/components/common/layout/theHeader/userMenu/modals/preferences/PreferencesOld.vue +122 -122
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguage.vue +110 -110
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguageNew.vue +89 -89
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguageOld.vue +93 -93
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/lib/config/radioOptions.ts +22 -22
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/lib/models/enums.ts +9 -9
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/lib/models/interfaces.ts +11 -11
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/lib/models/types.ts +1 -1
- package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/DefaultConsole.vue +42 -42
- package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/DefaultConsoleNew.vue +52 -52
- package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/DefaultConsoleOld.vue +48 -48
- package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/lib/config/consoleOptions.ts +30 -30
- package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/lib/models/interfaces.ts +5 -5
- package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/Inventory.vue +32 -32
- package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/InventoryNew.vue +35 -35
- package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/InventoryOld.vue +31 -31
- package/components/common/layout/theHeader/userMenu/modals/preferences/lib/config/preferencesTabs.ts +49 -49
- package/components/common/layout/theHeader/userMenu/modals/preferences/lib/models/types.ts +1 -1
- package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/TimeFormat.vue +54 -54
- package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/TimeFormatNew.vue +52 -52
- package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/TimeFormatOld.vue +45 -45
- package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/lib/config/formatOptions.ts +27 -27
- package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/lib/models/types.ts +1 -1
- package/components/common/layout/theHeader/userMenu/modals/preferences/view/View.vue +45 -45
- package/components/common/layout/theHeader/userMenu/modals/preferences/view/ViewNew.vue +33 -33
- package/components/common/layout/theHeader/userMenu/modals/preferences/view/ViewOld.vue +112 -112
- package/components/common/layout/theHeader/userMenu/userMenuNew/UserMenuNew.vue +156 -156
- package/components/common/layout/theHeader/userMenu/userMenuNew/lib/config/dropMenu.ts +28 -28
- package/components/common/layout/theHeader/userMenu/userMenuOld/UserMenuOld.vue +36 -36
- package/components/common/layout/theHeader/userMenu/userMenuOld/lib/config/dropMenu.ts +36 -36
- package/components/common/layout/theHeader/userMenu/userMenuOld/lib/models/types.ts +5 -5
- package/components/common/lib/config/states.ts +160 -160
- package/components/common/mainNavigationPanel/MainNavigationPanel.vue +142 -142
- package/components/common/mainNavigationPanel/MainNavigationPanelNew.vue +271 -271
- package/components/common/mainNavigationPanel/MainNavigationPanelOld.vue +288 -288
- package/components/common/mainNavigationPanel/lib/models/interfaces.ts +7 -7
- package/components/common/mainNavigationPanel/lib/models/types.ts +1 -1
- package/components/common/modals/Confirmation.vue +110 -110
- package/components/common/modals/Rename.vue +166 -166
- package/components/common/modals/lib/config/defaultForm.ts +18 -18
- package/components/common/modals/lib/config/renameLabelWidth.ts +3 -3
- package/components/common/modals/lib/models/interfaces.ts +5 -5
- package/components/common/monitor/advanced/Advanced.vue +247 -247
- package/components/common/monitor/advanced/GraphView.vue +180 -180
- package/components/common/monitor/advanced/lib/models/interfaces.ts +9 -9
- package/components/common/monitor/advanced/lib/models/types.ts +1 -1
- package/components/common/monitor/advanced/table/Table.vue +93 -93
- package/components/common/monitor/advanced/table/lib/config/performanceDatatable.ts +129 -129
- package/components/common/monitor/advanced/table/lib/models/interfaces.ts +12 -12
- package/components/common/monitor/advanced/table/lib/models/types.ts +10 -10
- package/components/common/monitor/advanced/tools/Tools.vue +448 -448
- package/components/common/monitor/advanced/tools/chartOptionsModal/ChartOptionsModal.vue +496 -496
- package/components/common/monitor/advanced/tools/chartOptionsModal/Notification.vue +34 -34
- package/components/common/monitor/advanced/tools/chartOptionsModal/actions/Actions.vue +157 -157
- package/components/common/monitor/advanced/tools/chartOptionsModal/actions/lib/utils/optionsActions.ts +25 -25
- package/components/common/monitor/advanced/tools/chartOptionsModal/actions/saveOptionsModal/SaveOptionsModal.vue +81 -81
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/Counters.vue +106 -106
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/Table.vue +144 -144
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/lib/config/tableConfig.ts +89 -89
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/lib/config/utils.ts +779 -779
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/lib/models/interfaces.ts +29 -29
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/lib/models/types.ts +5 -5
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/Timespan.vue +93 -93
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/form/Form.vue +539 -539
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/form/lib/config/dateForm.ts +113 -113
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/Object.vue +251 -251
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/lib/config/objectTable.ts +57 -57
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/lib/models/interfaces.ts +4 -4
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/lib/models/types.ts +1 -1
- package/components/common/monitor/advanced/tools/chartOptionsModal/lib/models/interfaces.ts +19 -19
- package/components/common/monitor/advanced/tools/chartOptionsModal/lib/models/types.ts +3 -3
- package/components/common/monitor/advanced/tools/chartOptionsModal/lib/utils/checkSubmit.ts +17 -17
- package/components/common/monitor/advanced/tools/chartOptionsModal/metrics/Metrics.vue +42 -42
- package/components/common/monitor/advanced/tools/chartOptionsModal/metrics/lib/config/optionsMetrics.ts +173 -173
- package/components/common/monitor/advanced/tools/lib/config/advancedToolbar.ts +130 -130
- package/components/common/monitor/advanced/tools/lib/models/interfaces.ts +4 -4
- package/components/common/monitor/advanced/tools/lib/utils/countCores.ts +7 -7
- package/components/common/monitor/lib/config/getValidDateByOption.ts +76 -76
- package/components/common/monitor/lib/models/interfaces.ts +24 -24
- package/components/common/monitor/overview/Overview.vue +228 -228
- package/components/common/monitor/overview/filters/Filters.vue +228 -228
- package/components/common/monitor/overview/filters/customIntervalModal/CustomIntervalModal.vue +245 -245
- package/components/common/monitor/overview/filters/customIntervalModal/lib/config/dateChecker.ts +52 -52
- package/components/common/monitor/overview/filters/lib/config/filterOptions.ts +82 -82
- package/components/common/monitor/overview/filters/lib/models/interfaces.ts +9 -9
- package/components/common/monitor/overview/filters/lib/models/types.ts +13 -13
- package/components/common/pages/Tasks.vue +120 -120
- package/components/common/pages/hardwareHealth/HardwareHealth.vue +195 -195
- package/components/common/pages/hardwareHealth/historyTestimony/Graph.vue +435 -435
- package/components/common/pages/hardwareHealth/historyTestimony/lib/models/interfaces.ts +10 -10
- package/components/common/pages/hardwareHealth/historyTestimony/tools/Tools.vue +380 -380
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/ChartOptionsModal.vue +487 -487
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/Notification.vue +30 -30
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/actions/Actions.vue +157 -157
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/actions/SaveOptionsModal.vue +81 -81
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/actions/lib/utils/optionsActions.ts +25 -25
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/Counters.vue +94 -94
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/table/Table.vue +174 -174
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/table/lib/config/tableConfig.ts +89 -89
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/table/lib/models/types.ts +5 -5
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/timespan/Timespan.vue +66 -66
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/timespan/form/Form.vue +539 -539
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/timespan/form/lib/config/dateForm.ts +115 -115
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/lib/config/optionsMetrics.ts +17 -17
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/lib/models/interfaces.ts +15 -15
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/lib/models/types.ts +1 -1
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/metrics/Metrics.vue +31 -31
- package/components/common/pages/hardwareHealth/historyTestimony/tools/lib/config/toolbar.ts +82 -82
- package/components/common/pages/hardwareHealth/historyTestimony/tools/lib/models/interfaces.ts +9 -9
- package/components/common/pages/hardwareHealth/lib/config/status.ts +13 -13
- package/components/common/pages/hardwareHealth/lib/config/tabsPannel.ts +44 -44
- package/components/common/pages/hardwareHealth/lib/models/enums.ts +8 -8
- package/components/common/pages/hardwareHealth/lib/models/interfaces.ts +6 -6
- package/components/common/pages/hardwareHealth/lib/models/types.ts +5 -5
- package/components/common/pages/hardwareHealth/tableView/TableView.vue +194 -194
- package/components/common/pages/hardwareHealth/tableView/lib/config/alertWarningTable.ts +109 -109
- package/components/common/pages/hardwareHealth/tableView/lib/config/historyTestimonyTable.ts +137 -137
- package/components/common/pages/hardwareHealth/tableView/lib/config/sensorTable.ts +133 -133
- package/components/common/pages/hardwareHealth/tableView/lib/config/storageSensorTable.ts +88 -88
- package/components/common/pages/hardwareHealth/tableView/lib/config/systemLogTable.ts +72 -72
- package/components/common/pages/hardwareHealth/tableView/lib/config/tableKeys.ts +22 -22
- package/components/common/pages/hardwareHealth/tableView/lib/models/interfaces.ts +29 -29
- package/components/common/pages/hardwareHealth/tableView/lib/models/types.ts +26 -26
- package/components/common/pages/hardwareHealth/tableView/modal/SensorWarning.vue +63 -63
- package/components/common/pages/hardwareHealth/toolsPanel/ToolsPanel.vue +51 -51
- package/components/common/pages/hardwareHealth/toolsPanel/lib/config/actionsPanel.ts +34 -34
- package/components/common/pages/hardwareHealth/toolsPanel/lib/models/types.ts +4 -4
- package/components/common/perPage/PerPage.vue +52 -52
- package/components/common/readyToComplete/ReadyToComplete.vue +15 -15
- package/components/common/recursionTree/RecursionTree.vue +211 -211
- package/components/common/recursionTree/lib/models/interfaces.ts +23 -23
- package/components/common/resource/lib/models/interfaces.ts +9 -9
- package/components/common/resource/lib/models/types.ts +1 -1
- package/components/common/resource/lib/utils.ts +44 -44
- package/components/common/resource/progressBlock/ProgressBlock.vue +142 -142
- package/components/common/resource/simple/Simple.vue +58 -58
- package/components/common/resource/simple/lib/models/enums.ts +6 -6
- package/components/common/select/button/ButtonDropdown.vue +102 -102
- package/components/common/select/button/lib/models/interfaces.ts +7 -7
- package/components/common/select/input/Input.vue +88 -88
- package/components/common/select/input/lib/models/interfaces.ts +5 -6
- package/components/common/select/radio/RadioGroup.vue +128 -128
- package/components/common/select/radio/lib/models/interfaces.ts +9 -9
- package/components/common/selectLanguage/SelectLanguage.vue +130 -130
- package/components/common/selectLanguage/lib/config/config.ts +34 -34
- package/components/common/selectLanguage/lib/utils/utils.ts +5 -5
- package/components/common/shortcuts/Block.vue +96 -96
- package/components/common/shortcuts/Category.vue +41 -41
- package/components/common/shortcuts/Shortcuts.vue +44 -44
- package/components/common/shortcuts/lib/models/interfaces.ts +12 -12
- package/components/common/spiceConsole/Drawer.vue +245 -245
- package/components/common/spiceConsole/SpiceConsole.vue +83 -83
- package/components/common/spiceConsole/keyboard/Keyboard.vue +403 -403
- package/components/common/spiceConsole/keyboard/lib/config/keyboardRows.ts +966 -966
- package/components/common/spiceConsole/keyboard/lib/models/interfaces.ts +18 -18
- package/components/common/spiceConsole/lib/models/types.ts +1 -1
- package/components/common/split/horizontal/Horizontal.vue +70 -70
- package/components/common/split/horizontal/HorizontalOld.vue +307 -307
- package/components/common/split/horizontal/lib/models/interfaces.ts +5 -5
- package/components/common/split/vertical/Vertical.vue +213 -213
- package/components/common/split/vertical/lib/models/interfaces.ts +3 -3
- package/components/common/tools/Actions.vue +172 -172
- package/components/common/tools/lib/models/interfaces.ts +7 -7
- package/components/common/tools/viewSettings/ViewSettings.vue +86 -86
- package/components/common/tools/viewSettings/lib/models/interfaces.ts +9 -9
- package/components/common/vm/actions/add/FolderTreeView.vue +83 -83
- package/components/common/vm/actions/add/lib/config/steps.ts +145 -145
- package/components/common/vm/actions/add/lib/utils.ts +103 -103
- package/components/common/vm/actions/clone/lib/config/steps.ts +74 -74
- package/components/common/vm/actions/clone/lib/models/interfaces.ts +7 -7
- package/components/common/vm/actions/clone/lib/utils.ts +43 -43
- package/components/common/vm/actions/clone/select/options/Options.vue +71 -71
- package/components/common/vm/actions/common/customizeHardware/CustomizeHardware.vue +274 -274
- package/components/common/vm/actions/common/customizeHardware/lib/config/navItems.ts +21 -21
- package/components/common/vm/actions/common/customizeHardware/lib/models/interfaces.ts +7 -7
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/VirtualHardware.vue +700 -700
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/browseView/BrowseView.vue +203 -203
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/browseView/lib/models/interfaces.ts +8 -8
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/bus/Bus.vue +156 -156
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/CdDvdDrive.vue +270 -270
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/lib/config/fileTypes.ts +9 -9
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/lib/config/options.ts +11 -11
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/lib/models/types.ts +1 -1
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/media/Media.vue +57 -57
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CoresPerSocket.vue +110 -110
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CpuHotPlug.vue +56 -56
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CpuModel.vue +225 -225
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Iommu.vue +55 -55
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/MaxCpu.vue +106 -106
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Pc.vue +55 -55
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Sa.vue +106 -106
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/lib/config/cpuOptions.ts +21 -21
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/shares/Shares.vue +160 -160
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/shares/lib/config/options.ts +28 -28
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/tooltip/Tooltip.vue +59 -59
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/config/binaryOptions.ts +12 -12
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/config/dropdownItems.ts +66 -66
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/models/interfaces.ts +118 -118
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/models/types.ts +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/limit/Limit.vue +236 -236
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/limit/lib/config/options.ts +28 -28
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/Memory.vue +329 -329
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/MemoryHotPlug.vue +54 -54
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/lib/config/memoryOptions.ts +35 -35
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/DiskFile.vue +24 -24
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/Location.vue +173 -173
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/MaximumSize.vue +27 -27
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/NewHardDisk.vue +462 -462
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/cache/Cache.vue +81 -81
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/cache/lib/config/options.ts +7 -7
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/limitIops/LimitIops.vue +153 -153
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/limitIops/lib/config/options.ts +28 -28
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/mode/Mode.vue +88 -88
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/mode/lib/config/options.ts +18 -18
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/provisioning/Provisioning.vue +88 -88
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/provisioning/lib/config/options.ts +15 -15
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/sharing/Sharing.vue +86 -86
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/sharing/lib/config/options.ts +12 -12
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/Location.vue +145 -145
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/NewNetwork.vue +305 -305
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/adapterType/AdapterType.vue +87 -87
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/adapterType/lib/config/options.ts +9 -9
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/MacAddress.vue +148 -148
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/lib/config/options.ts +11 -11
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/NewPciDevice.vue +168 -168
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/directPathIo/DirectPathIo.vue +48 -48
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/DynamicDirectPathIo.vue +49 -49
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/lib/config/options.ts +10 -10
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/lib/config/options.ts +7 -7
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/note/Note.vue +27 -27
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/nvidiaGrid/NvidiaGrid.vue +42 -42
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/typeSelection/TypeSelection.vue +57 -57
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newUsbController/NewUsbController.vue +82 -82
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newUsbController/lib/config/options.ts +6 -6
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/InputDevices.vue +21 -21
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/Other.vue +32 -32
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/reservation/Reservation.vue +237 -237
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/reservation/lib/config/options.ts +33 -33
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/Graphics.vue +50 -50
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/TotalVideoMemory.vue +121 -121
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/VideoCard.vue +182 -182
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/lib/config/options.ts +11 -11
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/model/Model.vue +59 -59
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/model/lib/config/options.ts +10 -10
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/numberDisplays/NumberDisplays.vue +83 -83
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/numberDisplays/lib/config/options.ts +14 -14
- package/components/common/vm/actions/common/customizeHardware/vmoptions/Vmoptions.vue +181 -181
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/BootOptions.vue +114 -114
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/Menu.vue +50 -50
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/Secure.vue +50 -50
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/delay/Delay.vue +54 -54
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/delay/lib/config/config.ts +14 -14
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/firmware/Firmware.vue +84 -84
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/firmware/lib/config/config.ts +11 -11
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/Order.vue +201 -201
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/lib/models/interfaces.ts +9 -9
- package/components/common/vm/actions/common/customizeHardware/vmoptions/generalOptions/GeneralOptions.vue +192 -192
- package/components/common/vm/actions/common/customizeHardware/vmoptions/lib/models/interfaces.ts +34 -34
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/CopyPaste.vue +52 -52
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/FileTransfer.vue +52 -52
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/FolderSharing.vue +51 -51
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/PlaybackCompression.vue +52 -52
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/PowerControl.vue +50 -50
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/RemoteConsoleOptions.vue +254 -254
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/imgCompression/ImgCompression.vue +85 -85
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/imgCompression/lib/config/config.ts +14 -14
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/jpegCompression/JpegCompression.vue +85 -85
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/jpegCompression/lib/config/config.ts +12 -12
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/Keymap.vue +56 -56
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/lib/config/config.ts +6 -6
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/mouseMode/MouseMode.vue +57 -57
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/mouseMode/lib/config/config.ts +11 -11
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/Password.vue +142 -142
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/lib/models/interfaces.ts +5 -5
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/lib/utils.ts +12 -12
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/sharePolicy/SharePolicy.vue +56 -56
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/sharePolicy/lib/config/config.ts +11 -11
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/streamingMode/lib/config/config.ts +12 -12
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/type/Type.vue +85 -85
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/type/lib/config/config.ts +7 -7
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/UsbRedirection.vue +57 -57
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/lib/config/config.ts +14 -14
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/zlibCompression/ZlibCompression.vue +85 -85
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/zlibCompression/lib/config/config.ts +12 -12
- package/components/common/vm/actions/common/customizeHardware/vmoptions/tools/Tools.vue +72 -72
- package/components/common/vm/actions/common/lib/config/capabilities.ts +345 -345
- package/components/common/vm/actions/common/lib/models/enums.ts +123 -123
- package/components/common/vm/actions/common/lib/models/interfaces.ts +149 -149
- package/components/common/vm/actions/common/lib/models/types.ts +65 -65
- package/components/common/vm/actions/common/lib/utils/capabilities.ts +51 -51
- package/components/common/vm/actions/common/select/compatibility/Compatibility.vue +155 -155
- package/components/common/vm/actions/common/select/computeResource/ComputeResource.vue +164 -164
- package/components/common/vm/actions/common/select/computeResource/TreeView.vue +124 -124
- package/components/common/vm/actions/common/select/computeResource/lib/ComputeResource.spec.ts +479 -479
- package/components/common/vm/actions/common/select/createType/CreateType.vue +61 -61
- package/components/common/vm/actions/common/select/createType/lib/config/items.ts +26 -26
- package/components/common/vm/actions/common/select/lib/models/interfaces.ts +34 -34
- package/components/common/vm/actions/common/select/lib/models/types.ts +27 -27
- package/components/common/vm/actions/common/select/name/Name.vue +236 -236
- package/components/common/vm/actions/common/select/os/os.vue +232 -232
- package/components/common/vm/actions/common/select/storage/Storage.vue +198 -198
- package/components/common/vm/actions/common/select/storage/lib/config/config.ts +193 -193
- package/components/common/vm/actions/common/select/storage/lib/models/types.ts +15 -15
- package/components/common/vm/actions/confirm/Confirm.vue +39 -39
- package/components/common/vm/actions/editSettings/lib/models/types.ts +23 -23
- package/components/common/vm/actions/editSettings/lib/utils.ts +45 -45
- package/components/common/vm/actions/lib/models/interfaces.ts +6 -6
- package/components/common/vm/actions/lib/models/types.ts +11 -11
- package/components/common/vm/actions/lib/utils.ts +246 -246
- package/components/common/vm/lib/models/interfaces.ts +9 -9
- package/components/common/vm/lib/utils/powerActions.ts +55 -55
- package/components/common/weekSelect/WeekSelect.vue +143 -143
- package/components/common/weekSelect/lib/config/options.ts +10 -10
- package/components/common/weekSelect/lib/models/interfaces.ts +6 -6
- package/components/common/wizards/datastore/add/Add.vue +307 -307
- package/components/common/wizards/datastore/add/lib/config/steps.ts +138 -138
- package/components/common/wizards/datastore/add/lib/models/enums.ts +5 -5
- package/components/common/wizards/datastore/add/lib/models/interfaces.ts +19 -19
- package/components/common/wizards/datastore/add/lib/models/types.ts +7 -7
- package/components/common/wizards/datastore/add/lib/utils.ts +63 -63
- package/components/common/wizards/datastore/add/lib/validations.ts +169 -169
- package/components/common/wizards/datastore/add/local/Local.vue +45 -45
- package/components/common/wizards/datastore/add/local/createName/CreateName.vue +116 -116
- package/components/common/wizards/datastore/add/nfs/Nfs.vue +63 -63
- package/components/common/wizards/datastore/add/nfs/_kerberosAuthentication/KerberosAuthentication.vue +55 -55
- package/components/common/wizards/datastore/add/nfs/_kerberosAuthentication/lib/config/radioOptions.ts +27 -27
- package/components/common/wizards/datastore/add/nfs/accessibility/Accessibility.vue +63 -63
- package/components/common/wizards/datastore/add/nfs/accessibility/lib/config/tabsPannel.ts +24 -24
- package/components/common/wizards/datastore/add/nfs/accessibility/lib/models/interfaces.ts +9 -9
- package/components/common/wizards/datastore/add/nfs/accessibility/lib/models/types.ts +5 -5
- package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/TablesView.vue +85 -85
- package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/config/compatibleTable.ts +62 -62
- package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/config/incompatibleTable.ts +68 -68
- package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/config/tableKeys.ts +15 -15
- package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/models/interfaces.ts +11 -11
- package/components/common/wizards/datastore/add/nfs/configuration/Configuration.vue +236 -236
- package/components/common/wizards/datastore/add/nfs/configuration/_serversList/DeletePopover.vue +100 -100
- package/components/common/wizards/datastore/add/nfs/configuration/_serversList/ServersList.vue +123 -123
- package/components/common/wizards/datastore/add/nfs/configuration/_serversList/lib/config/serversListConfig.ts +40 -40
- package/components/common/wizards/datastore/add/nfs/configuration/_serversList/lib/config/tableKeys.ts +3 -3
- package/components/common/wizards/datastore/add/nfs/configuration/_serversList/lib/models/interfaces.ts +3 -3
- package/components/common/wizards/datastore/add/nfs/configuration/_serversList/lib/models/types.ts +1 -1
- package/components/common/wizards/datastore/add/nfs/configuration/lib/models/interfaces.ts +5 -5
- package/components/common/wizards/datastore/add/nfs/version/Version.vue +26 -26
- package/components/common/wizards/datastore/add/nfs/version/lib/config/versionOptions.ts +22 -22
- package/components/common/wizards/datastore/add/readyComplete/ReadyComplete.vue +88 -88
- package/components/common/wizards/datastore/add/readyComplete/lib/config/propertiesDetails.ts +140 -140
- package/components/common/wizards/datastore/add/sharedStorm/SharedStorm.vue +78 -78
- package/components/common/wizards/datastore/add/sharedStorm/_version/Version.vue +28 -28
- package/components/common/wizards/datastore/add/sharedStorm/_version/lib/config/versionOptions.ts +21 -21
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/DeviceSelection.vue +276 -276
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/lib/config/selectOptions.ts +23 -23
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/lib/models/interfaces.ts +26 -26
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/lib/models/types.ts +1 -1
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/table/Table.vue +133 -133
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/table/lib/config/lunDiskTable.ts +84 -84
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/table/lib/config/tableKeys.ts +11 -11
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/table/lib/models/types.ts +9 -9
- package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/PartitionConfiguration.vue +236 -236
- package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/graphicTooltip/graphicTooltip.vue +64 -64
- package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/lib/config/selectOptions.ts +46 -46
- package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/sizeGraphic/sizeGraphic.vue +225 -225
- package/components/common/wizards/datastore/add/types/Types.vue +83 -83
- package/components/common/wizards/datastore/add/types/lib/config/typeOptions.ts +41 -41
- package/components/common/wizards/network/add/Add.vue +1036 -1036
- package/components/common/wizards/network/add/lib/config/index.ts +35 -35
- package/components/common/wizards/network/add/lib/config/initialData.ts +62 -62
- package/components/common/wizards/network/add/lib/config/portPropertiesStep.ts +43 -43
- package/components/common/wizards/network/add/lib/config/selectSwitch.ts +19 -19
- package/components/common/wizards/network/add/lib/config/sendData.ts +141 -141
- package/components/common/wizards/network/add/lib/config/steps.ts +456 -456
- package/components/common/wizards/network/add/lib/models/enums.ts +17 -17
- package/components/common/wizards/network/add/lib/models/interfaces.ts +249 -249
- package/components/common/wizards/network/add/lib/models/types.ts +14 -14
- package/components/common/wizards/network/add/lib/utils/index.ts +4 -4
- package/components/common/wizards/network/add/mappers/mappers.ts +192 -192
- package/components/common/wizards/network/add/modals/SelectNetwork.vue +173 -173
- package/components/common/wizards/network/add/modals/SelectStandardSwitch.vue +138 -138
- package/components/common/wizards/network/add/modals/SelectSwitch.vue +131 -131
- package/components/common/wizards/network/add/steps/ConnectionSettings.vue +154 -154
- package/components/common/wizards/network/add/steps/CreateStandardSwitch.vue +91 -91
- package/components/common/wizards/network/add/steps/IpFourSettings.vue +305 -305
- package/components/common/wizards/network/add/steps/PhysicalAdapter.vue +13 -13
- package/components/common/wizards/network/add/steps/PortProperties.vue +407 -407
- package/components/common/wizards/network/add/steps/ReadyComplete.vue +20 -20
- package/components/common/wizards/network/add/steps/SelectConnectionType.vue +99 -99
- package/components/common/wizards/network/add/steps/SelectedTargetDevice.vue +474 -474
- package/components/common/wizards/network/add/validations/common.ts +26 -26
- package/components/common/wizards/network/add/validations/connectionSettings.ts +70 -70
- package/components/common/wizards/network/add/validations/createStandardSwitch.ts +59 -59
- package/components/common/wizards/network/add/validations/ipFourSettings.ts +182 -182
- package/components/common/wizards/network/add/validations/networkValidation.ts +77 -77
- package/components/common/wizards/network/add/validations/physicalAdapter.ts +70 -70
- package/components/common/wizards/network/add/validations/portProperties.ts +83 -83
- package/components/common/wizards/network/add/validations/targetDevice.ts +109 -109
- package/components/common/wizards/network/add/validations/validations.ts +43 -43
- package/components/common/wizards/vm/common/computeResource/TreeView.vue +61 -61
- package/components/common/wizards/vm/common/tooltip/Tooltip.vue +84 -84
- package/components/common/wizards/vm/common/validation/compatibility/Compatibility.vue +62 -62
- package/components/common/wizards/vm/common/validation/lib/models/enums.ts +5 -5
- package/components/common/wizards/vm/migrate/Migrate.vue +278 -278
- package/components/common/wizards/vm/migrate/contentHeading/ContentHeading.vue +106 -106
- package/components/common/wizards/vm/migrate/contentHeading/lib/models/interfaces.ts +7 -7
- package/components/common/wizards/vm/migrate/lib/config/constructDataReady.ts +100 -100
- package/components/common/wizards/vm/migrate/lib/models/enums.ts +6 -6
- package/components/common/wizards/vm/migrate/lib/models/interfaces.ts +28 -28
- package/components/common/wizards/vm/migrate/lib/models/types.ts +5 -5
- package/components/common/wizards/vm/migrate/lib/utils.ts +80 -80
- package/components/common/wizards/vm/migrate/select/computeResource/ComputeResource.vue +219 -219
- package/components/common/wizards/vm/migrate/select/computeResource/lib/config/tabsPannel.ts +28 -28
- package/components/common/wizards/vm/migrate/select/computeResource/lib/models/enums.ts +6 -6
- package/components/common/wizards/vm/migrate/select/computeResource/lib/models/interfaces.ts +30 -30
- package/components/common/wizards/vm/migrate/select/computeResource/lib/models/types.ts +12 -12
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/TableView.vue +143 -143
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/clusterTable.ts +113 -113
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/hostTable.ts +124 -124
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/resourcePoolTable.ts +115 -115
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/tableKeys.ts +65 -65
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/vappsTable.ts +66 -66
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/models/interfaces.ts +50 -50
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/models/types.ts +60 -60
- package/components/common/wizards/vm/migrate/select/network/Network.vue +125 -125
- package/components/common/wizards/vm/migrate/select/network/table/network/Network.vue +114 -114
- package/components/common/wizards/vm/migrate/select/network/table/network/lib/config/advancedTable.ts +78 -78
- package/components/common/wizards/vm/migrate/select/network/table/network/lib/config/basicTable.ts +70 -70
- package/components/common/wizards/vm/migrate/select/network/table/network/lib/config/tableKeys.ts +13 -13
- package/components/common/wizards/vm/migrate/select/network/table/network/lib/models/interfaces.ts +12 -12
- package/components/common/wizards/vm/migrate/select/network/table/network/lib/models/types.ts +21 -21
- package/components/common/wizards/vm/migrate/select/network/table/useAt/UseAt.vue +54 -54
- package/components/common/wizards/vm/migrate/select/network/table/useAt/lib/config/tableKeys.ts +7 -7
- package/components/common/wizards/vm/migrate/select/network/table/useAt/lib/config/useAtTable.ts +47 -47
- package/components/common/wizards/vm/migrate/select/network/table/useAt/lib/models/interfaces.ts +1 -1
- package/components/common/wizards/vm/migrate/select/network/table/useAt/lib/models/types.ts +5 -5
- package/components/common/wizards/vm/migrate/select/priority/Priority.vue +39 -39
- package/components/common/wizards/vm/migrate/select/priority/lib/config/typeOptions.ts +21 -21
- package/components/common/wizards/vm/migrate/select/priority/lib/models/types.ts +1 -1
- package/components/common/wizards/vm/migrate/select/storage/Storage.vue +206 -206
- package/components/common/wizards/vm/migrate/select/storage/configure/batch/Batch.vue +73 -73
- package/components/common/wizards/vm/migrate/select/storage/configure/disk/Disk.vue +87 -87
- package/components/common/wizards/vm/migrate/select/storage/diskFormat/DiskFormat.vue +69 -69
- package/components/common/wizards/vm/migrate/select/storage/diskFormat/lib/config/formatOptions.ts +26 -26
- package/components/common/wizards/vm/migrate/select/storage/lib/config/tabsPannel.ts +20 -20
- package/components/common/wizards/vm/migrate/select/storage/lib/models/enums.ts +6 -6
- package/components/common/wizards/vm/migrate/select/storage/lib/models/interfaces.ts +14 -14
- package/components/common/wizards/vm/migrate/select/storage/lib/models/types.ts +9 -9
- package/components/common/wizards/vm/migrate/select/storage/policy/Policy.vue +84 -84
- package/components/common/wizards/vm/migrate/select/storage/selectedPerDisk/SelectedPerDisk.vue +88 -88
- package/components/common/wizards/vm/migrate/select/storage/table/datastore/Datastore.vue +114 -114
- package/components/common/wizards/vm/migrate/select/storage/table/datastore/lib/config/config.ts +179 -179
- package/components/common/wizards/vm/migrate/select/storage/table/datastore/lib/models/types.ts +15 -15
- package/components/common/wizards/vm/migrate/select/storage/table/disk/Disk.vue +86 -86
- package/components/common/wizards/vm/migrate/select/storage/table/disk/lib/config/config.ts +123 -123
- package/components/common/wizards/vm/migrate/select/storage/table/disk/lib/config/tableKeys.ts +15 -15
- package/components/common/wizards/vm/migrate/select/storage/table/disk/lib/models/interfaces.ts +24 -24
- package/components/common/wizards/vm/migrate/select/storage/table/disk/lib/models/types.ts +13 -13
- package/components/common/wizards/vm/migrate/select/targetServer/lib/config/tabsPannel.ts +18 -18
- package/components/common/wizards/vm/migrate/select/targetServer/lib/models/types.ts +1 -1
- package/components/common/wizards/vm/migrate/select/targetServer/new/New.vue +294 -294
- package/components/common/wizards/vm/migrate/select/targetServer/new/lib/config/defaultForm.ts +36 -36
- package/components/common/wizards/vm/migrate/select/targetServer/new/lib/models/interfaces.ts +13 -13
- package/components/common/wizards/vm/migrate/select/targetServer/saved/Saved.vue +27 -27
- package/components/common/wizards/vm/migrate/select/targetServer/targetServer.vue +41 -41
- package/components/common/wizards/vm/migrate/select/type/Type.vue +38 -38
- package/components/common/wizards/vm/migrate/select/type/lib/config/typeOptions.ts +41 -41
- package/components/common/wizards/vm/migrate/select/type/lib/models/interfaces.ts +5 -5
- package/components/content/Hint.vue +24 -24
- package/components/lib/models/interfaces.ts +14 -14
- package/composables/deepCopy.ts +21 -21
- package/composables/useAppVersion.ts +22 -22
- package/composables/useDiff.ts +15 -15
- package/composables/useEnvLanguage.ts +23 -23
- package/composables/useLocal.ts +44 -44
- package/composables/useLocalStorage.ts +45 -45
- package/composables/useThrottle.ts +32 -32
- package/composables/useUniqueId.ts +5 -5
- package/eslint/index.js +15 -15
- package/eslint/no-import-type.js +17 -17
- package/eslint/no-invalid-type-prefix.js +32 -32
- package/layouts/auth.vue +31 -31
- package/lib/config/regExp.ts +13 -13
- package/lib/models/composables/useAppVersion/interfaces.ts +5 -5
- package/lib/models/composables/useMyFetch/interfaces.ts +25 -25
- package/lib/models/composables/useMyFetch/types.ts +1 -1
- package/lib/models/enums.ts +35 -35
- package/lib/models/interfaces.ts +63 -63
- package/lib/models/plugins/date/interfaces.ts +5 -5
- package/lib/models/plugins/date/types.ts +1 -1
- package/lib/models/plugins/validation/interfaces.ts +21 -21
- package/lib/models/plugins/validation/types.ts +1 -1
- package/lib/models/store/host/interfaces.ts +38 -38
- package/lib/models/store/interfaces.ts +43 -43
- package/lib/models/store/network/interfaces.ts +13 -13
- package/lib/models/store/storage/interfaces.ts +32 -32
- package/lib/models/store/tasks/enums.ts +27 -27
- package/lib/models/store/tasks/interfaces.ts +122 -122
- package/lib/models/store/tasks/types.ts +2 -2
- package/lib/models/store/types.ts +43 -43
- package/lib/models/store/vm/interfaces.ts +234 -234
- package/lib/models/table/interfaces.ts +38 -38
- package/lib/models/table/types.ts +1 -1
- package/lib/models/types.ts +38 -38
- package/lib/utils/base64.ts +34 -34
- package/lib/utils/contentBuild.ts +34 -34
- package/lib/utils/notification.ts +22 -22
- package/lib/utils/sendTask.ts +73 -73
- package/minify.js +146 -146
- package/modules/fixContentBuild/index.ts +91 -91
- package/modules/fixContentBuild/lib/utils/methods.ts +115 -115
- package/modules/fixSpiceConsoleBuild/index.ts +28 -28
- package/modules/replaceEnv/index.ts +40 -40
- package/nuxt.config.ts +8 -8
- package/package.json +42 -42
- package/plugins/binary.ts +158 -158
- package/plugins/date.ts +179 -179
- package/plugins/spice-console/spice.console.ts +147 -147
- package/plugins/text.ts +48 -48
- package/plugins/validation.ts +172 -172
- package/public/spice-console/application/WorkerProcess.js +3350 -3350
- package/public/spice-console/application/WorkerProcess_back.js +3144 -3144
- package/public/spice-console/application/WorkerProcess_meta.js +3103 -3103
- package/public/spice-console/application/WorkerProcess_reverse.js +3214 -3214
- package/public/spice-console/application/agent.js +175 -175
- package/public/spice-console/application/application.js +641 -641
- package/public/spice-console/application/checkActivity.js +50 -50
- package/public/spice-console/application/clientgui.js +842 -842
- package/public/spice-console/application/clipboard/clipboarddataparser.js +92 -92
- package/public/spice-console/application/clipboard/local/localClipboard.js +110 -110
- package/public/spice-console/application/clipboard.js +82 -82
- package/public/spice-console/application/codec.js +263 -263
- package/public/spice-console/application/imagecache.js +81 -81
- package/public/spice-console/application/inputmanager.js +270 -270
- package/public/spice-console/application/packetfactory.js +202 -202
- package/public/spice-console/application/packetfilter.js +103 -103
- package/public/spice-console/application/packetprocess.js +75 -75
- package/public/spice-console/application/rasteroperation.js +118 -118
- package/public/spice-console/application/spiceconnection.js +197 -197
- package/public/spice-console/application/stream.js +67 -67
- package/public/spice-console/application/virtualmouse.js +109 -109
- package/public/spice-console/keymaps/keyevent.js +36 -36
- package/public/spice-console/keymaps/keymap.js +229 -229
- package/public/spice-console/keymaps/keymapes.js +375 -375
- package/public/spice-console/keymaps/keymapesObj.js +317 -317
- package/public/spice-console/keymaps/keymapus.js +317 -317
- package/public/spice-console/keymaps/scanCodeObjModifier.js +65 -65
- package/public/spice-console/keymaps/scanCodeObjProvider.js +60 -60
- package/public/spice-console/lib/AsyncConsumer.js +204 -204
- package/public/spice-console/lib/AsyncWorker.js +60 -60
- package/public/spice-console/lib/CollisionDetector.js +27 -27
- package/public/spice-console/lib/DataLogger.js +197 -197
- package/public/spice-console/lib/GenericObjectPool.js +152 -152
- package/public/spice-console/lib/GlobalPool.js +114 -114
- package/public/spice-console/lib/ImageUncompressor.js +138 -138
- package/public/spice-console/lib/IntegrationBenchmark.js +64 -64
- package/public/spice-console/lib/PacketWorkerIdentifier.js +107 -107
- package/public/spice-console/lib/SyncAsyncHandler.js +46 -46
- package/public/spice-console/lib/base64.js +298 -298
- package/public/spice-console/lib/biginteger.js +1640 -1640
- package/public/spice-console/lib/bowser.js +276 -276
- package/public/spice-console/lib/decoder/dixie.js +7930 -7930
- package/public/spice-console/lib/decoder/jmuxer.js +2815 -2815
- package/public/spice-console/lib/displayRouter.js +83 -83
- package/public/spice-console/lib/encrypt.js +191 -191
- package/public/spice-console/lib/flipper.js +39 -39
- package/public/spice-console/lib/graphic.js +1230 -1230
- package/public/spice-console/lib/graphicdebug.js +223 -223
- package/public/spice-console/lib/images/jsquic_family.js +83 -83
- package/public/spice-console/lib/images/jsquic_rgba.js +342 -342
- package/public/spice-console/lib/images/jsquic_uncompress.js +529 -529
- package/public/spice-console/lib/images/lz.js +717 -717
- package/public/spice-console/lib/images/png.js +275 -275
- package/public/spice-console/lib/jgestures.min.js +43 -43
- package/public/spice-console/lib/jquery-2.0.3.js +8829 -8829
- package/public/spice-console/lib/jquery-mousewheel.js +83 -83
- package/public/spice-console/lib/jquery-visibility.min.js +1 -1
- package/public/spice-console/lib/jsbn.js +578 -578
- package/public/spice-console/lib/jsbn2.js +675 -675
- package/public/spice-console/lib/lodash.4.0.0.min.js +136 -136
- package/public/spice-console/lib/modernizr.js +39 -39
- package/public/spice-console/lib/pixastic.js +3244 -3244
- package/public/spice-console/lib/prettyprint.js +794 -794
- package/public/spice-console/lib/prng4.js +64 -64
- package/public/spice-console/lib/queue.js +259 -259
- package/public/spice-console/lib/rasterEngine.js +907 -907
- package/public/spice-console/lib/rng.js +87 -87
- package/public/spice-console/lib/runqueue.js +103 -103
- package/public/spice-console/lib/sha1.js +124 -124
- package/public/spice-console/lib/stuckkeyshandler.js +122 -122
- package/public/spice-console/lib/timelapsedetector.js +62 -62
- package/public/spice-console/lib/utils.js +327 -327
- package/public/spice-console/lib/virtualjoystick.js +370 -370
- package/public/spice-console/network/busconnection.js +195 -195
- package/public/spice-console/network/clusternodechooser.js +49 -49
- package/public/spice-console/network/connectioncontrol.js +60 -60
- package/public/spice-console/network/packetcontroller.js +62 -62
- package/public/spice-console/network/packetextractor.js +73 -73
- package/public/spice-console/network/packetlinkfactory.js +64 -64
- package/public/spice-console/network/packetreassembler.js +77 -77
- package/public/spice-console/network/reassemblerfactory.js +39 -39
- package/public/spice-console/network/sizedefiner.js +86 -86
- package/public/spice-console/network/socket.js +120 -120
- package/public/spice-console/network/socketqueue.js +95 -95
- package/public/spice-console/network/spicechannel.js +375 -375
- package/public/spice-console/network/websocketwrapper.js +75 -75
- package/public/spice-console/process/busprocess.js +309 -309
- package/public/spice-console/process/cursorprocess.js +110 -110
- package/public/spice-console/process/displaypreprocess.js +152 -152
- package/public/spice-console/process/displayprocess.js +210 -210
- package/public/spice-console/process/inputprocess.js +203 -203
- package/public/spice-console/process/mainprocess.js +78 -78
- package/public/spice-console/process/playbackprocess.js +233 -233
- package/public/spice-console/run.js +180 -180
- package/public/spice-console/spiceobjects/generated/protocol.js +537 -537
- package/public/spice-console/spiceobjects/spiceobjects.js +3474 -3474
- package/public/spice-console/swcanvas/swcanvas.js +82 -82
- package/public/spice-console/tools/generate.php +269 -269
- package/public/spice-console/tools/generateKeyboardLayout.php +63 -63
- package/public/spice-console/tools/generateSpiceObject.php +81 -81
- package/store/main/lib/interfaces.ts +9 -9
- package/store/storage/device/lib/models/interfaces.ts +26 -26
- package/store/tasks/actions.ts +133 -133
- package/store/tasks/getters.ts +25 -25
- package/store/tasks/lib/models/interfaces.ts +18 -18
- package/store/tasks/mappers/tasks.ts +42 -42
- package/store/tasks/mutations.ts +58 -58
- package/store/tasks/state.ts +16 -16
- package/store/tasks/store.ts +12 -12
- package/tsconfig.json +4 -4
- package/assets/img/icons/icons-sprite-dark-1-old.svg +0 -1
- package/assets/img/icons/icons-sprite-dark-2-old.svg +0 -1
- package/assets/img/icons/icons-sprite-dark-3-old.svg +0 -1
- package/assets/img/icons/icons-sprite-dark-4-old.svg +0 -1
- package/assets/img/icons/icons-sprite-dark-7.svg +0 -8
- package/assets/img/icons/icons-sprite-dark-8.svg +0 -190
- package/assets/img/icons/icons-sprite-dark-9.svg +0 -71
- package/assets/img/icons/icons-sprite-light-1-old.svg +0 -1
- package/assets/img/icons/icons-sprite-light-2-old.svg +0 -1
- package/assets/img/icons/icons-sprite-light-3-old.svg +0 -1
- package/assets/img/icons/icons-sprite-light-4-old.svg +0 -1
- package/assets/img/icons/icons-sprite-light-7.svg +0 -8
- package/assets/img/icons/icons-sprite-light-8.svg +0 -190
- package/assets/img/icons/icons-sprite-light-9.svg +0 -71
- package/assets/scss/common/icons/icons-7.scss +0 -29
- package/assets/scss/common/icons/icons-8.scss +0 -191
- package/assets/scss/common/icons/icons-9.scss +0 -95
- package/components/common/wizards/vmNew/common/computeResource/TreeView.vue +0 -61
- package/components/common/wizards/vmNew/common/tooltip/Tooltip.vue +0 -84
- package/components/common/wizards/vmNew/common/validation/compatibility/Compatibility.vue +0 -62
- package/components/common/wizards/vmNew/common/validation/lib/models/enums.ts +0 -5
- package/components/common/wizards/vmNew/migrate/Migrate.vue +0 -235
- package/components/common/wizards/vmNew/migrate/lib/config/constructDataReady.ts +0 -100
- package/components/common/wizards/vmNew/migrate/lib/config/steps.ts +0 -82
- package/components/common/wizards/vmNew/migrate/lib/models/enums.ts +0 -6
- package/components/common/wizards/vmNew/migrate/lib/models/interfaces.ts +0 -32
- package/components/common/wizards/vmNew/migrate/lib/utils.ts +0 -0
- package/components/common/wizards/vmNew/migrate/lib/validations.ts +0 -29
- package/components/common/wizards/vmNew/migrate/select/computeResource/ComputeResource.vue +0 -219
- package/components/common/wizards/vmNew/migrate/select/computeResource/lib/config/tabsPannel.ts +0 -28
- package/components/common/wizards/vmNew/migrate/select/computeResource/lib/models/enums.ts +0 -6
- package/components/common/wizards/vmNew/migrate/select/computeResource/lib/models/interfaces.ts +0 -30
- package/components/common/wizards/vmNew/migrate/select/computeResource/lib/models/types.ts +0 -12
- package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/TableView.vue +0 -143
- package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/config/clusterTable.ts +0 -113
- package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/config/hostTable.ts +0 -124
- package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/config/resourcePoolTable.ts +0 -115
- package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/config/tableKeys.ts +0 -65
- package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/config/vappsTable.ts +0 -66
- package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/models/interfaces.ts +0 -50
- package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/models/types.ts +0 -60
- package/components/common/wizards/vmNew/migrate/select/network/Network.vue +0 -125
- package/components/common/wizards/vmNew/migrate/select/network/table/network/Network.vue +0 -114
- package/components/common/wizards/vmNew/migrate/select/network/table/network/lib/config/advancedTable.ts +0 -78
- package/components/common/wizards/vmNew/migrate/select/network/table/network/lib/config/basicTable.ts +0 -70
- package/components/common/wizards/vmNew/migrate/select/network/table/network/lib/config/tableKeys.ts +0 -13
- package/components/common/wizards/vmNew/migrate/select/network/table/network/lib/models/interfaces.ts +0 -12
- package/components/common/wizards/vmNew/migrate/select/network/table/network/lib/models/types.ts +0 -21
- package/components/common/wizards/vmNew/migrate/select/network/table/useAt/UseAt.vue +0 -54
- package/components/common/wizards/vmNew/migrate/select/network/table/useAt/lib/config/tableKeys.ts +0 -7
- package/components/common/wizards/vmNew/migrate/select/network/table/useAt/lib/config/useAtTable.ts +0 -47
- package/components/common/wizards/vmNew/migrate/select/network/table/useAt/lib/models/interfaces.ts +0 -1
- package/components/common/wizards/vmNew/migrate/select/network/table/useAt/lib/models/types.ts +0 -5
- package/components/common/wizards/vmNew/migrate/select/priority/Priority.vue +0 -39
- package/components/common/wizards/vmNew/migrate/select/priority/lib/config/typeOptions.ts +0 -21
- package/components/common/wizards/vmNew/migrate/select/priority/lib/models/types.ts +0 -1
- package/components/common/wizards/vmNew/migrate/select/storage/Storage.vue +0 -207
- package/components/common/wizards/vmNew/migrate/select/storage/configure/batch/Batch.vue +0 -64
- package/components/common/wizards/vmNew/migrate/select/storage/configure/batch/config/virtualDiskFormat.ts +0 -30
- package/components/common/wizards/vmNew/migrate/select/storage/configure/batch/table/Table.vue +0 -117
- package/components/common/wizards/vmNew/migrate/select/storage/configure/batch/table/lib/config/datastoreTable.ts +0 -177
- package/components/common/wizards/vmNew/migrate/select/storage/configure/batch/table/lib/models/types.ts +0 -15
- package/components/common/wizards/vmNew/migrate/select/storage/configure/disk/Disk.vue +0 -87
- package/components/common/wizards/vmNew/migrate/select/storage/lib/config/tabsPannel.ts +0 -20
- package/components/common/wizards/vmNew/migrate/select/storage/lib/models/enums.ts +0 -6
- package/components/common/wizards/vmNew/migrate/select/storage/lib/models/interfaces.ts +0 -14
- package/components/common/wizards/vmNew/migrate/select/storage/lib/models/types.ts +0 -9
- package/components/common/wizards/vmNew/migrate/select/storage/policy/Policy.vue +0 -84
- package/components/common/wizards/vmNew/migrate/select/storage/selectedPerDisk/SelectedPerDisk.vue +0 -88
- package/components/common/wizards/vmNew/migrate/select/storage/table/datastore/lib/config/config.ts +0 -179
- package/components/common/wizards/vmNew/migrate/select/storage/table/datastore/lib/models/types.ts +0 -15
- package/components/common/wizards/vmNew/migrate/select/storage/table/disk/Disk.vue +0 -86
- package/components/common/wizards/vmNew/migrate/select/storage/table/disk/lib/config/config.ts +0 -123
- package/components/common/wizards/vmNew/migrate/select/storage/table/disk/lib/config/tableKeys.ts +0 -15
- package/components/common/wizards/vmNew/migrate/select/storage/table/disk/lib/models/interfaces.ts +0 -24
- package/components/common/wizards/vmNew/migrate/select/storage/table/disk/lib/models/types.ts +0 -13
- package/components/common/wizards/vmNew/migrate/select/targetServer/lib/config/tabsPannel.ts +0 -18
- package/components/common/wizards/vmNew/migrate/select/targetServer/lib/models/types.ts +0 -1
- package/components/common/wizards/vmNew/migrate/select/targetServer/new/New.vue +0 -294
- package/components/common/wizards/vmNew/migrate/select/targetServer/new/lib/config/defaultForm.ts +0 -36
- package/components/common/wizards/vmNew/migrate/select/targetServer/new/lib/models/interfaces.ts +0 -13
- package/components/common/wizards/vmNew/migrate/select/targetServer/saved/Saved.vue +0 -27
- package/components/common/wizards/vmNew/migrate/select/targetServer/targetServer.vue +0 -41
- package/components/common/wizards/vmNew/migrate/select/type/Type.vue +0 -27
- package/components/common/wizards/vmNew/migrate/select/type/lib/config/typeOptions.ts +0 -41
- package/components/common/wizards/vmNew/migrate/select/type/lib/models/interfaces.ts +0 -5
- package/components/common/wizards/vmNew/migrate/select/type/lib/models/types.ts +0 -5
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="38" height="3040" viewBox="0 0 38 3040"><view id="Add_Host" viewBox="0 0 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="aavmw-color-theme" id="Add_Host-" data-name="Layer 2" width="38" height="38" viewBox="-1 -1 38 38"><defs><style>.aapath-size{fill:none}.aavmw-color-theme{fill:#565656}.aavmw-color-green{fill:#59a011}</style></defs><path class="aapath-size" d="M0 0h36v36H0z"/><path class="aavmw-color-theme" d="M15 27a3 3 0 103-3 3 3 0 00-3 3zm4 0a1 1 0 11-1-1 1 1 0 011 1zM12 10h6v2h-6zM12 6h6v2h-6z"/><path class="aavmw-color-theme" d="M26 18v14H10V4h14V2H9.35A1.34 1.34 0 008 3.31V34h20V18z"/><path class="aavmw-color-green" d="M36 6h-6V0h-4v6h-6v4h6v6h4v-6h6V6z"/></svg><view id="Compute_policy" viewBox="0 38 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="abvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="Compute_policy-" y="38"><defs><style>.abvmw-color-theme{fill:#565656}</style></defs><g id="abLayer_2" data-name="Layer 2"><path d="M15 24H3a1 1 0 01-1-1V11a1 1 0 011-1h12a1 1 0 011 1v12a1 1 0 01-1 1zM4 22h10V12H4z"/><path d="M6 11V4h10v3h2V3a1 1 0 00-1-1H5a1 1 0 00-1 1v8z"/><path d="M24 12h2V7a1 1 0 00-1-1H13a1 1 0 00-1 1v4h2V8h10zM32 34H20a2 2 0 01-2-2V16a2 2 0 012-2h12a2 2 0 012 2v16a2 2 0 01-2 2zM20 16v16h12V16z"/><path d="M22 22h8v2h-8zM22 18h8v2h-8zM22 26h6v2h-6z"/></g></svg><view id="Host_Connect" viewBox="0 76 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="acvmw-color-theme" id="Host_Connect-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="76"><defs><style>.acvmw-color-theme{fill:#565656}.acpath-size{fill:none}</style></defs><path d="M6 6h12v2H6zM6 10h12v2H6zM12 26a1 1 0 11-1 1 1 1 0 011-1m0-2a3 3 0 103 3 3 3 0 00-3-3z"/><path class="acpath-size" d="M0 0h36v36H0z"/><path d="M20.65 2H3.35A1.33 1.33 0 002 3.31V34h20V3.31A1.33 1.33 0 0020.65 2zM20 32H4V4h16z"/><path d="M26.81 30H20V16h6.81A3.19 3.19 0 0130 19.19v7.62A3.19 3.19 0 0126.81 30zM22 28h4.81A1.19 1.19 0 0028 26.81v-7.62A1.19 1.19 0 0026.81 18H22z"/><path d="M29 22h5v2h-5z"/></svg><view id="Host_Disconnect" viewBox="0 114 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="advmw-color-theme" id="Host_Disconnect-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="114"><defs><style>.advmw-color-theme{fill:#565656}.adpath-size{fill:none}</style></defs><path d="M20 32H4V4h16v8h2V3.31A1.33 1.33 0 0020.65 2H3.35A1.33 1.33 0 002 3.31V34h20v-2z"/><path d="M6 6h12v2H6zM6 10h12v2H6zM12 26a1 1 0 11-1 1 1 1 0 011-1m0-2a3 3 0 103 3 3 3 0 00-3-3z"/><path class="adpath-size" d="M0 0h36v36H0z"/><path d="M20 26.81V20h14v6.81A3.19 3.19 0 0130.81 30h-7.62A3.19 3.19 0 0120 26.81zM22 22v4.81A1.19 1.19 0 0023.19 28h7.62A1.19 1.19 0 0032 26.81V22z"/><path d="M26 29h2v5h-2zM31 14a1 1 0 011 1v5h-2v-5a1 1 0 011-1zM23 14a1 1 0 011 1v5h-2v-5a1 1 0 011-1z"/></svg><view id="Host_Maintenance_Mode_Enter" viewBox="0 152 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="aevmw-color-theme" id="Host_Maintenance_Mode_Enter-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="152"><defs><style>.aevmw-color-theme{fill:#565656}.aepath-size{fill:none}.aevmw-color-yellow-light{fill:#fac400}</style></defs><path d="M12 6h12v2H12zM12 10h12v2H12z"/><path class="aepath-size" d="M0 0h36v36H0z"/><path d="M6.57 14H2v8l4.57-8z"/><path class="aevmw-color-yellow-light" d="M11.16 14H6.59l-4.57 8h4.57l4.57-8z"/><path d="M15.73 14h-4.57l-4.57 8h4.57l4.57-8z"/><path class="aevmw-color-yellow-light" d="M20.3 14h-4.57l-4.57 8h4.57l4.57-8z"/><path d="M24.86 14H20.3l-4.57 8h4.57l4.56-8z"/><path class="aevmw-color-yellow-light" d="M29.43 14h-4.57l-4.56 8h4.56l4.57-8z"/><path d="M34 14h-4.57l-4.57 8h4.57L34 14z"/><path class="aevmw-color-yellow-light" d="M33.98 14l-4.57 8h4.57v-8z"/><path d="M26.24 26.17a1 1 0 01.71.29 1 1 0 010 1.42L24.83 30 27 32.12a1 1 0 010 1.42 1 1 0 01-1.41 0L22 30l3.54-3.54a1 1 0 01.7-.29z"/><path d="M23.8 29h9.44a1 1 0 010 2H23.8a1 1 0 110-2z"/><path d="M20 32H10V4h16v20h2V3.31A1.33 1.33 0 0026.65 2H9.35A1.33 1.33 0 008 3.31V34h12z"/></svg><view id="Host_Maintenance_Mode_Exit" viewBox="0 190 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="afvmw-color-theme" id="Host_Maintenance_Mode_Exit-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="190"><defs><style>.afvmw-color-theme{fill:#565656}.afpath-size{fill:none}.afvmw-color-yellow-light{fill:#fac400}</style></defs><path d="M12 6h12v2H12zM12 10h12v2H12z"/><path class="afpath-size" d="M0 0h36v36H0z"/><path d="M6.57 14H2v8l4.57-8z"/><path class="afvmw-color-yellow-light" d="M11.16 14H6.59l-4.57 8h4.57l4.57-8z"/><path d="M15.73 14h-4.57l-4.57 8h4.57l4.57-8z"/><path class="afvmw-color-yellow-light" d="M20.3 14h-4.57l-4.57 8h4.57l4.57-8z"/><path d="M24.86 14H20.3l-4.57 8h4.57l4.56-8z"/><path class="afvmw-color-yellow-light" d="M29.43 14h-4.57l-4.56 8h4.56l4.57-8z"/><path d="M34 14h-4.57l-4.57 8h4.57L34 14z"/><path class="afvmw-color-yellow-light" d="M33.98 14l-4.57 8h4.57v-8z"/><path d="M30 33.83a1 1 0 01-.71-.29 1 1 0 010-1.42L31.41 30l-2.12-2.12a1 1 0 011.42-1.42L34.24 30l-3.53 3.54a1 1 0 01-.71.29z"/><path d="M32.44 31H23a1 1 0 010-2h9.44a1 1 0 010 2z"/><path d="M20 32H10V4h16v20h2V3.31A1.33 1.33 0 0026.65 2H9.35A1.33 1.33 0 008 3.31V34h12z"/></svg><view id="Host_Policy" viewBox="0 228 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="agvmw-color-theme" id="Host_Policy-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="228"><defs><style>.agvmw-color-theme{fill:#565656}.agpath-size{fill:none}</style></defs><path d="M6 6h12v2H6zM6 10h12v2H6zM12 26a1 1 0 11-1 1 1 1 0 011-1m0-2a3 3 0 103 3 3 3 0 00-3-3z"/><path class="agpath-size" d="M0 0h36v36H0z"/><path d="M16.1 32H4V4h16v12h2V3.31A1.33 1.33 0 0020.65 2H3.35A1.33 1.33 0 002 3.31V34h15a4.84 4.84 0 01-.9-2z"/><path d="M22 28v4h-1a1 1 0 01-1-1V20h7a1 1 0 011 1v7h2v-7a3 3 0 00-3-3H17a3 3 0 00-3 3v1h2v-1a1 1 0 011-1h1v11a3 3 0 003 3h10a3 3 0 003-3v-3zm10 3a1 1 0 01-1 1h-7v-2h8z"/></svg><view id="Host_Reboot" viewBox="0 266 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="ahvmw-color-theme" id="Host_Reboot-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="266"><defs><style>.ahvmw-color-theme{fill:#565656}.ahpath-size{fill:none}</style></defs><path class="ahpath-size" d="M0 0h36v36H0z"/><path d="M12 6h12v2H12zM12 10h12v2H12zM21 27a3 3 0 00-4.49-2.59A3.09 3.09 0 0117.84 26a.76.76 0 01.16 0 1 1 0 010 2h-.06a8.59 8.59 0 01-.45 2 2.94 2.94 0 00.51 0 3 3 0 003-3z"/><path d="M26.65 2H9.35A1.33 1.33 0 008 3.31v14.75h.61a2.94 2.94 0 01.88-2 2.87 2.87 0 01.51-.41V4h16v28h-9.52a9 9 0 01-1.84 2H28V3.31A1.33 1.33 0 0026.65 2z"/><path d="M15 26a1 1 0 00-1 1 5 5 0 11-5-5h3l-1.1 1.13a1 1 0 101.41 1.41l2.83-2.83a1 1 0 000-1.41l-2.83-2.83a1 1 0 10-1.41 1.41L12 20H9a7 7 0 107 7 1 1 0 00-1-1zM6 26.79v.42z"/></svg><view id="Lic_key_add" viewBox="0 304 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="aivmw-color-theme" id="Lic_key_add-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="304"><defs><style>.aipath-size{fill:none}.aivmw-color-theme{fill:#565656}.aivmw-color-green{fill:#59a011}</style></defs><path class="aipath-size" d="M0 0h36v36H0z"/><path class="aipath-size" d="M0 0h36v36H0z"/><path class="aipath-size" d="M0 0h36v36H0z"/><rect class="aivmw-color-theme" x="6.33" y="10.71" width="9.71" height="2.57" rx="1" transform="rotate(-45 11.192 12.004)"/><path class="aipath-size" d="M0 0h36v36H0z"/><path class="aivmw-color-theme" d="M24 18v-.55l-.65-.65.63-.63V12h-.62a3 3 0 01-.82 2.7l-2 2L32 28.28V32h-3.14l-1.77-1.76v-2.8h-3.68v-3H18.8l-3-3-1.8 1.87a3 3 0 01-4.24 0L4.5 18a3 3 0 010-4.24l8.56-8.56a3 3 0 014.24 0l.7.7V4h.87l-.16-.16a5 5 0 00-7.07 0l-8.55 8.55a5 5 0 000 7.07l5.26 5.26a5 5 0 007.07 0l.4-.4L18 26.48h3.44v3h3.69v1.63L28 34h6v-6.55L24.55 18z"/><path class="aivmw-color-green" d="M36 6h-6V0h-4v6h-6v4h6v6h4v-6h6V6z"/></svg><view id="Lic_key_existing" viewBox="0 342 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="ajvmw-color-theme" id="Lic_key_existing-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="342"><defs><style>.ajvmw-color-theme{fill:#565656}.ajpath-size{fill:none}</style></defs><rect x="6.33" y="10.72" width="9.71" height="2.57" rx="1" ry="1" transform="rotate(-45 11.18 11.999)"/><path d="M23.35 16.8l.63-.63A5 5 0 0024 9.1l-5.29-5.26a5 5 0 00-7.07 0l-8.55 8.55a5 5 0 000 7.07l5.26 5.26a5 5 0 007.07 0l.4-.4L18 26.48h3.44v3h3.69v1.63L28 34h6v-6.55zM32 32h-3.14l-1.77-1.76v-2.8h-3.68v-3H18.8l-3-3-1.8 1.87a3 3 0 01-4.24 0L4.5 18a3 3 0 010-4.24l8.56-8.56a3 3 0 014.24 0l5.26 5.26a3 3 0 010 4.24l-2 2L32 28.28z"/><path class="ajpath-size" d="M0 0h36v36H0z"/></svg><view id="Lic_key_inactive" viewBox="0 380 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="akvmw-color-theme" id="Lic_key_inactive-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="380"><defs><style>.akpath-size{fill:none}.akvmw-color-theme{fill:#565656}.akvmw-color-yellow{fill:#b68300}.akvmw-color-yellow-bright{fill:#ffe02c}.akvmw-color-charcoal{fill:#454545}</style></defs><path class="akpath-size" d="M0 0h36v36H0z"/><rect class="akvmw-color-theme" x="6.33" y="10.71" width="9.71" height="2.57" rx="1" transform="rotate(-45 11.192 12.004)"/><path class="akvmw-color-theme" d="M25.94 22.14L32 28.28V32h-3.14l-1.77-1.76v-2.8h-3.68v-3H18.8l-3-3-1.8 1.87a3 3 0 01-4.24 0L4.5 18a3 3 0 010-4.24l8.56-8.56a3 3 0 014.24 0l.54.55 1-1.76-.15-.15a5 5 0 00-7.07 0l-8.53 8.55a5 5 0 000 7.07l5.26 5.26a5 5 0 007.07 0l.4-.4L18 26.48h3.44v3h3.69v1.63L28 34h6v-6.55l-5.31-5.31z"/><path class="akvmw-color-yellow" d="M25 1.19a3.83 3.83 0 00-3.35 1.93l-6.46 11.23a3.86 3.86 0 003.34 5.79h13a3.86 3.86 0 003.34-5.79L28.36 3.12A3.82 3.82 0 0025 1.19z"/><path class="akvmw-color-yellow-bright" d="M25 3.19a1.85 1.85 0 011.61.93l6.48 11.23a1.86 1.86 0 01-1.61 2.79h-13a1.86 1.86 0 01-1.61-2.79l6.54-11.23A1.83 1.83 0 0125 3.19"/><path class="akvmw-color-charcoal" d="M24 14h2v2h-2zM24 6h2v6h-2z"/></svg><view id="Lic_key_remove" viewBox="0 418 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="alvmw-color-theme" id="Lic_key_remove-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="418"><defs><style>.alpath-size{fill:none}.alvmw-color-theme{fill:#565656}.alvmw-color-red{fill:#f84e30}</style></defs><path class="alpath-size" d="M0 0h36v36H0z"/><rect class="alvmw-color-theme" x="6.33" y="10.71" width="9.71" height="2.57" rx="1" transform="rotate(-45 11.192 12.004)"/><path class="alvmw-color-theme" d="M22.66 18.82L32 28.28V32h-3.14l-1.77-1.76v-2.8h-3.68v-3H18.8l-3-3-1.8 1.87a3 3 0 01-4.24 0L4.5 18a3 3 0 010-4.24l8.56-8.56a3 3 0 014.24 0l3.88 3.88.46-.46-.13-.13L22 8l-5-4.83.28-.29a5 5 0 00-5.68 1l-8.51 8.51a5 5 0 000 7.07l5.26 5.26a5 5 0 007.07 0l.4-.4L18 26.48h3.44v3h3.69v1.63L28 34h6v-6.55l-10-10z"/><path class="alvmw-color-red" d="M35.84 3.14L33.04.28l-5.19 5.07L22.66.28l-2.79 2.86 5.12 5.01-5.12 5.01 2.79 2.86 5.19-5.07 5.19 5.07 2.8-2.86-5.13-5.01 5.13-5.01z"/></svg><view id="Lic_key_sync" viewBox="0 456 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="amvmw-color-theme" id="Lic_key_sync-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="456"><defs><style>.amvmw-color-theme{fill:#565656}.ampath-size{fill:none}</style></defs><path d="M15 26a1 1 0 00-1 1 5 5 0 11-5-5h3l-1.1 1.13a1 1 0 101.41 1.41l2.83-2.83a1 1 0 000-1.41l-2.83-2.83a1 1 0 10-1.41 1.41L12 20H9a7 7 0 107 7 1 1 0 00-1-1z"/><rect x="6.33" y="10.72" width="9.71" height="2.57" rx="1" ry="1" transform="rotate(-45 11.18 11.999)"/><path class="ampath-size" d="M0 0h36v36H0z"/><path d="M23.35 16.8l.63-.63A5 5 0 0024 9.1l-5.29-5.26a5 5 0 00-7.07 0l-8.55 8.55a5 5 0 000 7.07l.42.42a9.49 9.49 0 011.78-1.08L4.5 18a3 3 0 010-4.24l8.56-8.56a3 3 0 014.24 0l5.26 5.26a3 3 0 010 4.24l-2 2L32 28.28V32h-3.14l-1.77-1.76v-2.8h-3.68v-3H18.8L17 22.61a3.35 3.35 0 01-.41.52l-.94.93a3 3 0 012.32 2.36l.06.06h3.44v3h3.69v1.63L28 34h6v-6.55z"/></svg><view id="Lic_key_upgraded" viewBox="0 494 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="anvmw-color-theme" id="Lic_key_upgraded-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="494"><defs><style>.anvmw-color-theme{fill:#565656}.anpath-size{fill:none}.anvmw-color-blue{fill:#0091da}</style></defs><rect class="anvmw-color-theme" x="6.33" y="10.71" width="9.71" height="2.57" rx="1" transform="rotate(-45 11.192 12.004)"/><path class="anpath-size" d="M0 0h36v36H0z"/><path class="anvmw-color-theme" d="M20.56 16.7l1.46 1.48v-2.94l-1.46 1.46z"/><path class="anvmw-color-theme" d="M23.81 20L32 28.28V32h-3.14l-1.77-1.76v-2.8h-3.68v-3H18.8l-3-3-1.8 1.87a3 3 0 01-4.24 0L4.5 18a3 3 0 010-4.24l8.56-8.56a3 3 0 014.24 0l1.22 1.22L19.9 5l-1.19-1.16a5 5 0 00-7.07 0l-8.55 8.55a5 5 0 000 7.07l5.26 5.26a5 5 0 007.07 0l.4-.4L18 26.48h3.44v3h3.69v1.63L28 34h6v-6.55L26.54 20z"/><path class="anvmw-color-blue" d="M19.18 8.58a.78.78 0 00.55 1.33H24V18h6.92V9.91h4.21a.78.78 0 00.55-1.33L27.44.32z"/></svg><view id="acknowledged" viewBox="0 532 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="aovmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="acknowledged-" y="532"><defs><style>.aovmw-color-theme{fill:#565656}</style></defs><g id="aoLayer_2" data-name="Layer 2"><path d="M4.56 12.41a3.11 3.11 0 012.21-.91 3 3 0 01.78.11 13.26 13.26 0 012.09-1.22 5.1 5.1 0 00-6.76 7.52 12.21 12.21 0 011-2.18 3.1 3.1 0 01.68-3.32zM26 22a11 11 0 10-17.57 8.8.27.27 0 00-.08.07L7 32.93a1 1 0 00.26 1.39 1 1 0 00.56.18 1 1 0 00.83-.44L10 32s0-.11.07-.17a10.85 10.85 0 009.84 0c0 .06 0 .12.07.17l1.41 2.07a1 1 0 00.83.44 1 1 0 00.56-.18 1 1 0 00.26-1.39l-1.4-2.06a.46.46 0 00-.07-.07A11 11 0 0026 22zM6 22a9 9 0 119 9 9 9 0 01-9-9z"/><path d="M20.25 23.57l-4.31-1.39V16a.94.94 0 00-1.88 0v7.54l5.61 1.82a.92.92 0 00.29 0 .94.94 0 00.29-1.83zM27.91 13.74l-4.18-4.18a5.11 5.11 0 00-3.49.78 12.8 12.8 0 012.16 1.23 3.5 3.5 0 01.65-.07 3.09 3.09 0 013 4 12 12 0 011 2.24 5.16 5.16 0 001-4.15zM35.59 3.24L32.76.41l-4.85 4.85-2.56-2.56-2.83 2.83 5.39 5.38 7.68-7.67z"/></g></svg><view id="add-storage-profile" viewBox="0 570 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="apvmw-color-theme" id="add-storage-profile-" data-name="Layer 2" width="38" height="38" viewBox="-1 -1 38 38" y="570"><defs><style>.apvmw-color-theme{fill:#565656}.appath-size{fill:none}.apvmw-color-green{fill:#59a011}</style></defs><path class="apvmw-color-theme" d="M22 28v4h-1a1 1 0 01-1-1V20h7a1 1 0 011 1v8h2v-8a3 3 0 00-3-3H17a3 3 0 00-3 3v1h2v-1a1 1 0 011-1h1v11a3 3 0 003 3h10a3 3 0 003-3v-3zm10 3a1 1 0 01-1 1h-7v-2h8z"/><path class="apvmw-color-theme" d="M12 24v-.35a25.91 25.91 0 01-4-.77V25a40.72 40.72 0 008 1v-2zM8 17a32.66 32.66 0 005.21.82A4.94 4.94 0 0117 16h1a38.27 38.27 0 01-10-1.12z"/><path class="appath-size" d="M0 0h36v36H0z"/><path d="M24 15.65a48.07 48.07 0 01-6 .35h6z"/><path class="apvmw-color-theme" d="M18 8A38.27 38.27 0 018 6.88V9a46 46 0 0010 1z"/><path class="apvmw-color-theme" d="M6 30V6.07C6.51 5.31 10.86 4 18 4h6V2.34c-.69-.08-1.36-.14-2-.19C20.05 2 18.46 2 18 2 16.57 2 4 2.11 4 6v24c0 3.41 9.68 3.92 13 4a4.78 4.78 0 01-.9-2c-6-.2-9.63-1.34-10.1-2z"/><path class="apvmw-color-green" d="M36 6h-6V0h-4v6h-6v4h6v6h4v-6h6V6z"/></svg><view id="appdefense" viewBox="0 608 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="aqvmw-color-theme" id="appdefense-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="608"><defs><style>.aqvmw-color-theme{fill:#565656}.aqpath-size{fill:none}</style></defs><path d="M31.25 7.4a43 43 0 01-6.62-2.35 44.64 44.64 0 01-6.08-3.21L18 1.5l-.54.35a44.64 44.64 0 01-6.08 3.21A43.12 43.12 0 014.75 7.4L4 7.59v8.34c0 13.39 13.53 18.4 13.66 18.45l.34.12.34-.12c.14 0 13.66-5.05 13.66-18.45V7.59zM30 15.93c0 11-10 15.61-12 16.43-2-.82-12-5.44-12-16.43V9.14a48.55 48.55 0 006.18-2.25 48.46 48.46 0 005.82-3 48.46 48.46 0 005.82 3A48.55 48.55 0 0030 9.14z"/><path class="aqpath-size" d="M0 0h36v36H0z"/></svg><view id="assign_license" viewBox="0 646 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="arvmw-color-theme" id="assign_license-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="646"><defs><style>.arvmw-color-theme{fill:#565656}.arpath-size{fill:none}</style></defs><path d="M29.54 11.05a1 1 0 00-1.42 0 1 1 0 000 1.41L30.66 15H18.93a1 1 0 000 2h11.73l-2.54 2.54a1 1 0 000 1.41 1 1 0 001.42 0l5-4.95z"/><rect x="6.33" y="10.72" width="9.71" height="2.57" rx="1" ry="1" transform="rotate(-45 11.18 11.999)"/><path class="arpath-size" d="M0 0h36v36H0z"/><path d="M28.83 23.24a3 3 0 01-2.12-.88 3 3 0 01-.76-3l-.4-.4h-2.72L32 28.28V32h-3.14l-1.77-1.76v-2.8h-3.68v-3H18.8l-3-3-1.8 1.87a3 3 0 01-4.24 0L4.5 18a3 3 0 010-4.24l8.56-8.56a3 3 0 014.24 0l5.26 5.26A3 3 0 0123.4 13h2A5 5 0 0024 9.1l-5.29-5.26a5 5 0 00-7.07 0l-8.55 8.55a5 5 0 000 7.07l5.26 5.26a5 5 0 007.07 0l.4-.4L18 26.48h3.44v3h3.69v1.63L28 34h6v-6.55l-4.34-4.34a2.88 2.88 0 01-.83.13z"/></svg><view id="attach-profile-to-vm" viewBox="0 684 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="asvmw-color-theme" id="attach-profile-to-vm-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="684"><defs><style>.asvmw-color-theme{fill:#565656}.aspath-size{fill:none}</style></defs><path class="aspath-size" d="M0 0h36v36H0z"/><path d="M10 28H4.09a.09.09 0 01-.09-.09v-13.8a.11.11 0 01.11-.11h13.8a.09.09 0 01.09.09V16h2v-1.91A2.08 2.08 0 0017.91 12H4.09A2.08 2.08 0 002 14.09v13.82A2.08 2.08 0 004.09 30H10zM8 4h14v2h2V4a2 2 0 00-2-2H7.87A1.87 1.87 0 006 3.87V10h2z"/><path d="M26 30.24V31a1 1 0 01-1 1h-7v-2h2.18a3 3 0 01-.18-1v-1h-4v4h-1a1 1 0 01-1-1V20h9.82A3 3 0 0021 18H11a3 3 0 00-3 3v1h2v-1a1 1 0 011-1h1v11a3 3 0 003 3h10a3 3 0 002.8-2z"/><path d="M23 30a1 1 0 01-1-1v-7h7a1 1 0 010 2h-5v5a1 1 0 01-1 1z"/><path d="M33 34a1 1 0 01-.71-.29l-10-10a1 1 0 011.42-1.42l10 10a1 1 0 010 1.42A1 1 0 0133 34zM27.91 10a.09.09 0 01.09.09V20h2v-9.91A2.08 2.08 0 0027.91 8H14v2z"/></svg><view id="attach_detach" viewBox="0 722 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="atvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="attach_detach-" y="722"><defs><style>.atvmw-color-theme{fill:#565656}</style></defs><g id="atLayer_5" data-name="Layer 5"><path d="M6 10h6v2H6zM18.8 15.84a1 1 0 00-1.42 1.42l.75.74h-7.44l.74-.74a1 1 0 000-1.42 1 1 0 00-1.41 0l-3.09 3.09L10 22a1 1 0 00.71.29 1 1 0 00.7-1.71l-.6-.6H18l-.61.6a1 1 0 000 1.42 1 1 0 001.42 0l3.08-3.09z"/><path d="M30 21.94v-7a3 3 0 00-3-3H17a3 3 0 00-1 .18V8a2 2 0 00-2-2H4a2 2 0 00-2 2v20a2 2 0 002 2h10a2 2 0 002-2v-4.54a3 3 0 01-.8-1.43H14v6H4V8h10v8h1.14a3 3 0 01.86-1.57 3 3 0 013.56-.49H27a1 1 0 011 1v7h-6v4h-1a1 1 0 01-1-1v-1.33a3 3 0 01-1.91.7H18v.64a3 3 0 003 3h10a3 3 0 003-3v-3zm2 3a1 1 0 01-1 1h-7v-2h8z"/></g></svg><view id="autodeploy" viewBox="0 760 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="auvmw-color-theme" id="autodeploy-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="760"><defs><style>.auvmw-color-theme{fill:#565656}.aupath-size{fill:none}</style></defs><path class="aupath-size" d="M0 0h36v36H0z"/><path d="M8.9 33.68a6.58 6.58 0 01-4.66-11.23l10.83-10.83L5.45 2H34v28.55l-9.62-9.62-10.83 10.83a6.56 6.56 0 01-4.65 1.92zM10.28 4l7.62 7.62L5.66 23.86a4.58 4.58 0 006.48 6.48L24.38 18.1 32 25.72V4z"/></svg><view id="bars-line" viewBox="0 798 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="avvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="bars-line-" y="798"><defs><style>.avvmw-color-theme{fill:#565656}</style></defs><path d="M32 29H4a1 1 0 010-2h28a1 1 0 010 2z"/><path class="avclr-i-outline avclr-i-outline-path-2" d="M32 19H4a1 1 0 010-2h28a1 1 0 010 2z"/><path d="M32 9H4a1 1 0 010-2h28a1 1 0 010 2z"/><path fill-opacity="0" d="M0 0h36v36H0z"/></svg><view id="battery-line" viewBox="0 836 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="awvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="battery-line-" y="836"><defs><style>.awvmw-color-theme{fill:#565656}.awpath-size{opacity:0}</style></defs><path d="M18.59 11.77a1 1 0 00-1.73 1l2.5 4.34-6.07-1 5.29 10.59a1 1 0 001.79-.89l-3.53-7.08 6.38 1.06z"/><path d="M25.12 4H23v-.42A1.58 1.58 0 0021.42 2h-6.84A1.58 1.58 0 0013 3.58V4h-2.12A1.88 1.88 0 009 5.88v26.24A1.88 1.88 0 0010.88 34h14.24A1.88 1.88 0 0027 32.12V5.88A1.88 1.88 0 0025.12 4zM25 32H11V6h4V4h6v2h4z"/><path class="awpath-size" d="M0 0h36v36H0z"/></svg><view id="bolt-line" viewBox="0 874 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="axvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="bolt-line-" y="874"><defs><style>.axvmw-color-theme{fill:#565656}.axpath-size{opacity:0}</style></defs><path d="M10.52 34h-3a1 1 0 01-.88-1.44L12.55 21H6a1 1 0 01-.85-1.54l10.68-17a1 1 0 01.81-.46h13.43a1 1 0 01.77 1.69L21.78 14h5.38a1 1 0 01.73 1.66l-16.63 18a1 1 0 01-.74.34zm-1.34-2h.91l14.77-16h-5.27a1 1 0 01-.77-1.69L27.88 4H17.19L7.77 19h6.43a1 1 0 01.88 1.44z"/><path class="axpath-size" d="M0 0h36v36H0z"/></svg><view id="browse-file" viewBox="0 912 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="ayvmw-color-theme" id="browse-file-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="912"><defs><style>.ayvmw-color-theme{fill:#565656}.aypath-size{fill:none}</style></defs><path class="aypath-size" d="M0 0h36v36H0z"/><path d="M16.53 28H6V12h7.31a2 2 0 002-2H6V6h6.49l2.61 3.59a1 1 0 00.81.41H30v7.52a9 9 0 012 1.84V10a2 2 0 00-2-2H16.42l-2.31-3.18A2 2 0 0012.49 4H6a2 2 0 00-2 2v22a2 2 0 002 2h11.52a9.09 9.09 0 01-.99-2z"/><path d="M25 32a7 7 0 117-7 7 7 0 01-7 7zm0-12a5 5 0 105 5 5 5 0 00-5-5z"/><path d="M33 34a1 1 0 01-.71-.29l-3.5-3.5a1 1 0 011.42-1.42l3.5 3.5a1 1 0 010 1.42A1 1 0 0133 34z"/></svg><view id="cable" viewBox="0 950 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="azvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="cable-" y="950"><defs><style>.azvmw-color-theme{fill:#565656}</style></defs><path d="M32 8V6H19a3 3 0 00-3 3v1H2v2h14v2H2v2h14v2H2v2h14v2H2v2h14v2H2v2h14v1a3 3 0 003 3h13v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8zm-2 22H19a1 1 0 01-1-1V9a1 1 0 011-1h11z" id="azLayer_5" data-name="Layer 5"/></svg><view id="caret_collapsed" viewBox="0 988 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bavmw-color-theme" id="caret_collapsed-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="988"><defs><style>.bavmw-color-theme{fill:#565656}.bapath-size{fill:none}</style></defs><path d="M13.48 29.52L25.4 18 13.48 6.48a1.7 1.7 0 10-2.36 2.45L20.51 18l-9.39 9.08a1.7 1.7 0 102.36 2.45z"/><path class="bapath-size" d="M0 0h36v36H0z"/></svg><view id="caret_expanded" viewBox="0 1026 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bbvmw-color-theme" id="caret_expanded-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="1026"><defs><style>.bbvmw-color-theme{fill:#565656}.bbpath-size{fill:none}</style></defs><path d="M6.48 13.48L18 25.4l11.52-11.92a1.7 1.7 0 10-2.45-2.36L18 20.51l-9.08-9.39a1.7 1.7 0 10-2.45 2.36z"/><path class="bbpath-size" d="M0 0h36v36H0z"/></svg><view id="certificate" viewBox="0 1064 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bcvmw-color-theme" id="certificate-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="1064"><defs><style>.bcvmw-color-theme{fill:#565656}.bcpath-size{opacity:0}</style></defs><path class="bcpath-size" d="M0 0h36v36H0z"/><path d="M18 26a12 12 0 1112-12 12 12 0 01-12 12zm0-22a10 10 0 1010 10A10 10 0 0018 4z"/><path d="M25 33.89a1.07 1.07 0 01-.49-.12L18 30.14l-6.51 3.63a1 1 0 01-1.49-.88V22.75h2v8.44l5.51-3.06a1 1 0 011 0L24 31.19v-8.63h2v10.33a1 1 0 01-1 1z"/></svg><view id="certificate-refresh" viewBox="0 1102 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bdvmw-color-theme" id="certificate-refresh-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="1102"><defs><style>.bdvmw-color-theme{fill:#565656}</style></defs><path d="M22 2a11.9 11.9 0 00-11.88 13.59 3 3 0 011.49-.41 3.57 3.57 0 01.47 0A9.74 9.74 0 0112 14a10 10 0 1110 10 9.92 9.92 0 01-5-1.38 3.9 3.9 0 01-.4.51l-.94.93a3 3 0 011.54.94 11.84 11.84 0 004.8 1 12 12 0 006-1.62v6.81l-5.51-3.06a1 1 0 00-1 0l-4.19 2.34a9.07 9.07 0 01-2.5 3.4 1 1 0 00.69-.1L22 30.14l6.51 3.63a1.07 1.07 0 00.49.12 1 1 0 001-1v-10A12 12 0 0022 2z"/><path d="M15 26a1 1 0 00-1 1 5 5 0 11-5-5h3l-1.1 1.13a1 1 0 101.41 1.41l2.83-2.83a1 1 0 000-1.41l-2.83-2.83a1 1 0 10-1.41 1.41L12 20H9a7 7 0 107 7 1 1 0 00-1-1z"/></svg><view id="certificate-revoke" viewBox="0 1140 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bevmw-color-theme" id="certificate-revoke-" data-name="Layer 2" width="38" height="38" viewBox="-1 -1 38 38" y="1140"><defs><style>.bepath-size{fill:none}.bevmw-color-theme{fill:#565656}.bevmw-color-red{fill:#f84e30}</style></defs><path class="bepath-size" d="M0 0h36v36H0z"/><path class="bevmw-color-theme" d="M25 33.89a1 1 0 01-.49-.12L18 30.14l-6.51 3.63a1 1 0 01-1.36-.38 1 1 0 01-.13-.5V22.75h2v8.44l5.51-3.06a1 1 0 011 0L24 31.19v-8.63h2v10.33a1 1 0 01-1 1z"/><path class="bevmw-color-theme" d="M27 20h-.88A10.08 10.08 0 1115 4.45 10.46 10.46 0 0117.21 4a11.12 11.12 0 011.31-2 12 12 0 109.8 18.12l.12-.26A9.76 9.76 0 0127 20z"/><path class="bevmw-color-red" d="M27 0a9 9 0 109 9 9 9 0 00-9-9zm1 14h-2v-2h2zm0-4h-2V4h2z"/></svg><view id="check-circle-success-standard" viewBox="0 1178 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bfvmw-color-theme" id="check-circle-success-standard-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="1178"><defs><style>.bfvmw-color-theme{fill:#565656}.bfvmw-color-green{fill:#59a011}</style></defs><path class="bfvmw-color-green" d="M18 34a16 16 0 1116-16 16 16 0 01-16 16zm0-30a14 14 0 1014 14A14 14 0 0018 4z"/><path class="bfvmw-color-green" d="M14.72 25.69l-6.93-6.92a1 1 0 011.41-1.41l5.5 5.5 11.09-11.07a1 1 0 011.41 1.41z"/></svg><view id="check-compliance" viewBox="0 1216 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bgvmw-color-theme" id="check-compliance-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="1216"><defs><style>.bgvmw-color-theme{fill:#565656}.bgpath-size{fill:none}.bgvmw-color-green{fill:#59a011}.bgvmw-color-red{fill:#f84e30}</style></defs><path class="bgvmw-color-red" d="M8.29 17.71a1 1 0 001.42 0l2.29-2.3V12h3.41l2.3-2.29a1 1 0 00-1.42-1.42L13 11.59l-3.29-3.3a1 1 0 00-1.42 1.42l3.3 3.29-3.3 3.29a1 1 0 000 1.42z"/><path class="bgvmw-color-red" d="M12 21.94A9 9 0 1121.94 12h2A11 11 0 1012 24z"/><path class="bgpath-size" d="M0 0h36v36H0z"/><path class="bgvmw-color-green" d="M33 34H15a1 1 0 01-1-1V15a1 1 0 011-1h18a1 1 0 011 1v18a1 1 0 01-1 1zm-17-2h16V16H16z"/><path class="bgvmw-color-green" d="M22.67 29.34l-5.21-5.2a1 1 0 011.42-1.42l3.79 3.8L29.14 20a1 1 0 111.42 1.42z"/></svg><view id="check-mark" viewBox="0 1254 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bhvmw-color-theme" id="check-mark-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="1254"><defs><style>.bhvmw-color-theme{fill:#565656}.bhpath-size{fill:none}</style></defs><path d="M13.72 27.69L3.29 17.27a1 1 0 011.41-1.41l9 9L31.29 7.29A1 1 0 0132.7 8.7z"/><path class="bhpath-size" d="M0 0h36v36H0z"/></svg><view id="clock-line" viewBox="0 1292 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bivmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="clock-line-" y="1292"><defs><style>.bivmw-color-theme{fill:#565656}.bipath-size{opacity:0}</style></defs><path d="M18 2a16 16 0 1016 16A16 16 0 0018 2zm0 30a14 14 0 1114-14 14 14 0 01-14 14z"/><path d="M18.92 18.4v-7.65a1 1 0 00-2 0v8.72l5.9 4a1 1 0 101.11-1.66z" class="biclr-i-outline biclr-i-outline-path-2"/><path d="M8 17.94a9.94 9.94 0 0115.41-8.35l.85-1.36a11.55 11.55 0 10-8.53 21L16 27.7a10 10 0 01-8-9.76z" class="biclr-i-outline biclr-i-outline-path-3"/><path class="bipath-size" d="M0 0h36v36H0z"/></svg><view id="clone-line" viewBox="0 1330 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bjvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="clone-line-" y="1330"><defs><style>.bjvmw-color-theme{fill:#565656}.bjpath-size{opacity:0}</style></defs><path d="M6 6h16v4h2V6a2 2 0 00-2-2H6a2 2 0 00-2 2v16a2 2 0 002 2h4v-2H6z"/><path d="M30 12H14a2 2 0 00-2 2v16a2 2 0 002 2h16a2 2 0 002-2V14a2 2 0 00-2-2zm0 18H14V14h16z"/><path d="M21 28h2v-5h5v-2h-5v-5h-2v5h-5v2h5v5z"/><path class="bjpath-size" d="M0 0h36v36H0z"/></svg><view id="clone-storage-profile" viewBox="0 1368 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bkvmw-color-theme" id="clone-storage-profile-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="1368"><style>.bkvmw-color-theme{fill:#565656}</style><path d="M22 12v4h-1a1 1 0 01-1-1V4h7a1 1 0 011 1v8h2V5a3 3 0 00-3-3H17a3 3 0 00-3 3v1h2V5a1 1 0 011-1h1v11a3 3 0 003 3h10a3 3 0 003-3v-3zm10 3a1 1 0 01-1 1h-7v-2h8zM10 28v4H9a1 1 0 01-1-1V20h7a1 1 0 011 1v8h2v-8a3 3 0 00-3-3H5a3 3 0 00-3 3v1h2v-1a1 1 0 011-1h1v11a3 3 0 003 3h10a3 3 0 003-3v-3zm10 3a1 1 0 01-1 1h-7v-2h8z"/><path d="M12 14.83a1 1 0 01-.71-.29 1 1 0 010-1.42L13.41 11l-2.12-2.12a1 1 0 111.42-1.42L16.24 11l-3.53 3.54a1 1 0 01-.71.29z"/><path d="M8 16H6v-3a3 3 0 013-3h5v2H9a1 1 0 00-1 1z"/></svg><view id="clone-template-to-template" viewBox="0 1406 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="blvmw-color-theme" id="clone-template-to-template-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="1406"><defs><style>.blvmw-color-theme{fill:#565656}.blpath-size{fill:none}</style></defs><path class="blpath-size" d="M0 0h36v36H0z"/><path d="M17 17a1 1 0 00-1-1H4a1 1 0 00-1 1v16a1 1 0 001 1h6a1 1 0 00.71-.29l6-6A1 1 0 0017 27zm-7 9a1 1 0 00-1 1v5H5V18h10v8zm1 4.59V28h2.59zM13.71 6.46a1 1 0 00-1.42 1.42L13.41 9H10a3 3 0 00-3 3v2h2v-2a1 1 0 011-1h3.41l-1.12 1.12a1 1 0 000 1.41 1 1 0 001.42 0L17.24 10zM32.84 2.9a1 1 0 00-1-1h-12a1 1 0 00-1 1v16a1 1 0 001 1h6a1 1 0 00.71-.29l6-6a1 1 0 00.27-.71zm-7 9a1 1 0 00-1 1v5h-4v-14h10v8zm1 4.59V13.9h2.59z"/></svg><view id="cloneLibraryItem" viewBox="0 1444 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bmvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="cloneLibraryItem-" y="1444"><defs><style>.bmvmw-color-theme{fill:#565656}</style></defs><g id="bmLayer_2" data-name="Layer 2"><path d="M30.5 6h-21A1.47 1.47 0 008 7.44v25.12A1.47 1.47 0 009.5 34h21a1.47 1.47 0 001.5-1.44V7.44A1.47 1.47 0 0030.5 6zM30 32.07H10V7.93h20z"/><path d="M28 3.44A1.47 1.47 0 0026.5 2h-21A1.47 1.47 0 004 3.44v25.12A1.47 1.47 0 005.5 30H6V3.93h22z"/></g></svg><view id="cloneTemplateToLibrary" viewBox="0 1482 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bnvmw-color-theme" id="cloneTemplateToLibrary-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="1482"><defs><style>.bnvmw-color-theme{fill:#565656}.bnpath-size{fill:none}</style></defs><path d="M9 34H3a1 1 0 01-1-1V17a1 1 0 011-1h12a1 1 0 011 1v10h-2v-9H4v14h5z"/><path d="M9 34a.84.84 0 01-.38-.08A1 1 0 018 33v-6a1 1 0 011-1h6a1 1 0 01.92.62 1 1 0 01-.21 1.09l-6 6A1 1 0 019 34zm1-6v2.59L12.59 28zM12 13.83a1 1 0 01-.71-.29 1 1 0 010-1.42L13.41 10l-2.12-2.12a1 1 0 011.42-1.42L16.24 10l-3.53 3.54a1 1 0 01-.71.29z"/><path d="M8 14H6v-2a3 3 0 013-3h5v2H9a1 1 0 00-1 1z"/><path class="bnpath-size" d="M0 0h36v36H0z"/><path d="M33 20a1 1 0 01-1-1V4H17a1 1 0 010-2h16a1 1 0 011 1v16a1 1 0 01-1 1z"/><path d="M29 6H15.08l2 2H28v14H18v2h11a1 1 0 001-1V7a1 1 0 00-1-1z"/><path d="M18 10h8v2h-8zM18 14h8v2h-8zM18 18h8v2h-8z"/></svg><view id="cloneToTemplate" viewBox="0 1520 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bovmw-color-theme" id="cloneToTemplate-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="1520"><defs><style>.bovmw-color-theme{fill:#565656}.bopath-size{fill:none}</style></defs><path d="M11 34H3a1 1 0 01-1-1v-8a1 1 0 011-1h8a1 1 0 011 1v8a1 1 0 01-1 1zm-7-2h6v-6H4z"/><path d="M17 30h-6v-2h5v-6h-6v3H8v-4a1 1 0 011-1h8a1 1 0 011 1v8a1 1 0 01-1 1z"/><path d="M9 26H5a1 1 0 01-1-1v-8a1 1 0 011-1h8a1 1 0 011 1v4h-2v-3H6v6h3zM27 20h-6a1 1 0 01-1-1V3a1 1 0 011-1h12a1 1 0 011 1v10h-2V4H22v14h5z"/><path d="M27 20a.84.84 0 01-.38-.08A1 1 0 0126 19v-6a1 1 0 011-1h6a1 1 0 01.92.62 1 1 0 01-.21 1.09l-6 6A1 1 0 0127 20zm1-6v2.59L30.59 14zM12 13.83a1 1 0 01-.71-.29 1 1 0 010-1.42L13.41 10l-2.12-2.12a1 1 0 011.42-1.42L16.24 10l-3.53 3.54a1 1 0 01-.71.29z"/><path d="M8 14H6v-2a3 3 0 013-3h5v2H9a1 1 0 00-1 1z"/><path class="bopath-size" d="M0 0h36v36H0z"/></svg><view id="cloneVmToVm" viewBox="0 1558 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bpvmw-color-theme" id="cloneVmToVm-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="1558"><defs><style>.bpvmw-color-theme{fill:#565656}.bppath-size{fill:none}</style></defs><path d="M27 20h-8a1 1 0 01-1-1v-8a1 1 0 011-1h8a1 1 0 011 1v8a1 1 0 01-1 1zm-7-2h6v-6h-6z"/><path d="M33 16h-5.83v-2H32V8h-6v2.83h-2V7a1 1 0 011-1h8a1 1 0 011 1v8a1 1 0 01-1 1z"/><path d="M25.12 12H21a1 1 0 01-1-1V3a1 1 0 011-1h8a1 1 0 011 1v3.83h-2V4h-6v6h3.12zM11 34H3a1 1 0 01-1-1v-8a1 1 0 011-1h8a1 1 0 011 1v8a1 1 0 01-1 1zm-7-2h6v-6H4z"/><path d="M17 30h-5.83v-2H16v-6h-6v2.83H8V21a1 1 0 011-1h8a1 1 0 011 1v8a1 1 0 01-1 1z"/><path d="M9.12 26H5a1 1 0 01-1-1v-8a1 1 0 011-1h8a1 1 0 011 1v3.83h-2V18H6v6h3.12zM12 13.83a1 1 0 01-.71-.29 1 1 0 010-1.42L13.41 10l-2.12-2.12a1 1 0 011.42-1.42L16.24 10l-3.53 3.54a1 1 0 01-.71.29z"/><path d="M8 14H6v-2a3 3 0 013-3h5v2H9a1 1 0 00-1 1z"/><path class="bppath-size" d="M0 0h36v36H0z"/></svg><view id="cloud-network" viewBox="0 1596 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bqvmw-color-theme" id="cloud-network-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="1596"><defs><style>.bqvmw-color-theme{fill:#565656}.bqpath-size{fill:none}</style></defs><path d="M29.7 32H19v-2h-2v2H6.2a1 1 0 000 2h23.5a1 1 0 100-2zM29 28H8.5a7 7 0 01.6-14A10.89 10.89 0 0120.5 3.5 11 11 0 0131 15a11.27 11.27 0 01-.5 3.2 5 5 0 013.2 6.3A4.83 4.83 0 0129 28zM9 26h20a3 3 0 00.2-6 1 1 0 01-.8-.5 1 1 0 01-.1-.9 9 9 0 00-16.5-7.3A9.46 9.46 0 0011 15a.91.91 0 01-.4.8 1.14 1.14 0 01-.8.3.9.9 0 01-.5-.1 5 5 0 00-5.4 4.6A5.1 5.1 0 008.5 26z"/><path class="bqpath-size" d="M0 0h36v36H0z"/></svg><view id="cloud-network-alert" viewBox="0 1634 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="brvmw-color-theme" id="cloud-network-alert-" data-name="Layer 3" width="38" height="38" viewBox="-1 -1 38 38" y="1634"><defs><style>.brpath-size{fill:none}.brvmw-color-theme{fill:#565656}.brvmw-color-red{fill:#f84e30}</style></defs><path class="brpath-size" d="M0 0h36v36H0z"/><path class="brvmw-color-theme" d="M9.62 21.88a1 1 0 000 2h8.51a1 1 0 000-2zM17.61 14.7A4 4 0 1116 9.57V9a11.91 11.91 0 01.13-1.6A5.8 5.8 0 0014 7a6 6 0 104.92 9.43 11.08 11.08 0 01-1.31-1.73z"/><path class="brvmw-color-theme" d="M31.18 19.17A11 11 0 0127 20a11.45 11.45 0 01-1.56-.12v.13h2a4.7 4.7 0 014.64 4.68v.67A4.69 4.69 0 0127.41 30H8.7A4.69 4.69 0 014 25.32v-.69A4.69 4.69 0 018.7 20h1.36a7.65 7.65 0 01-1.65-1.29l-.09-.09-.12-.13a5 5 0 01-.43-.49A6.68 6.68 0 002 24.63v.67A6.68 6.68 0 008.66 32h18.75a6.68 6.68 0 006.68-6.68v-.67a6.68 6.68 0 00-2.91-5.48z"/><path class="brvmw-color-red" d="M27 0a9 9 0 109 9 9 9 0 00-9-9zm1 14h-2v-2h2zm0-4h-2V4h2z"/></svg><view id="cloud-network-warning" viewBox="0 1672 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bsvmw-color-theme" id="cloud-network-warning-" data-name="Layer 2" width="38" height="38" viewBox="-1 -1 38 38" y="1672"><defs><style>.bspath-size{fill:none}.bsvmw-color-theme{fill:#565656}.bsvmw-color-yellow{fill:#b68300}.bsvmw-color-yellow-bright{fill:#ffe02c}.bsvmw-color-charcoal{fill:#454545}</style></defs><path class="bspath-size" d="M0 0h36v36H0z"/><path class="bsvmw-color-theme" d="M9.62 21.88a1 1 0 000 2h8.51a1 1 0 000-2z"/><path class="bsvmw-color-theme" d="M31.5 22.14h-.17a4.6 4.6 0 01.76 2.54v.67A4.69 4.69 0 0127.41 30H8.7A4.69 4.69 0 014 25.32v-.69A4.69 4.69 0 018.7 20h1.36a7.65 7.65 0 01-1.65-1.29l-.09-.09-.12-.13a5 5 0 01-.43-.49A6.68 6.68 0 002 24.63v.67A6.68 6.68 0 008.66 32h18.75a6.68 6.68 0 006.68-6.68v-.67a6.78 6.78 0 00-.66-2.85 6 6 0 01-1.93.34z"/><path class="bsvmw-color-theme" d="M12.71 16.77A4 4 0 0114 9a3.87 3.87 0 011.73.41l1-1.74A5.87 5.87 0 0014 7a6 6 0 00-.67 12 5.9 5.9 0 01-.62-2.23z"/><path class="bsvmw-color-yellow" d="M25 1.19a3.83 3.83 0 00-3.35 1.93l-6.46 11.23a3.86 3.86 0 003.34 5.79h13a3.86 3.86 0 003.34-5.79L28.36 3.12A3.82 3.82 0 0025 1.19z"/><path class="bsvmw-color-yellow-bright" d="M25 3.19a1.85 1.85 0 011.61.93l6.48 11.23a1.86 1.86 0 01-1.61 2.79h-13a1.86 1.86 0 01-1.61-2.79l6.54-11.23A1.83 1.83 0 0125 3.19"/><path class="bsvmw-color-charcoal" d="M24 14h2v2h-2zM24 6h2v6h-2z"/></svg><view id="cloud-vcenter" viewBox="0 1710 38 38"/><svg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="-1 -1 38 38" id="cloud-vcenter-" y="1710"><defs><style>.btvmw-color-blue{fill:#0091da}</style></defs><g id="btLayer_5" data-name="Layer 5"><path class="btvmw-color-blue" d="M20 34H8a2 2 0 01-2-2V20a2 2 0 012-2h4v-4a2 2 0 012-2h12a2 2 0 012 2v12a2 2 0 01-2 2h-4v4a2 2 0 01-2 2zM8 20v12h12v-6h6V14H14v6z"/><path class="btvmw-color-blue" d="M24 24h-8v-8h8zm-6-2h4v-4h-4z"/><path class="btvmw-color-blue" d="M18 30h-8v-8h8zm-6-2h4v-4h-4zM33.64 14a1 1 0 01-.91-.58A15.54 15.54 0 0018.64 4a15.56 15.56 0 00-14.09 9.42 1 1 0 01-1.82-.84A17.54 17.54 0 0118.64 2a17.53 17.53 0 0115.91 10.58 1 1 0 01-.49 1.33 1.06 1.06 0 01-.42.09z"/></g></svg><view id="cluster" viewBox="0 1748 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="buvmw-color-theme" id="cluster-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="1748"><defs><style>.buvmw-color-theme{fill:#565656}.bupath-size{fill:none}</style></defs><path class="bupath-size" d="M0 0h36v36H0z"/><path d="M32.36 8H28v2h4v20h-4v2h6V9.67A1.65 1.65 0 0032.37 8zM4 10h4V8H3.79A1.73 1.73 0 002 9.66V32h6v-2H4zM24.32 4H11.68A1.68 1.68 0 0010 5.68V32h16V5.68A1.68 1.68 0 0024.32 4zM24 30H12V6h12z"/><path d="M14 8h8v2h-8z"/><circle cx="18" cy="26" r="2"/></svg><view id="cluster-edit" viewBox="0 1786 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bvvmw-color-theme" id="cluster-edit-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="1786"><defs><style>.bvvmw-color-theme{fill:#565656}.bvpath-size{fill:none}</style></defs><path class="bvpath-size" d="M0 0h36v36H0z"/><path d="M10 29.51V32h2.46L10 29.51zM2 14.52l2-2V10h4V8H3.79A1.73 1.73 0 002 9.66zM4 23.44l-2-2.02V32h6v-2H4v-6.56zM32.37 8H28v2h4v20h-4v2h6V9.67A1.65 1.65 0 0032.37 8zM24.32 4H11.68A1.68 1.68 0 0010 5.68v6.78l2 2V6h12v21.65l.91 4v.39h1V5.68A1.68 1.68 0 0024.32 4z"/><path d="M14 8h8v2h-8zM2.52 16.83a1.62 1.62 0 000 2.28l13.66 13.81L21 34h.36a1.17 1.17 0 00.32 0A1.59 1.59 0 0023 32.06l-1.11-4.81L8.17 13.46a1.61 1.61 0 00-2.27 0l-3.37 3.37zm4.39 3.85l2.82-2.82L20 28.25l.85 3.63-3.66-.81zM4.21 18l2.84-2.84 1.55 1.57-2.82 2.82z"/></svg><view id="cluster-error" viewBox="0 1824 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bwvmw-color-theme" id="cluster-error-" data-name="Layer 2" width="38" height="38" viewBox="-1 -1 38 38" y="1824"><defs><style>.bwpath-size{fill:none}.bwvmw-color-theme{fill:#565656}.bwvmw-color-red{fill:#f84e30}</style></defs><g id="bwLayer_1" data-name="Layer 1"><path class="bwpath-size" d="M0 0h36v36H0z"/><circle class="bwvmw-color-theme" cx="18" cy="26" r="2"/><path class="bwvmw-color-theme" d="M2 9.66V32h6v-2H4V10h4V8H3.79A1.74 1.74 0 002 9.66z"/></g><g id="bwLayer_2-2" data-name="Layer 2"><path class="bwvmw-color-theme" d="M16 9a6.63 6.63 0 01.05-1H14v2h2.05A6.63 6.63 0 0116 9z"/><path class="bwvmw-color-theme" d="M24 19.57V30H12V6h4.43a11.13 11.13 0 01.8-2h-5.55A1.68 1.68 0 0010 5.68V32h16V20a10.48 10.48 0 01-2-.43zM32 18.79V30h-4v2h6V17.48a10.93 10.93 0 01-2 1.31z"/><path class="bwvmw-color-red" d="M27 0a9 9 0 109 9 9 9 0 00-9-9zm1 14h-2v-2h2zm0-4h-2V4h2z"/></g></svg><view id="cluster-feature-drs" viewBox="0 1862 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bxvmw-color-theme" id="cluster-feature-drs-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="1862"><defs><style>.bxpath-size{fill:none}.bxvmw-color-theme{fill:#565656}</style></defs><path class="bxpath-size" d="M0 0h36v36H0z"/><path d="M11 22h8a1 1 0 001-1v-3h5a1 1 0 001-1V9a1 1 0 00-1-1h-3V5a1 1 0 00-1-1h-8a1 1 0 00-1 1v7h-1a1 1 0 00-1 1v8a1 1 0 001 1zm13-6h-4v-3a1 1 0 00-1-1h-1v-2h6zM14 6h6v2h-3a1 1 0 00-1 1v3h-2zm-2 8h6v6h-6zM32 24H18.52a1.07 1.07 0 00-1 0H4v2h12.11l-4 6.48a1 1 0 000 1A1 1 0 0013 34h10a1 1 0 00.87-.51 1 1 0 000-1l-4-6.48H32zm-10.78 8h-6.44L18 26.75z"/></svg><view id="cluster-feature-ha" viewBox="0 1900 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="byvmw-color-theme" id="cluster-feature-ha-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="1900"><defs><style>.bypath-size{fill:none}.byvmw-color-theme{fill:#565656}</style></defs><path class="bypath-size" d="M0 0h36v36H0z"/><path d="M3 16a1 1 0 001-1V4h6v11a1 1 0 002 0V3a1 1 0 00-1-1H3a1 1 0 00-1 1v12a1 1 0 001 1z"/><path class="bycls-2" d="M18 6h12v2H18zM18 10h12v2H18zM21 27a3 3 0 103-3 3 3 0 00-3 3zm4 0a1 1 0 11-1-1 1 1 0 011 1z"/><path class="bycls-2" d="M32.65 2h-17.3A1.34 1.34 0 0014 3.31v15.08l2 2V4h16v28H16v-6.64l-2 2V34h20V3.31A1.34 1.34 0 0032.65 2z"/><path class="bycls-2" d="M15.24 22.88a1 1 0 00-.24-.71l-4.29-4.24a1 1 0 00-1.41 1.42L12 22H5a1 1 0 01-1-1v-3H2v3a3 3 0 003 3h6.71l-2.42 2.41a1 1 0 000 1.41 1 1 0 001.41 0l4.3-4.24a1 1 0 00.24-.7z"/></svg><view id="cluster-groups" viewBox="0 1938 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bzvmw-color-theme" id="cluster-groups-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="1938"><defs><style>.bzvmw-color-theme{fill:#565656}.bzpath-size{fill:none}</style></defs><path d="M27 34a1.12 1.12 0 01-.58-.17l-6-4A1.06 1.06 0 0120 29v-6a1.06 1.06 0 01.47-.87l6-4a1.06 1.06 0 011.16 0l6 4A1.06 1.06 0 0134 23v6a1.06 1.06 0 01-.47.87l-6 4A1.12 1.12 0 0127 34zm-5-5.53l5 3.34 5-3.34v-4.93l-5-3.34-5 3.34zM33 29z"/><path d="M15 34a1.12 1.12 0 01-.58-.17l-5.95-4A1.06 1.06 0 018 29v-6a1.06 1.06 0 01.47-.87l5.95-4a1.06 1.06 0 011.16 0l6 4A1.06 1.06 0 0122 23v6a1.06 1.06 0 01-.47.87l-6 4A1.12 1.12 0 0115 34zm-5-5.53l5 3.34 5-3.34v-4.93l-5-3.34-5 3.34zM21 29z"/><path d="M21 24a1.12 1.12 0 01-.58-.17l-6-4A1.06 1.06 0 0114 19v-6a1.06 1.06 0 01.47-.87l6-4a1.06 1.06 0 011.16 0l6 4A1.06 1.06 0 0128 13v6a1.06 1.06 0 01-.47.87l-6 4A1.12 1.12 0 0121 24zm-5-5.53l5 3.34 5-3.34v-4.93l-5-3.34-5 3.34zM27 19zM3 24a1 1 0 01-1-1v-6a1 1 0 01.47-.87L8 12.44V6.92A1.08 1.08 0 018.47 6l5.7-3.79a1 1 0 011.38.27 1 1 0 01-.27 1.39L10 7.43V13a1 1 0 01-.47.87L4 17.56V23a1 1 0 01-1 1z"/>><path class="bzpath-size" d="M0 0h36v36H0z"/></svg><view id="cluster-warning" viewBox="0 1976 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cavmw-color-theme" id="cluster-warning-" data-name="Layer 2" width="38" height="38" viewBox="-1 -1 38 38" y="1976"><defs><style>.capath-size{fill:none}.cavmw-color-theme{fill:#565656}.cavmw-color-yellow{fill:#b68300}.cavmw-color-yellow-bright{fill:#ffe02c}.cavmw-color-charcoal{fill:#454545}</style></defs><g id="caLayer_1" data-name="Layer 1"><path class="capath-size" d="M0 0h36v36H0z"/><circle class="cavmw-color-theme" cx="18" cy="26" r="2"/><path class="cavmw-color-theme" d="M2 9.7V32h6v-2H4V10h4V8H3.8A1.71 1.71 0 002 9.7z"/></g><g id="caLayer_2-2" data-name="Layer 2"><path class="cavmw-color-theme" d="M16.5 8H14v2h1.4l1.1-2z"/><path class="cavmw-color-theme" d="M24 22v8H12V6h5.7l1.1-2h-7.2A1.74 1.74 0 0010 5.7V32h16V22zM32 22.1V30h-4v2h6V21.6a4.55 4.55 0 01-2 .5z"/><path class="cavmw-color-yellow" d="M25 1a3.54 3.54 0 00-3.3 2l-6.4 11.1a3.72 3.72 0 00-.3 3.4 3.89 3.89 0 003.6 2.5h12.8a3.9 3.9 0 003.5-5.8L28.4 3A4 4 0 0025 1z"/><path class="cavmw-color-yellow-bright" d="M25 3.1a1.78 1.78 0 011.6 1l6.5 11.2a1.82 1.82 0 01-.7 2.5 1.49 1.49 0 01-.9.2h-13a1.9 1.9 0 01-1.9-1.9 2.92 2.92 0 01.2-.9l6.6-11.1a2 2 0 011.6-1"/><path class="cavmw-color-charcoal" d="M24 14h2v2h-2zM24 6h2v6h-2z"/></g></svg><view id="collapse-arrows" viewBox="0 2014 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cbvmw-color-theme" id="collapse-arrows-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="2014"><defs><style>.cbvmw-color-theme{fill:#565656}.cbcls-1{fill-opacity:0}</style></defs><path d="M7 16.59a1 1 0 01.71.29L18 27.17l10.29-10.29a1 1 0 011.41 1.41L18 30 6.29 18.29a1 1 0 010-1.41 1 1 0 01.71-.29z"/><path d="M7 5.59a1 1 0 01.71.29L18 16.17 28.29 5.88a1 1 0 011.41 1.41L18 19 6.29 7.29a1 1 0 010-1.41A1 1 0 017 5.59z"/><path class="cbcls-1" d="M0 0h36v36H0z"/></svg><view id="content-library" viewBox="0 2052 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="ccvmw-color-theme" id="content-library-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="2052"><defs><style>.ccvmw-color-theme{fill:#565656}.ccpath-size{fill:none}</style></defs><path class="ccpath-size" d="M0 0h36v36H0z"/><path d="M29 10H10a4 4 0 010-8h19a1 1 0 010 2H10a2 2 0 000 4h19a1 1 0 010 2z"/><path d="M29 34H10a4 4 0 01-4-4V6h2v24a2 2 0 002 2h18V9h2v24a1 1 0 01-1 1z"/><path d="M26 3h2v6h-2zM12 14h4v2h-4zM20 14h4v2h-4zM12 18h4v2h-4zM20 18h4v2h-4zM12 22h4v2h-4zM20 22h4v2h-4z"/></svg><view id="content-library-configure" viewBox="0 2090 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cdvmw-color-theme" id="content-library-configure-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="2090"><defs><style>.cdvmw-color-theme{fill:#565656}.cdpath-size{fill:none}</style></defs><path d="M18.1 11a7 7 0 107 7 7 7 0 00-7-7zm0 12a5 5 0 115-5 5 5 0 01-5 5z"/><path d="M32.8 14.7l-2.8-.9-.6-1.5 1.4-2.6a1.68 1.68 0 00-.3-1.9l-2.4-2.4a1.68 1.68 0 00-1.9-.3l-2.6 1.4-1.5-.6-.9-2.8A1.63 1.63 0 0019.7 2h-3.4a1.4 1.4 0 00-1.4 1.2L14 6a4.42 4.42 0 00-1.6.6L9.8 5.2a1.68 1.68 0 00-1.9.3L5.5 7.9a1.68 1.68 0 00-.3 1.9l1.3 2.5c-.2.5-.4 1.1-.6 1.6l-2.8.9A1.63 1.63 0 002 16.3v3.4a1.59 1.59 0 001.2 1.5l2.8.9.6 1.5-1.4 2.6a1.68 1.68 0 00.3 1.9l2.4 2.4a1.68 1.68 0 001.9.3l2.6-1.4 1.5.6.9 2.9a1.63 1.63 0 001.5 1.1h3.4a1.63 1.63 0 001.5-1.1l.9-2.9 1.5-.6 2.6 1.4a1.68 1.68 0 001.9-.3l2.4-2.4a1.68 1.68 0 00.3-1.9l-1.4-2.6.6-1.5 2.9-.9a1.63 1.63 0 001.1-1.5v-3.4a1.71 1.71 0 00-1.2-1.6zm-.8 4.7l-3.6 1.1-.1.5-.9 2.1-.3.5 1.8 3.3-2 2-3.3-1.8-.5.3a9.49 9.49 0 01-2.1.9l-.5.1-1.1 3.6h-2.8l-1.1-3.6-.5-.1-2.1-.9-.5-.3-3.3 1.8-2-2 1.8-3.3-.3-.5a9.49 9.49 0 01-.9-2.1l-.1-.5L4 19.4v-2.8l3.4-1 .2-.5a8.49 8.49 0 01.9-2.2l.3-.5-1.7-3.3 2-2 3.2 1.8.5-.3a8.49 8.49 0 012.2-.9l.5-.2L16.6 4h2.8l1.1 3.5.5.2a9.49 9.49 0 012.1.9l.5.3 3.3-1.8 2 2-1.8 3.3.3.5a9.49 9.49 0 01.9 2.1l.1.5 3.6 1.1z"/><path class="cdpath-size" d="M0 0h36v36H0z"/></svg><view id="convertTemplateToVm" viewBox="0 2128 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cevmw-color-theme" id="convertTemplateToVm-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="2128"><defs><style>.cevmw-color-theme{fill:#565656}.cepath-size{fill:none}</style></defs><path d="M27 20h-8a1 1 0 01-1-1v-8a1 1 0 011-1h8a1 1 0 011 1v8a1 1 0 01-1 1zm-7-2h6v-6h-6z"/><path d="M33 16h-5.83v-2H32V8h-6v2.83h-2V7a1 1 0 011-1h8a1 1 0 011 1v8a1 1 0 01-1 1z"/><path d="M25.12 12H21a1 1 0 01-1-1V3a1 1 0 011-1h8a1 1 0 011 1v3.83h-2V4h-6v6h3.12zM9 34H3a1 1 0 01-1-1V17a1 1 0 011-1h12a1 1 0 011 1v10h-2v-9H4v14h5z"/><path d="M9 34a.84.84 0 01-.38-.08A1 1 0 018 33v-6a1 1 0 011-1h6a1 1 0 01.92.62 1 1 0 01-.21 1.09l-6 6A1 1 0 019 34zm1-6v2.59L12.59 28zM12 13.83a1 1 0 01-.71-.29 1 1 0 010-1.42L13.41 10l-2.12-2.12a1 1 0 011.42-1.42L16.24 10l-3.53 3.54a1 1 0 01-.71.29z"/><path d="M8 14H6v-2a3 3 0 013-3h5v2H9a1 1 0 00-1 1z"/><path class="cepath-size" d="M0 0h36v36H0z"/></svg><view id="copy-host-settings" viewBox="0 2166 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cfvmw-color-theme" id="copy-host-settings-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="2166"><defs><style>.cfvmw-color-theme{fill:#565656}.cfpath-size{fill:none}</style></defs><path class="cfpath-size" d="M0 0h36v36H0z"/><path d="M8 12h6.18A3 3 0 0117 10H8zM8 6h12v2H8zM14 30v-2a1 1 0 010-2v-2a3 3 0 000 6z"/><path d="M18 33v-1H6V4h16v6h2V3.31A1.33 1.33 0 0022.65 2H5.35A1.33 1.33 0 004 3.31V34h14.18a3 3 0 01-.18-1z"/><path d="M33 34H21a1 1 0 01-1-1V17a1 1 0 011-1h12a1 1 0 011 1v16a1 1 0 01-1 1zm-11-2h10V18H22z"/><path d="M18 29h-2V13a1 1 0 011-1h12v2H18z"/></svg><view id="copy-line" viewBox="0 2204 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cgvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="copy-line-" y="2204"><defs><style>.cgvmw-color-theme{fill:#565656}.cgpath-size{opacity:0}</style></defs><path d="M29.5 7h-19A1.5 1.5 0 009 8.5v24a1.5 1.5 0 001.5 1.5h19a1.5 1.5 0 001.5-1.5v-24A1.5 1.5 0 0029.5 7zM29 32H11V9h18z"/><path d="M26 3.5A1.5 1.5 0 0024.5 2h-19A1.5 1.5 0 004 3.5v24A1.5 1.5 0 005.5 29H6V4h20z"/><path class="cgpath-size" d="M0 0h36v36H0z"/></svg><view id="cpu" viewBox="0 2242 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="chvmw-color-theme" id="cpu-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="2242"><defs><style>.chvmw-color-theme{fill:#565656}.chpath-size{fill:none}</style></defs><path class="chpath-size" d="M36 0v36H0V0"/><path d="M27 28H11a1 1 0 010-2h15V11a1 1 0 012 0v16a1 1 0 01-1 1zM2 26h3v2H2zM2 20h3v2H2zM2 14h3v2H2zM2 8h3v2H2zM31 26h3v2h-3zM31 20h3v2h-3zM31 14h3v2h-3zM31 8h3v2h-3zM26 31h2v3h-2zM20 31h2v3h-2zM14 31h2v3h-2zM8 31h2v3H8zM26 2h2v3h-2zM20 2h2v3h-2zM14 2h2v3h-2zM8 2h2v3H8z"/><path d="M31 32H5a1 1 0 01-1-1V5a1 1 0 011-1h26a1 1 0 011 1v26a1 1 0 01-1 1zM6 30h24V6H6z"/></svg><view id="cpu-settings" viewBox="0 2280 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="civmw-color-theme" id="cpu-settings-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="2280"><defs><style>.civmw-color-theme{fill:#565656}.cipath-size{fill:none}</style></defs><path class="cipath-size" d="M36 0v36H0V0"/><path d="M25 23a2 2 0 102 2 2 2 0 00-2-2zm11 5v-6h-3.58a.61.61 0 01-.05-.12l2.53-2.54-4.24-4.24-2.54 2.53-.12-.05V14h-6v3.58l-.12.05-2.54-2.53-4.24 4.24 2.53 2.54a.61.61 0 01-.05.12H14v6h3.58a.61.61 0 01.05.12l-2.53 2.54 4.24 4.24 2.54-2.53.12.05V36h6v-3.58l.12-.05 2.54 2.53 4.24-4.24-2.53-2.54a.61.61 0 01.05-.12zm-3.93 2.66l-1.41 1.41-2.15-2.15-.66.36a5.8 5.8 0 01-1.14.47L26 31v3h-2v-3l-.71-.21a5.8 5.8 0 01-1.14-.47l-.66-.36-2.15 2.15-1.41-1.41 2.15-2.15-.36-.66a5.8 5.8 0 01-.47-1.14L19 26h-3v-2h3l.21-.71a5.8 5.8 0 01.47-1.14l.36-.66-2.15-2.15 1.41-1.41 2.15 2.15.66-.36a5.8 5.8 0 011.14-.47L24 19v-3h2v3l.71.21a5.8 5.8 0 011.14.47l.66.36 2.15-2.15 1.41 1.41-2.15 2.15.36.66a5.8 5.8 0 01.47 1.14L31 24h3v2h-3l-.21.71a5.8 5.8 0 01-.47 1.14l-.36.66zM32.38 14L34 15.62V14h-1.62z"/><path d="M25 8H9a1 1 0 00-1 1v16a1 1 0 002 0V10h15a1 1 0 000-2zM14 32.38V34h1.62L14 32.38z"/><path d="M12.27 30.66l.66-.66H6V6h24v6.93l.66-.66L32 13.61V10h2V8h-2V5a1 1 0 00-1-1h-3V2h-2v2h-4V2h-2v2h-4V2h-2v2h-4V2H8v2H5a1 1 0 00-1 1v3H2v2h2v4H2v2h2v4H2v2h2v4H2v2h2v3a1 1 0 001 1h3v2h2v-2h3.61z"/></svg><view id="data-service-profile" viewBox="0 2318 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cjvmw-color-theme" id="data-service-profile-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="2318"><defs><style>.cjpath-size{fill:none}.cjvmw-color-theme{fill:#565656}</style></defs><path d="M22 28v4h-1a1 1 0 01-1-1V20h7a1 1 0 011 1v8h2v-8a3 3 0 00-3-3H17a3 3 0 00-3 3v1h2v-1a1 1 0 011-1h1v11a3 3 0 003 3h10a3 3 0 003-3v-3zm10 3a1 1 0 01-1 1h-7v-2h8zM14 12H6V6h8zm-6-2h4V8H8zM26 12h-8V6h8zm-6-2h4V8h-4z"/><path d="M16 28H4V12h24v4.1a4.84 4.84 0 012 .9v-7H2v20h14z"/><path class="cjpath-size" d="M0 0h36v36H0z"/></svg><view id="datacenter" viewBox="0 2356 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="ckvmw-color-theme" id="datacenter-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="2356"><defs><style>.ckvmw-color-theme{fill:#565656}.ckpath-size{fill:none}</style></defs><path class="ckpath-size" d="M0 0h36v36H0z"/><path d="M30 8h-8v2h8v22h-8v2h10V10.08A2 2 0 0030 8zM19.88 4H6.12A2.12 2.12 0 004 6.12V34h18V6.12A2.12 2.12 0 0019.88 4zM20 32H6V6.12A.12.12 0 016.12 6h13.76a.12.12 0 01.12.12z"/><path d="M8 10h2v2H8zM12 10h2v2h-2zM16 10h2v2h-2zM8 14h2v2H8zM12 14h2v2h-2zM16 14h2v2h-2zM8 18h2v2H8zM12 18h2v2h-2zM16 18h2v2h-2zM8 22h2v2H8zM12 22h2v2h-2zM16 22h2v2h-2zM22 14h2v2h-2zM26 14h2v2h-2zM22 18h2v2h-2zM26 18h2v2h-2zM22 22h2v2h-2zM26 22h2v2h-2z"/></svg><view id="datacenter-error" viewBox="0 2394 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="clvmw-color-theme" id="datacenter-error-" data-name="Layer 2" width="38" height="38" viewBox="-1 -1 38 38" y="2394"><defs><style>.clpath-size{fill:none}.clvmw-color-theme{fill:#565656}.clvmw-color-red{fill:#f84e30}</style></defs><g id="clLayer_1-2" data-name="Layer 1-2"><path class="clpath-size" d="M0 0h36v36H0z"/><path class="clvmw-color-theme" d="M8 10h2v2H8zM12 10h2v2h-2zM8 14h2v2H8zM12 14h2v2h-2zM16 14h2v2h-2zM8 18h2v2H8zM12 18h2v2h-2zM16 18h2v2h-2zM8 22h2v2H8zM12 22h2v2h-2zM16 22h2v2h-2zM22 22h2v2h-2zM26 22h2v2h-2z"/></g><g id="clLayer_2-2" data-name="Layer 2"><path class="clvmw-color-theme" d="M22 18.79V20h2v-.43a10.37 10.37 0 01-2-.78z"/><path class="clvmw-color-theme" d="M30 19.57V32h-8V18.79a10.93 10.93 0 01-2-1.31V32H6V6.12A.12.12 0 016.12 6h10.31a11.13 11.13 0 01.8-2H6.12A2.12 2.12 0 004 6.12V34h28V18.79a10.37 10.37 0 01-2 .78z"/><path class="clvmw-color-red" d="M27 0a9 9 0 109 9 9 9 0 00-9-9zm1 14h-2v-2h2zm0-4h-2V4h2z"/></g></svg><view id="datacenter-warning" viewBox="0 2432 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cmvmw-color-theme" id="datacenter-warning-" data-name="Layer 2" width="38" height="38" viewBox="-1 -1 38 38" y="2432"><defs><style>.cmpath-size{fill:none}.cmvmw-color-theme{fill:#565656}.cmvmw-color-yellow{fill:#b68300}.cmvmw-color-yellow-bright{fill:#ffe02c}.cmvmw-color-charcoal{fill:#454545}</style></defs><g id="cmLayer_1" data-name="Layer 1"><path class="cmpath-size" d="M0 0h36v36H0z"/><path class="cmvmw-color-theme" d="M12 22h2v2h-2zM8 22h2v2H8zM8 14h2v2H8zM8 10h2v2H8zM8 18h2v2H8zM26 22h2v2h-2zM16 22h2v2h-2zM12 10h2v2h-2z"/></g><g id="cmLayer_2-2" data-name="Layer 2"><path class="cmvmw-color-theme" d="M13 18h-1v2h2v-.15A5.93 5.93 0 0113 18zM13.09 14H12v2h.66a5.48 5.48 0 01.43-2z"/><path class="cmvmw-color-theme" d="M31.41 22H30v10h-8v-8h2v-2h-4v10H6V6.12A.12.12 0 016.12 6h11.5l1.15-2H6.12A2.12 2.12 0 004 6.12V34h28V22z"/><path class="cmvmw-color-yellow" d="M25 1.05a3.83 3.83 0 00-3.33 2l-6.41 11.04a3.94 3.94 0 00-.33 3.44 3.83 3.83 0 003.6 2.47h12.83a4 4 0 003-1.28 3.83 3.83 0 00.46-4.51L28.36 3A3.83 3.83 0 0025 1.05z"/><path class="cmvmw-color-yellow-bright" d="M25 3.05a1.86 1.86 0 011.63 1l6.48 11.23a1.86 1.86 0 01-.71 2.53 1.81 1.81 0 01-.9.24h-13a1.86 1.86 0 01-1.86-1.86 1.88 1.88 0 01.25-.93L23.41 4A1.85 1.85 0 0125 3"/><path class="cmvmw-color-charcoal" d="M24 14h2v2h-2zM24 6h2v6h-2z"/></g></svg><view id="datastore-add" viewBox="0 2470 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cnvmw-color-theme" id="datastore-add-" data-name="Layer 2" width="38" height="38" viewBox="-1 -1 38 38" y="2470"><defs><style>.cnpath-size{fill:none}.cnvmw-color-theme{fill:#565656}.cnvmw-color-green{fill:#59a011}</style></defs><path class="cnpath-size" d="M0 0h36v36H0z"/><path class="cnvmw-color-theme" d="M18 8A38.27 38.27 0 018 6.88V9a46 46 0 0010 1zM18 16a38.27 38.27 0 01-10-1.12V17a46 46 0 0010 1 57.3 57.3 0 006-.34v-2a48.06 48.06 0 01-6 .34z"/><path class="cnvmw-color-theme" d="M30 21.92c-.48.76-4.83 2.08-12 2.08a38.27 38.27 0 01-10-1.12V25a46 46 0 0010 1c1.07 0 8.39-.06 12-1.73v5.66c-.51.76-4.86 2.07-12 2.07S6.51 30.69 6 29.93V6.07C6.51 5.31 10.86 4 18 4h4V2.15C20.05 2 18.46 2 18 2 16.57 2 4 2.11 4 6v24c0 3.89 12.57 4 14 4s14-.11 14-4V18h-2z"/><path class="cnvmw-color-green" d="M36 6h-6V0h-4v6h-6v4h6v6h4v-6h6V6z"/></svg><view id="datastore-cluster" viewBox="0 2508 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="covmw-color-theme" id="datastore-cluster-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="2508"><defs><style>.covmw-color-theme{fill:#565656}.copath-size{fill:none}</style></defs><path d="M8 23.9c-2.3-.2-3.7-.7-4-1V9.1C4.4 8.7 6.5 8 10 8a24.33 24.33 0 013.8.3 25.61 25.61 0 013.9-.3c-1.4-1.9-6.9-2-7.7-2s-8 .1-8 3v14c0 2.1 3.6 2.7 6 2.9zM26 6c-.7 0-6.2.1-7.7 2a25.61 25.61 0 013.9.3A24.33 24.33 0 0126 8c3.5 0 5.6.7 6 1.1v13.7c-.3.3-1.7.8-4 1v2c2.4-.2 6-.8 6-2.9V9c0-2.9-7.2-3-8-3z"/><path d="M18 10c-.8 0-8 .1-8 3v14c0 2.9 7.2 3 8 3s8-.1 8-3V13c0-2.9-7.2-3-8-3zm6 4.9c-.4.4-2.5 1.1-6 1.1a18.1 18.1 0 01-4-.4v2a27.1 27.1 0 004 .4 20.29 20.29 0 006-.9v3.8c-.4.4-2.5 1.1-6 1.1a18.1 18.1 0 01-4-.4v2a27.1 27.1 0 004 .4 20.29 20.29 0 006-.9v3.8c-.4.4-2.5 1.1-6 1.1s-5.6-.7-6-1.1V13.1c.4-.4 2.5-1.1 6-1.1s5.6.7 6 1.1z"/><path class="copath-size" d="M0 0h36v36H0z"/></svg><view id="datastore-cluster-error" viewBox="0 2546 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cpvmw-color-theme" id="datastore-cluster-error-" data-name="Layer 2" width="38" height="38" viewBox="-1 -1 38 38" y="2546"><defs><style>.cppath-size{fill:none}.cpvmw-color-theme{fill:#565656}.cpvmw-color-red{fill:#f84e30}</style></defs><path class="cppath-size" d="M0 0h36v36H0z"/><path class="cppath-size" d="M0 0h36v36H0z"/><path class="cpvmw-color-theme" d="M30 19.57v3.27c-.3.32-1.69.84-4 1.05v2c2.39-.2 6-.84 6-2.91v-4.19a10.51 10.51 0 01-2 .78zM22 18.79v.07c-.38.41-2.48 1.14-6 1.14a19.93 19.93 0 01-4-.38v2a24.4 24.4 0 004 .38 19.39 19.39 0 006-.89v3.75c-.38.41-2.48 1.14-6 1.14a19.93 19.93 0 01-4-.38v2a24.4 24.4 0 004 .38 19.39 19.39 0 006-.89v3.75c-.38.41-2.48 1.14-6 1.14s-5.62-.73-6-1.14V17.14c.38-.41 2.48-1.14 6-1.14a20.82 20.82 0 012.67.16A11.31 11.31 0 0117.23 14H16c-.82 0-8 .08-8 3v14c0 2.92 7.18 3 8 3s8-.08 8-3V19.57a10.51 10.51 0 01-2-.78z"/><path class="cpvmw-color-theme" d="M16 9a10.92 10.92 0 011.38-5.3C15.62 2.07 10.67 2 10 2c-.82 0-8 .08-8 3v14c0 1.54 2 2.28 4 2.65v-2a4.76 4.76 0 01-2-.76V5.15C4.38 4.74 6.48 4 10 4s5.62.73 6 1.14v1.73C15.62 7.28 13.52 8 10 8a19.93 19.93 0 01-4-.38v2a25.55 25.55 0 004 .38 20 20 0 006-.89z"/><path class="cpvmw-color-red" d="M27 0a9 9 0 109 9 9 9 0 00-9-9zm1 14h-2v-2h2zm0-4h-2V4h2z"/></svg><view id="datastore-cluster-warning" viewBox="0 2584 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cqvmw-color-theme" id="datastore-cluster-warning-" data-name="Layer 2" width="38" height="38" viewBox="-1 -1 38 38" y="2584"><defs><style>.cqpath-size{fill:none}.cqvmw-color-theme{fill:#565656}.cqvmw-color-yellow{fill:#b68300}.cqvmw-color-yellow-bright{fill:#ffe02c}.cqvmw-color-charcoal{fill:#454545}</style></defs><path class="cqpath-size" d="M0 0h36v36H0z"/><path class="cqvmw-color-theme" d="M18 5.48V5c0-2.92-7.18-3-8-3s-8 .09-8 3v14c0 1.54 2 2.28 4 2.65v-2a4.76 4.76 0 01-2-.76V5.15C4.38 4.74 6.48 4 10 4s5.62.73 6 1.14v1.73C15.62 7.28 13.52 8 10 8a19.93 19.93 0 01-4-.38v2a25.55 25.55 0 004 .38 19.88 19.88 0 005.88-.86zM31.5 22.14H30v.7c-.3.32-1.69.84-4 1.05v2c2.39-.2 6-.84 6-2.91v-.87c-.17.01-.33.03-.5.03zM12 21.62a24.4 24.4 0 004 .38h1.15a5.9 5.9 0 01-3.22-2.06 17.94 17.94 0 01-1.93-.32z"/><path class="cqvmw-color-theme" d="M22 22.14v2.72c-.38.41-2.48 1.14-6 1.14a19.93 19.93 0 01-4-.38v2a24.4 24.4 0 004 .38 19.39 19.39 0 006-.89v3.75c-.38.41-2.48 1.14-6 1.14s-5.62-.73-6-1.14V17.14a5.87 5.87 0 012.68-.89 5.71 5.71 0 01.39-2.07C10.77 14.47 8 15.19 8 17v14c0 2.92 7.18 3 8 3s8-.08 8-3v-8.86z"/><path class="cqvmw-color-yellow" d="M25 1.19a3.83 3.83 0 00-3.35 1.93l-6.46 11.23a3.86 3.86 0 003.34 5.79h13a3.86 3.86 0 003.34-5.79L28.36 3.12A3.82 3.82 0 0025 1.19z"/><path class="cqvmw-color-yellow-bright" d="M25 3.19a1.85 1.85 0 011.61.93l6.48 11.23a1.86 1.86 0 01-1.61 2.79h-13a1.86 1.86 0 01-1.61-2.79l6.54-11.23A1.83 1.83 0 0125 3.19"/><path class="cqvmw-color-charcoal" d="M24 14h2v2h-2zM24 6h2v6h-2z"/></svg><view id="datastore-delete" viewBox="0 2622 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="crvmw-color-theme" id="datastore-delete-" data-name="Layer 2" width="38" height="38" viewBox="-1 -1 38 38" y="2622"><defs><style>.crvmw-color-theme{fill:#565656}.crvmw-color-red{fill:#f84e30}.crpath-size{fill:none}</style></defs><g id="crLayer_2-2" data-name="Layer 2"><path class="crvmw-color-theme" d="M20.44 10l1.85-1.8-.29-.28C20.83 8 19.43 8 18.16 8a38.27 38.27 0 01-10-1.12V9a46 46 0 0010 1zM8.16 17a46 46 0 0010 1c.43 0 1.88 0 3.68-.13L20 16h-1.84a38.27 38.27 0 01-10-1.12z"/><path class="crvmw-color-theme" d="M28.92 14.63a15.22 15.22 0 01-2.49.66L24 17.68a21.19 21.19 0 006.18-1.41v5.65c-.48.76-4.83 2.08-12 2.08a38.27 38.27 0 01-10-1.12V25a46 46 0 0010 1c1.07 0 8.39-.06 12-1.73v5.66c-.51.76-4.86 2.07-12 2.07s-11.49-1.31-12-2.07V6.07C6.67 5.31 11 4 18.05 4l-.89-.83L18.34 2h-.18c-1.43 0-14 .11-14 4v24c0 3.89 12.57 4 14 4s14-.11 14-4V17.8z"/><path class="crvmw-color-red" d="M36 3.14L33.2.28l-5.19 5.07L22.82.28l-2.79 2.86 5.12 5.01-5.12 5.01 2.79 2.86 5.19-5.07 5.19 5.07 2.8-2.86-5.13-5.01L36 3.14z"/></g><path class="crpath-size" d="M0 0h36v36H0z"/></svg><view id="datastore-enter-maintenance-mode" viewBox="0 2660 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="csvmw-color-theme" id="datastore-enter-maintenance-mode-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="2660"><defs><style>.csvmw-color-theme{fill:#565656}.csvmw-color-yellow-light{fill:#fac400}.cspath-size{fill:none}</style></defs><path d="M30.05 25.81l1.95 2V23a3 3 0 01-1.95 2.81z"/><path d="M26.91 31.16c-.69.15-1.5.3-2.41.43A3 3 0 0123 32a2.76 2.76 0 01-.91-.16c-1.24.1-2.6.16-4.09.16-7.14 0-11.49-1.31-12-2.07V6.07C6.51 5.31 10.86 4 18 4c6.94 0 11.22 1.23 11.94 2-.72.77-5 2-11.94 2A38 38 0 018 6.88V9a46.29 46.29 0 0010 1c1.07 0 8.39-.06 12-1.73v5.65c-.48.76-4.83 2.08-12 2.08a38 38 0 01-10-1.12V17a46.29 46.29 0 0010 1c1.07 0 8.39-.06 12-1.73v3.91A3 3 0 0132 23V6c0-3.89-12.57-4-14-4S4 2.11 4 6v24c0 3.89 12.57 4 14 4 .94 0 6.73 0 10.56-1.2z"/><path d="M18 24a38 38 0 01-10-1.12V25a46.29 46.29 0 0010 1h2v-2h-2zM6.57 14H2v8l4.57-8z"/><path class="csvmw-color-yellow-light" d="M11.16 14H6.59l-4.57 8h4.57l4.57-8z"/><path d="M15.73 14h-4.57l-4.57 8h4.57l4.57-8z"/><path class="csvmw-color-yellow-light" d="M20.3 14h-4.57l-4.57 8h4.57l4.57-8zM31.82 22H34v-8l-3.62 6.34A3.05 3.05 0 0131.82 22zM22 20h4.01l3.42-6h-4.57l-3.42 6H22z"/><path d="M29 20a2.87 2.87 0 011.37.35L34 14h-4.57L26 20zM20 20h1.44l3.42-6H20.3l-4.57 8H20v-2zM23 30a1 1 0 001-1v-3.59l8.29 8.3a1 1 0 001.42 0 1 1 0 000-1.42L25.41 24H29a1 1 0 000-2h-7v7a1 1 0 001 1z"/><path class="cspath-size" d="M0 0h36v36H0z"/><path class="cspath-size" d="M0 0h36v36H0z"/></svg><view id="datastore-error" viewBox="0 2698 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="ctvmw-color-theme" id="datastore-error-" data-name="Layer 2" width="38" height="38" viewBox="-1 -1 38 38" y="2698"><defs><style>.ctvmw-color-theme{fill:#565656}.ctvmw-color-red{fill:#f84e30}.ctpath-size{fill:none}</style></defs><g id="ctLayer_2-2" data-name="Layer 2"><path class="ctvmw-color-theme" d="M16 9a6.44 6.44 0 01.05-1 37.87 37.87 0 01-8-1.1V9a45.43 45.43 0 008.05 1 3.47 3.47 0 01-.1-1zM8 17a46 46 0 0010 1c.34 0 1.32 0 2.6-.07A11.19 11.19 0 0118.52 16H18a38.27 38.27 0 01-10-1.12z"/><path class="ctvmw-color-theme" d="M30 19.57v2.35c-.48.76-4.83 2.08-12 2.08a38.27 38.27 0 01-10-1.12V25a46 46 0 0010 1c1.07 0 8.39-.06 12-1.73v5.66c-.51.76-4.86 2.07-12 2.07S6.51 30.69 6 29.93V6.07c.49-.73 4.55-2 11.22-2.06a11.43 11.43 0 011.3-2H18C16.57 2 4 2.11 4 6v24c0 3.89 12.57 4 14 4s14-.11 14-4V18.79a10.37 10.37 0 01-2 .78z"/><path class="ctvmw-color-red" d="M27 0a9 9 0 109 9 9 9 0 00-9-9zm1 14h-2v-2h2zm0-4h-2V4h2z"/></g><path class="ctpath-size" d="M0 0h36v36H0z"/></svg><view id="datastore-exit-maintenance-mode" viewBox="0 2736 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cuvmw-color-theme" id="datastore-exit-maintenance-mode-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="2736"><defs><style>.cuvmw-color-theme{fill:#565656}.cupath-size{fill:none}.cuvmw-color-yellow-light{fill:#fac400}</style></defs><path d="M8 22.88V25a46.29 46.29 0 0010 1c.43 0 1.85 0 3.63-.13l-.75-.75a2.92 2.92 0 01-.71-1.12H18a38 38 0 01-10-1.12z"/><path d="M24 33a3 3 0 01.35-1.39A49.12 49.12 0 0118 32c-7.14 0-11.49-1.31-12-2.07V6.07C6.51 5.31 10.86 4 18 4c6.94 0 11.22 1.23 11.94 2-.72.77-5 2-11.94 2A38 38 0 018 6.88V9a46.29 46.29 0 0010 1c1.07 0 8.39-.06 12-1.73v5.65c-.48.76-4.83 2.08-12 2.08a38 38 0 01-10-1.12V17a46.29 46.29 0 0010 1c1.07 0 8.39-.06 12-1.73v5.65a5.46 5.46 0 01-2.69 1.14l1.61 1.62a9 9 0 001.08-.41v1.49l.19.19A3 3 0 0132 24.18V6c0-3.89-12.57-4-14-4S4 2.11 4 6v24c0 3.89 12.57 4 14 4a56.65 56.65 0 006.08-.35A2.82 2.82 0 0124 33z"/><path d="M33 26a1 1 0 00-1 1v3.59l-8.29-8.3a1 1 0 00-1.42 0 1 1 0 000 1.42l8.3 8.29H27a1 1 0 000 2h7v-7a1 1 0 00-1-1z"/><path class="cupath-size" d="M0 0h36v36H0z"/><path class="cupath-size" d="M0 0h36v36H0z"/><path d="M6.57 14H2v8l4.57-8z"/><path class="cuvmw-color-yellow-light" d="M11.16 14H6.59l-4.57 8h4.57l4.57-8z"/><path d="M15.73 14h-4.57l-4.57 8h4.57l4.57-8z"/><path class="cuvmw-color-yellow-light" d="M20.3 14h-4.57l-4.57 8h4.57l4.57-8zM33.98 14l-4.57 8h4.57v-8z"/><path d="M26.24 22h3.19L34 14h-4.57l-4.07 7.12.88.88zM20.88 20.88l.11-.09L24.86 14H20.3l-4.57 8h4.45a3 3 0 01.7-1.12z"/><path class="cuvmw-color-yellow-light" d="M23 20a3 3 0 012.12.88l.24.24L29.43 14h-4.57L21 20.79a3 3 0 012-.79z"/></svg><view id="datastore-feature-iorm" viewBox="0 2774 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cvvmw-color-theme" id="datastore-feature-iorm-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="2774"><defs><style>.cvvmw-color-theme{fill:#565656}.cvpath-size{fill:none}.cvcls-2{fill-opacity:0}</style></defs><path class="cvpath-size" d="M0 0h36v36H0z"/><path class="cvpath-size" d="M0 0h36v36H0z"/><path class="cvcls-2" d="M0 0h36v36H0z"/><path class="cvpath-size" d="M0 0h36v36H0z"/><path d="M29.68 30H6.32L6 29.6a14.83 14.83 0 01-3-9 15 15 0 0130 0 14.83 14.83 0 01-3 9zM7.33 28h21.34A12.84 12.84 0 0031 20.6a13 13 0 10-26 0A12.84 12.84 0 007.33 28z"/><circle cx="18" cy="21" r="3"/><path d="M18 22a1 1 0 01-.71-.29 1 1 0 010-1.42l6.5-6.5a1 1 0 011.42 1.42l-6.5 6.5A1 1 0 0118 22z"/></svg><view id="datastore-inaccessible" viewBox="0 2812 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cwvmw-color-theme" id="datastore-inaccessible-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="2812"><defs><style>.cwpath-size{fill:none;opacity:.41}.cwvmw-color-theme{fill:#565656}.cwvmw-color-red{fill:#f84e30}</style></defs><path class="cwpath-size" d="M0 0h36v36H0z"/><path class="cwvmw-color-theme" d="M16 9c0-.35 0-.69.05-1a37.78 37.78 0 01-8-1.1V9a45.38 45.38 0 008.05 1c-.1-.35-.1-.67-.1-1zM8 17a46 46 0 0010 1c.34 0 1.32 0 2.6-.07A10.94 10.94 0 0118.52 16H18a38.27 38.27 0 01-10-1.12z"/><path class="cwvmw-color-theme" d="M30 19.57v2.35c-.48.76-4.83 2.08-12 2.08a38.27 38.27 0 01-10-1.12V25a46 46 0 0010 1c1.07 0 8.39-.06 12-1.73v5.66c-.51.76-4.86 2.07-12 2.07S6.51 30.69 6 29.93V6.07c.49-.73 4.55-2 11.22-2.06a11.24 11.24 0 011.32-2H18C16.57 2 4 2.11 4 6v24c0 3.89 12.57 4 14 4s14-.11 14-4V18.79a10.51 10.51 0 01-2 .78z"/><path class="cwvmw-color-red" d="M27 0a9 9 0 109 9 9 9 0 00-9-9zm5 10H22V8h10z"/></svg><view id="datastore-increase" viewBox="0 2850 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cxvmw-color-theme" id="datastore-increase-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="2850"><defs><style>.cxvmw-color-theme{fill:#565656}.cxpath-size{fill:none}</style></defs><path class="cxpath-size" d="M0 0h36v36H0z"/><path class="cxpath-size" d="M0 0h36v36H0z"/><path d="M30 10h2v2h-2zM30 14v-.08c-.48.76-4.83 2.08-12 2.08a38 38 0 01-10-1.12V17a46.29 46.29 0 0010 1c1.07 0 8.39-.06 12-1.73V16h2v-2zM30 18h2v2h-2zM6 8V6.07C6.51 5.31 10.86 4 18 4c6.94 0 11.22 1.23 11.94 2-.72.77-5 2-11.94 2A38 38 0 018 6.88V9a46.29 46.29 0 0010 1c1.07 0 8.39-.06 12-1.73V8h2V6c0-3.89-12.57-4-14-4S4 2.11 4 6v2zM4 10h2v2H4zM30 22v-.08c-.48.76-4.83 2.08-12 2.08a38 38 0 01-10-1.12V25a46.29 46.29 0 0010 1c1.07 0 8.39-.06 12-1.73v5.66c-.51.76-4.86 2.07-12 2.07S6.51 30.69 6 29.93V22H4v8c0 3.89 12.57 4 14 4s14-.11 14-4v-8zM4 18h2v2H4zM4 14h2v2H4z"/></svg><view id="datastore-maintenance" viewBox="0 2888 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cyvmw-color-theme" id="datastore-maintenance-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="2888"><defs><style>.cyvmw-color-theme{fill:#565656}.cyvmw-color-yellow{fill:#fac400}</style></defs><path d="M18 34c-1.43 0-14-.11-14-4V6c0-3.89 12.57-4 14-4s14 .11 14 4v24c0 3.89-12.57 4-14 4zM6 29.93c.51.76 4.86 2.07 12 2.07s11.49-1.31 12-2.07V6.07C29.49 5.31 25.14 4 18 4S6.51 5.31 6 6.07z"/><path d="M6 13.9a.19.19 0 010 .1v-.08zM8 9a46.29 46.29 0 0010 1c1.43 0 14-.11 14-4h-2a.19.19 0 010-.1c-.39.75-4.76 2.1-12 2.1A38 38 0 018 6.88zM6 5.9A.19.19 0 016 6v-.08zM30 13.9c-.41.75-4.78 2.1-12 2.1a38 38 0 01-10-1.12V17a46.29 46.29 0 0010 1c1.43 0 14-.11 14-4h-2a.19.19 0 010-.1zM30 21.9c-.41.75-4.78 2.1-12 2.1a38 38 0 01-10-1.12V25a46.29 46.29 0 0010 1c1.43 0 14-.11 14-4h-2a.19.19 0 010-.1zM6 21.9a.19.19 0 010 .1v-.08-.02z"/><path d="M6.57 14H2v8l4.57-8z"/><path class="cyvmw-color-yellow" d="M11.16 14H6.59l-4.57 8h4.57l4.57-8z"/><path d="M15.73 14h-4.57l-4.57 8h4.57l4.57-8z"/><path class="cyvmw-color-yellow" d="M20.3 14h-4.57l-4.57 8h4.57l4.57-8z"/><path d="M24.86 14H20.3l-4.57 8h4.57l4.56-8z"/><path class="cyvmw-color-yellow" d="M29.43 14h-4.57l-4.56 8h4.56l4.57-8z"/><path d="M34 14h-4.57l-4.57 8h4.57L34 14z"/><path class="cyvmw-color-yellow" d="M33.98 14l-4.57 8h4.57v-8z"/></svg><view id="datastore-mount" viewBox="0 2926 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="czvmw-color-theme" id="datastore-mount-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="2926"><defs><style>.czvmw-color-theme{fill:#565656}.czpath-size{fill:none;opacity:.41}.czvmw-color-green{fill:#59a011}</style></defs><g id="czLayer_5" data-name="Layer 5"><path class="czvmw-color-theme" d="M6 13.9a.17.17 0 010 .1zM6 5.9A.17.17 0 016 6zM6 21.9a.17.17 0 010 .1z"/></g><path class="czpath-size" d="M0 0h36v36H0z"/><path class="czvmw-color-theme" d="M18 8.14V8A38.27 38.27 0 018 6.88V9a46 46 0 0010 1h.18A10.47 10.47 0 0118 8.14z"/><path class="czvmw-color-theme" d="M30 17.94v4c-.41.75-4.78 2.1-12 2.1a38.27 38.27 0 01-10-1.16V25a46 46 0 0010 1c1.07 0 8.39-.06 12-1.73v5.6c-.51.76-4.86 2.07-12 2.07S6.51 30.63 6 29.87V6c.51-.76 4.86-2.07 12-2.07h.93A9.69 9.69 0 0120.12 2c-.71 0-1.41-.07-2.12-.07-1.43 0-14 .11-14 4v24c0 3.89 12.57 4 14 4s14-.11 14-4V17.3a9.72 9.72 0 01-2 .64z"/><path class="czvmw-color-theme" d="M8 14.88V17a46 46 0 0010 1 54.82 54.82 0 006.72-.43A9.93 9.93 0 0121.79 16c-1.15.08-2.42.13-3.79.13a37.94 37.94 0 01-10-1.25z"/><path class="czvmw-color-green" d="M28 .14a8 8 0 108 8 8 8 0 00-8-8z"/></svg><view id="datastore-register-vm" viewBox="0 2964 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="davmw-color-theme" id="datastore-register-vm-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="2964"><defs><style>.davmw-color-theme{fill:#565656}.dapath-size{fill:none}</style></defs><path d="M8 9a40.84 40.84 0 008.19 1A3.06 3.06 0 0118 8.18V8A38 38 0 018 6.88z"/><path d="M30 18v3.92c-.48.76-4.83 2.08-12 2.08a38 38 0 01-10-1.12V25a46.29 46.29 0 0010 1c1.07 0 8.39-.06 12-1.73v5.66c-.51.76-4.86 2.07-12 2.07S6.51 30.69 6 29.93V6.07C6.51 5.31 10.86 4 18 4V3a3 3 0 01.18-1H18C16.57 2 4 2.11 4 6v24c0 3.89 12.57 4 14 4s14-.11 14-4V18z"/><path d="M8 17a40.52 40.52 0 008 1v-2a34.9 34.9 0 01-8-1.08zM27 20h-8a1 1 0 01-1-1v-8a1 1 0 011-1h8a1 1 0 011 1v8a1 1 0 01-1 1zm-7-2h6v-6h-6z"/><path d="M33 16h-5.83v-2H32V8h-6v2.83h-2V7a1 1 0 011-1h8a1 1 0 011 1v8a1 1 0 01-1 1z"/><path d="M25.12 12H21a1 1 0 01-1-1V3a1 1 0 011-1h8a1 1 0 011 1v3.83h-2V4h-6v6h3.12z"/><path class="dapath-size" d="M0 0h36v36H0z"/></svg><view id="datastore-unmount" viewBox="0 3002 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="dbvmw-color-theme" id="datastore-unmount-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="3002"><defs><style>.dbvmw-color-theme{fill:#565656}.dbpath-size{fill:none;opacity:.41}.dbvmw-color-red{fill:#f84e30}</style></defs><g id="dbLayer_5" data-name="Layer 5"><path class="dbvmw-color-theme" d="M6 13.9a.17.17 0 010 .1zM6 5.9A.17.17 0 016 6zM6 21.9a.17.17 0 010 .1z"/></g><path class="dbpath-size" d="M0 0h36v36H0z"/><path class="dbvmw-color-theme" d="M18 8.14V8A38.27 38.27 0 018 6.88V9a46 46 0 0010 1h.18A10.47 10.47 0 0118 8.14zM8 14.88V17a46 46 0 0010 1 54.82 54.82 0 006.72-.43 10.11 10.11 0 01-3-1.69c-1.17.12-2.4.12-3.72.12a38.27 38.27 0 01-10-1.12z"/><path class="dbvmw-color-theme" d="M30 17.94v4c-.41.75-4.78 2.1-12 2.1a38.27 38.27 0 01-10-1.16V25a46 46 0 0010 1c1.07 0 8.39-.06 12-1.73v5.66c-.51.76-4.86 2.07-12 2.07S6.51 30.69 6 29.93V6.07C6.51 5.31 10.86 4 18 4h.9a9.61 9.61 0 011.17-1.95C19.38 2 18.69 2 18 2 16.57 2 4 2.11 4 6v24c0 3.89 12.57 4 14 4s14-.11 14-4V17.3a9.72 9.72 0 01-2 .64z"/><path class="dbvmw-color-red" d="M28 4.14a4 4 0 11-4 4 4 4 0 014-4m0-4a8 8 0 108 8 8 8 0 00-8-8z"/></svg></svg>
|
|
@@ -1 +0,0 @@
|
|
|
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="datastore" viewBox="0 0 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="aavmw-color-theme" id="datastore-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38"><defs><style>.aavmw-color-theme{fill:#565656}</style></defs><path d="M18 34c-1.43 0-14-.11-14-4V6c0-3.89 12.57-4 14-4s14 .11 14 4v24c0 3.89-12.57 4-14 4zM6 29.93c.51.76 4.86 2.07 12 2.07s11.49-1.31 12-2.07V6.07C29.49 5.31 25.14 4 18 4S6.51 5.31 6 6.07z"/><path d="M6 13.9a.19.19 0 010 .1v-.08zM8 9a46.29 46.29 0 0010 1c1.43 0 14-.11 14-4h-2a.19.19 0 010-.1c-.39.75-4.76 2.1-12 2.1A38 38 0 018 6.88zM6 5.9A.19.19 0 016 6v-.08zM30 13.9c-.41.75-4.78 2.1-12 2.1a38 38 0 01-10-1.12V17a46.29 46.29 0 0010 1c1.43 0 14-.11 14-4h-2a.19.19 0 010-.1zM30 21.9c-.41.75-4.78 2.1-12 2.1a38 38 0 01-10-1.12V25a46.29 46.29 0 0010 1c1.43 0 14-.11 14-4h-2a.19.19 0 010-.1zM6 21.9a.19.19 0 010 .1v-.08-.02z"/></svg><view id="datastore-warning" viewBox="0 38 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="abvmw-color-theme" id="datastore-warning-" data-name="Layer 2" width="38" height="38" viewBox="-1 -1 38 38" y="38"><defs><style>.abvmw-color-theme{fill:#565656}.abvmw-color-yellow{fill:#b68300}.abvmw-color-yellow-bright{fill:#ffe02c}.abvmw-color-charcoal{fill:#454545}.abpath-size{fill:none}</style></defs><g id="abLayer_2-2" data-name="Layer 2"><path class="abvmw-color-theme" d="M16.55 8A38 38 0 018 6.88V9a46.35 46.35 0 007.42.95z"/><path class="abvmw-color-theme" d="M31.5 22.14h-1.74C28.7 22.91 24.52 24 18 24a38.27 38.27 0 01-10-1.12V25a46 46 0 0010 1c1.07 0 8.39-.06 12-1.73v5.66c-.51.76-4.86 2.07-12 2.07S6.51 30.69 6 29.93V6.07C6.51 5.31 10.86 4 18 4h.84l1.1-1.9v-.05C19.32 2 18.66 2 18 2 16.57 2 4 2.11 4 6v24c0 3.89 12.57 4 14 4s14-.11 14-4v-7.89c-.17.01-.33.03-.5.03z"/><path class="abvmw-color-theme" d="M8 14.88V17a47.19 47.19 0 004.86.76 6.11 6.11 0 01-.15-2A37.56 37.56 0 018 14.88z"/><path class="abvmw-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="abvmw-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="abvmw-color-charcoal" d="M24 14h2v2h-2zM24 6h2v6h-2z"/></g><path class="abpath-size" d="M0 0h36v36H0z"/></svg><view id="detach_host_profile" viewBox="0 76 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="acvmw-color-theme" id="detach_host_profile-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="76"><defs><style>.acvmw-color-theme{fill:#565656}.acpath-size{fill:none}</style></defs><path d="M6 6h12v2H6zM6 10h12v2H6z"/><path class="acpath-size" d="M0 0h36v36H0z"/><path d="M10.1 32H4V4h16v12h1a4.8 4.8 0 011 .12V3.31A1.33 1.33 0 0020.65 2H3.35A1.33 1.33 0 002 3.31V34h9a4.84 4.84 0 01-.9-2z"/><path d="M24 33a3 3 0 01.18-1H18v-2h7.76L22 26.24V28h-6v4h-1a1 1 0 01-1-1V20h7a1 1 0 01.71.3A3 3 0 0123 20a3.09 3.09 0 01.86.14A3 3 0 0021 18H11a3 3 0 00-3 3v1h2v-1a1 1 0 011-1h1v11a3 3 0 003 3h9.18a3 3 0 01-.18-1zM33 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"/></svg><view id="devcenter" viewBox="0 114 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="advmw-color-theme" id="devcenter-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="114"><defs><style>.advmw-color-theme{fill:#565656}.adpath-size{fill:none}</style></defs><path d="M13.71 12.59a1 1 0 00-1.39-.26l-6.53 4.45a1 1 0 00-.26 1.39 1.07 1.07 0 00.26.26l6.53 4.45a1 1 0 001.39-.24 1 1 0 00-.24-1.4l-5.34-3.63L13.45 14a1 1 0 00.28-1.39zM30.21 16.78l-6.53-4.45A1 1 0 1022.55 14l5.32 3.63-5.32 3.63a1 1 0 001.13 1.65l6.53-4.45a1 1 0 00.26-1.39 1.07 1.07 0 00-.26-.26zM19.94 9.83a.9.9 0 00-1.09.66l-3.44 13.8a.9.9 0 00.66 1.09h.22a.9.9 0 00.87-.68l3.44-13.81a.9.9 0 00-.66-1.06z"/><path class="adpath-size" d="M0 0h36v36H0z"/></svg><view id="disconnect-line" viewBox="0 152 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="aevmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="disconnect-line-" y="152"><defs><style>.aevmw-color-theme{fill:#565656}.aepath-size{opacity:0}</style></defs><path d="M12.17 6A6.21 6.21 0 006 11H2.13v2H6a6.23 6.23 0 006.21 5H17V6zm2.93 10h-2.93a4.2 4.2 0 01-4.31-4 4.17 4.17 0 014.31-4h2.93zM33.92 23h-3.78a6.25 6.25 0 00-6.21-5H19v2h-5a1 1 0 100 2h5v4h-5a1 1 0 00-1 1 1 1 0 001 1h5v2h4.94a6.23 6.23 0 006.22-5h3.76zm-10 5H21v-8h2.94a4.17 4.17 0 014.31 4 4.17 4.17 0 01-4.31 4z"/><path class="aepath-size" d="M0 0h36v36H0z"/></svg><view id="disk" viewBox="0 190 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="afvmw-color-theme" id="disk-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="190"><defs><style>.afvmw-color-theme{fill:#565656}.afpath-size{fill:none}</style></defs><path class="afpath-size" d="M0 0h36v36H0z"/><path d="M26 22h2v4h-2zM20 22h2v4h-2zM7 18h22v2H7zM8 22h2v4H8zM14 22h2v4h-2z"/><path d="M33.91 18.47L32.64 14l-1.86-6.59A2 2 0 0028.87 6H7.13a2 2 0 00-1.91 1.41L3.36 14l-1.27 4.47a2 2 0 00-.09.59V28a2 2 0 002 2h28a2 2 0 002-2v-8.93a2 2 0 00-.09-.6zM32 28H4v-8.94L5.43 14l1.7-6h21.74l1.7 6L32 19.06z"/></svg><view id="distributedpowermanagement" viewBox="0 228 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="agvmw-color-theme" id="distributedpowermanagement-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="228"><defs><style>.agvmw-color-theme{fill:#565656}.agcls-1{fill-opacity:0}</style></defs><path class="agcls-1" d="M0 0h36v36H0z"/><path d="M16.84 18.73l3 .5a8 8 0 011.44-2.72l-2.73-4.74a1 1 0 00-1.73 1l2.5 4.34-6.07-1 4.18 8.36L19 23z"/><path d="M11 32V6h4V4h6v2h4v8l.45-.14a8.17 8.17 0 011.55-.24V5.88A1.88 1.88 0 0025.12 4H23v-.42A1.58 1.58 0 0021.42 2h-6.84A1.58 1.58 0 0013 3.58V4h-2.12A1.88 1.88 0 009 5.88v26.24A1.88 1.88 0 0010.88 34h3.77a4.91 4.91 0 01-1.09-2zM25 31.12V32h-.88l-2 2h3A1.88 1.88 0 0027 32.12v-2.67h-.32z"/><path d="M16.4 32.62a3 3 0 010-4.23l5.5-5.5a5.95 5.95 0 017.93-7l1.42.55-2.89 2.85a1 1 0 001.42 1.42l2.89-2.89.51 1.42a6 6 0 01-3.37 7.71 6 6 0 01-3.63.23l-5.5 5.5a3 3 0 01-4.24 0zm11-15.24a4 4 0 00-3.72 4.26 4.1 4.1 0 00.27 1.2l.24.6-6.38 6.4a1 1 0 00.35 1.37 1 1 0 001 0l6.43-6.37.6.24a4 4 0 005.17-2.29 4.16 4.16 0 00.26-1.16l-.45.45A3 3 0 0127 17.84z"/></svg><view id="download-line" viewBox="0 266 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="ahvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="download-line-" y="266"><defs><style>.ahvmw-color-theme{fill:#565656}.ahpath-size{opacity:0}</style></defs><path d="M31 31H5a1 1 0 000 2h26a1 1 0 000-2zM18 29.48l10.61-10.61a1 1 0 00-1.41-1.41L19 25.65V5a1 1 0 00-2 0v20.65l-8.19-8.19a1 1 0 10-1.41 1.41z"/><path class="ahpath-size" d="M0 0h36v36H0z"/></svg><view id="drag-handle" viewBox="0 304 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="aivmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="drag-handle-" y="304"><defs><style>.aivmw-color-theme{fill:#565656}</style></defs><circle cx="15" cy="12" r="1.5" class="aiclr-i-outline aiclr-i-outline-path-1"/><circle cx="15" cy="24" r="1.5" class="aiclr-i-outline aiclr-i-outline-path-2"/><circle cx="21" cy="12" r="1.5" class="aiclr-i-outline aiclr-i-outline-path-3"/><circle cx="21" cy="24" r="1.5" class="aiclr-i-outline aiclr-i-outline-path-4"/><circle cx="21" cy="18" r="1.5" class="aiclr-i-outline aiclr-i-outline-path-5"/><circle cx="15" cy="18" r="1.5" class="aiclr-i-outline aiclr-i-outline-path-6"/><path fill-opacity="0" d="M0 0h36v36H0z"/></svg><view id="dsFloppyImage" viewBox="0 342 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="ajvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="dsFloppyImage-" y="342"><defs><style>.ajvmw-color-theme{fill:#565656}</style></defs><g id="ajLayer_4" data-name="Layer 4"><path d="M29.24 14H16a2 2 0 00-2 2v16a2 2 0 002 2h16a2 2 0 002-2V18.76zm-.84 18h-8.86v-4.52h8.86zm3.6 0h-2.4v-5.12a.6.6 0 00-.6-.61H18.94a.6.6 0 00-.6.61V32H16V16h2.4v5a.6.6 0 00.6.6h8a.6.6 0 000-1.2h-7.4V16h8.81L32 19.59z"/><path d="M4 4h20v8h2V4a2 2 0 00-2-2H4a2 2 0 00-2 2v26a2 2 0 002 2h8v-2H4z"/></g></svg><view id="dsIsoImage" viewBox="0 380 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="akvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="dsIsoImage-" y="380"><defs><style>.akvmw-color-theme{fill:#565656}</style></defs><g id="akLayer_4" data-name="Layer 4"><path d="M4 30V4h20v8a12 12 0 012 .18V4a2 2 0 00-2-2H4a2 2 0 00-2 2v26a2 2 0 002 2h11.08a12.06 12.06 0 01-1.46-2z"/><path d="M24 14a10 10 0 1010 10 10 10 0 00-10-10zm0 18a8 8 0 118-8 8 8 0 01-8 8z"/><path d="M24 20a4 4 0 104 4 4 4 0 00-4-4zm0 6.8a2.8 2.8 0 112.8-2.8 2.81 2.81 0 01-2.8 2.8z"/></g></svg><view id="dsVmNvram" viewBox="0 418 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="alvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="dsVmNvram-" y="418"><defs><style>.alvmw-color-theme{fill:#565656}</style></defs><g id="alLayer_2" data-name="Layer 2"><path d="M8 32H4a2 2 0 01-2-2V4a2 2 0 012-2h20a2 2 0 012 2v12h-2V4H4v26h4z"/><path d="M12 22h-2v-2a2 2 0 012-2h22v4h-2v-2H12zM32 34H12a2 2 0 01-2-2v-6h2v6h20v-6h2v6a2 2 0 01-2 2z"/><path d="M18 30h-4v-5h1v4h3v1zM24 30h-4v-5h1v4h3v1zM30 30h-4v-5h1v4h3v1z"/></g></svg><view id="dv-switch" viewBox="0 456 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="amvmw-color-theme" id="dv-switch-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="456"><defs><style>.amvmw-color-theme{fill:#565656}</style></defs><path d="M33.91 18.47L30.78 7.41A2 2 0 0028.87 6H7.13a2 2 0 00-1.91 1.41L2.09 18.48a2 2 0 00-.09.59V28a2 2 0 002 2h28a2 2 0 002-2v-8.94a2 2 0 00-.09-.59zM32 28H4v-8.94L7.13 8h21.74L32 19.06z"/><path d="M8 22h2v4H8zM14 22h2v4h-2zM20 22h2v4h-2zM26 22h2v4h-2zM7 18h22v2H7z"/></svg><view id="dv-switch-alert" viewBox="0 494 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="anvmw-color-theme" id="dv-switch-alert-" 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-red{fill:#f84e30}</style></defs><path class="anvmw-color-theme" d="M8 22h2v4H8zM14 22h2v4h-2zM20 22h2v4h-2zM26 22h2v4h-2z"/><path class="anpath-size" d="M0 0h36v36H0z"/><path class="anvmw-color-theme" d="M7 18v2h20a10.86 10.86 0 01-6.3-2zM27 20h2v-.19a11 11 0 01-2 .19z"/><path class="anvmw-color-theme" d="M33.69 17.71a11.36 11.36 0 01-1.76 1.11l.07.24V28H4v-8.94L7.13 8h8.92a12 12 0 01.38-2h-9.3a2 2 0 00-1.91 1.41L2.09 18.48a2 2 0 00-.09.59V28a2 2 0 002 2h28a2 2 0 002-2v-8.94a2 2 0 00-.09-.59z"/><path class="anvmw-color-red" d="M27 0a9 9 0 109 9 9 9 0 00-9-9zm1 14h-2v-2h2zm0-4h-2V4h2z"/></svg><view id="dv-switch-edit" viewBox="0 532 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="aovmw-color-theme" id="dv-switch-edit-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="532"><defs><style>.aovmw-color-theme{fill:#565656}.aopath-size{fill:none}</style></defs><path d="M8 22h2v4H8zM11.06 18H7v2h4.69a3.64 3.64 0 01-.63-2zM16 24.45l-2-2.02V26h2v-1.55zM29 18h-2.5l1.98 2H29v-2z"/><path d="M19.51 28H4v-8.94L7.13 8h21.74L32 19.06v4.49l2 2v-6.5a2 2 0 00-.09-.59L30.78 7.41A2 2 0 0028.87 6H7.13a2 2 0 00-1.91 1.41L2.09 18.48a2 2 0 00-.09.59V28a2 2 0 002 2h17.49z"/><path d="M13.52 16.83a1.62 1.62 0 000 2.28l13.66 13.81L32 34h.36a1.17 1.17 0 00.32 0A1.59 1.59 0 0034 32.06l-1.11-4.81-13.72-13.79a1.61 1.61 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="aopath-size" d="M0 0h36v36H0z"/></svg><view id="dv-switch-import" viewBox="0 570 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="apvmw-color-theme" id="dv-switch-import-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="570"><defs><style>.apvmw-color-theme{fill:#565656}.appath-size{fill:none}</style></defs><path d="M21 22h-6a1 1 0 01-1-1V5a1 1 0 011-1h12a1 1 0 011 1v10h-2V6H16v14h5z"/><path d="M21 22a.84.84 0 01-.38-.08A1 1 0 0120 21v-6a1 1 0 011-1h6a1 1 0 01.92.62 1 1 0 01-.21 1.09l-6 6A1 1 0 0121 22zm1-6v2.59L24.59 16zM7.12 21.24a1 1 0 01-.7-.29l-4.24-4.24a1 1 0 010-1.42 1 1 0 011.41 0l3.53 3.54 3.54-3.54a1 1 0 011.41 0 1 1 0 010 1.42L7.83 21a1 1 0 01-.71.24z"/><path d="M8 19H6v-8a3 3 0 013-3h3v2H9a1 1 0 00-1 1zM26 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-6H4z"/><path class="appath-size" d="M0 0h36v36H0z"/></svg><view id="dv-switch-managed-host" viewBox="0 608 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="aqvmw-color-theme" id="dv-switch-managed-host-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="608"><defs><style>.aqvmw-color-theme{fill:#565656}.aqpath-size{fill:none}</style></defs><path d="M16.22 32.78a3 3 0 010-4.23l5.5-5.5A5.95 5.95 0 0129.65 16l1.42.55-2.89 2.85a1 1 0 001.42 1.42l2.89-2.89.51 1.42a5.95 5.95 0 01-7 7.94l-5.5 5.5a3 3 0 01-4.28-.01zm11-15.24A4 4 0 0023.77 23l.24.6-6.38 6.4A1 1 0 0019 31.37L25.43 25l.6.24a4 4 0 005.43-3.45l-.45.45A3 3 0 0126.77 18zM14 6h12v2H14zM14 10h12v2H14z"/><path class="aqpath-size" d="M0 0h36v36H0z"/><path d="M13.55 32H12V4h16v9.56a8.55 8.55 0 012 .4V3.31A1.33 1.33 0 0028.65 2h-17.3A1.33 1.33 0 0010 3.31V34h4.65a4.94 4.94 0 01-1.1-2zM28 29.48V32h-3.93l-2 2H30v-4.9a7.87 7.87 0 01-2 .38zM8 34H3a1 1 0 01-1-1V5a1 1 0 011-1h5v2H4v26h4z"/><path d="M6 8h2v2H6zM6 12h2v2H6z"/></svg><view id="dv-switch-new" viewBox="0 646 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="arvmw-color-theme" id="dv-switch-new-" data-name="Layer 2" width="38" height="38" viewBox="-1 -1 38 38" y="646"><defs><style>.arvmw-color-theme{fill:#565656}.arpath-size{fill:none;opacity:.41}.arvmw-color-green{fill:#59a011}</style></defs><path class="arvmw-color-theme" d="M26 22h2v4h-2zM20 22h2v4h-2zM7 18h22v2H7zM8 22h2v4H8zM14 22h2v4h-2z"/><path class="arpath-size" d="M0 0h36v36H0z"/><path class="arvmw-color-theme" d="M32.64 14H32v4h-.3l.3 1.06V28H4v-8.94L7.13 8H18V6H7.13a2 2 0 00-1.91 1.41L2.09 18.48a2 2 0 00-.09.59V28a2 2 0 002 2h28a2 2 0 002-2v-8.94a2 2 0 00-.09-.59z"/><path class="arvmw-color-green" d="M36 6h-6V0h-4v6h-6v4h6v6h4v-6h6V6z"/></svg><view id="dv-switch-upgrade" viewBox="0 684 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="asvmw-color-theme" id="dv-switch-upgrade-" data-name="Layer 2" width="38" height="38" viewBox="-1 -1 38 38" y="684"><defs><style>.aspath-size{fill:none}.asvmw-color-theme{fill:#565656}.asvmw-color-blue{fill:#0091da}</style></defs><path class="aspath-size" d="M0 0h36v36H0z"/><path class="asvmw-color-theme" d="M26 22h2v4h-2zM20 22h2v4h-2zM8 22h2v4H8zM14 22h2v4h-2z"/><path class="asvmw-color-theme" d="M32.94 15.06V20H32v8H4v-8.94L7.13 8H17.2a2.91 2.91 0 01.57-.84L18.93 6H7.13a2 2 0 00-1.91 1.41L2.09 18.48a2 2 0 00-.09.59V28a2 2 0 002 2h28a2 2 0 002-2v-8.94a2 2 0 00-.09-.59z"/><path class="asvmw-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="asvmw-color-theme" d="M22 19h.02v-1H7v2h15v-1z"/></svg><view id="dv-switch-uplinks" viewBox="0 722 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="atvmw-color-theme" id="dv-switch-uplinks-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="722"><defs><style>.atvmw-color-theme{fill:#565656}.atpath-size{fill:none}</style></defs><path transform="rotate(180 21 10)" d="M20 8h2v4h-2z"/><path transform="rotate(180 14 10)" d="M12 8h4v4h-4z"/><path transform="rotate(180 7 12)" d="M6 8h2v8H6z"/><path class="atpath-size" d="M0 0h36v36H0z"/><path d="M8 18H4V6h20v6h2V5a1 1 0 00-1-1H3a1 1 0 00-1 1v14a1 1 0 001 1h5z"/><path d="M33 32h-7.08a1 1 0 01-.72-.31L23.57 30H11a1 1 0 01-1-1V15a1 1 0 011-1h22a1 1 0 011 1v16a1 1 0 01-1 1zm-6.66-2H32V16H12v12h12a1 1 0 01.72.31z"/><path transform="rotate(180 29 22)" d="M28 18h2v8h-2z"/><path transform="rotate(180 22 20)" d="M20 18h4v4h-4z"/><path transform="rotate(180 15 22)" d="M14 18h2v8h-2z"/></svg><view id="dv-switch-warning" viewBox="0 760 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="auvmw-color-theme" id="dv-switch-warning-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="760"><defs><style>.aupath-size{fill:none}.auvmw-color-theme{fill:#565656}.auvmw-color-yellow{fill:#b68300}.auvmw-color-yellow-bright{fill:#ffe02c}.auvmw-color-charcoal{fill:#454545}</style></defs><path class="aupath-size" d="M0 0h36v36H0z"/><path class="auvmw-color-theme" d="M8 22h2v4H8zM14 22h2v4h-2zM20 22h2v4h-2zM26 22h2v4h-2zM13.46 19.21a5.59 5.59 0 01-.52-1.21H7v2h7a5.39 5.39 0 01-.54-.79z"/><path class="auvmw-color-theme" d="M32 22.11V28H4v-8.94L7.13 8h9.41l1.16-2H7.13a2 2 0 00-1.91 1.41L2.09 18.48a2 2 0 00-.09.59V28a2 2 0 002 2h28a2 2 0 002-2v-6.44a5.72 5.72 0 01-2 .55z"/><path class="auvmw-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="auvmw-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="auvmw-color-charcoal" d="M24 14h2v2h-2zM24 6h2v6h-2z"/></svg><view id="edit-host-customizations" viewBox="0 798 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="avvmw-color-theme" id="edit-host-customizations-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="798"><defs><style>.avvmw-color-theme{fill:#565656}.avpath-size{fill:none}</style></defs><path class="avpath-size" d="M0 0h36v36H0z"/><path d="M13.61 16.91a1.61 1.61 0 000 2.28L27.27 33l4.84 1.07h.37a1.6 1.6 0 001.57-1.93l-1.11-4.81-13.69-13.79a1.61 1.61 0 00-2.28 0l-3.36 3.37zM18 20.76l2.82-2.82 10.3 10.39L32 32l-3.65-.81zm-2.7-2.69l2.83-2.84 1.55 1.58-2.81 2.82z"/><path d="M20.36 28.86L19.4 32h-2.8l-1.1-3.6-.5-.1-2.1-.9-.5-.3-3.3 1.8-2-2 1.8-3.3-.3-.5a9.49 9.49 0 01-.9-2.1l-.1-.5L4 19.4v-2.8l3.4-1 .2-.5a8.49 8.49 0 01.9-2.2l.3-.5-1.7-3.3 2-2 3.2 1.8.5-.3a8.49 8.49 0 012.2-.9l.5-.2L16.6 4h2.8l1.1 3.5.5.2a9.49 9.49 0 012.1.9l.5.3 3.3-1.8 2 2-1.8 3.3.3.5a9.49 9.49 0 01.9 2.1l.1.5 3.6 1.1v2.8l-3.16 1 1.59 1.6 2.47-.77A1.63 1.63 0 0034 19.7v-3.4a1.71 1.71 0 00-1.2-1.6l-2.8-.9-.6-1.5 1.4-2.6a1.68 1.68 0 00-.3-1.9l-2.4-2.4a1.68 1.68 0 00-1.9-.3l-2.6 1.4-1.5-.6-.9-2.8A1.63 1.63 0 0019.7 2h-3.4a1.4 1.4 0 00-1.4 1.2L14 6a4.42 4.42 0 00-1.6.6L9.8 5.2a1.68 1.68 0 00-1.9.3L5.5 7.9a1.68 1.68 0 00-.3 1.9l1.3 2.5c-.2.5-.4 1.1-.6 1.6l-2.8.9A1.63 1.63 0 002 16.3v3.4a1.59 1.59 0 001.2 1.5l2.8.9.6 1.5-1.4 2.6a1.68 1.68 0 00.3 1.9l2.4 2.4a1.68 1.68 0 001.9.3l2.6-1.4 1.5.6.9 2.9a1.63 1.63 0 001.5 1.1h3.4a1.63 1.63 0 001.5-1.1l.8-2.43z"/></svg><view id="egressTraffic" viewBox="0 836 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="awvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="egressTraffic-" y="836"><defs><style>.awvmw-color-theme{fill:#565656}</style></defs><g id="awLayer_2" data-name="Layer 2"><path d="M8.64 14.05a1 1 0 00-1.41 0L2.22 19l5 4.95a1 1 0 001.42-1.42L6.1 20h11.73a1 1 0 000-2H6.1l2.54-2.54a1 1 0 000-1.41z"/><path d="M28 10h-2V6a2 2 0 00-2-2H12a2 2 0 00-2 2v4H8a2 2 0 00-2 2v.47a3.08 3.08 0 01.74-.47H12V6h12v6h4v16H8v-1.76h-.07a3 3 0 01-1.93-.7V30h24V12a2 2 0 00-2-2z"/></g></svg><view id="ellipsis-horizontal-line" viewBox="0 874 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="axvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="ellipsis-horizontal-line-" y="874"><defs><style>.axvmw-color-theme{fill:#565656}.axpath-size{opacity:0}</style></defs><circle cx="31.1" cy="18" r="2.9"/><circle cx="18" cy="18" r="2.9"/><circle cx="4.9" cy="18" r="2.9"/><path class="axpath-size" d="M0 0h36v36H0z"/></svg><view id="erase-partitions" viewBox="0 912 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="ayvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="erase-partitions-" y="912"><defs><style>.ayvmw-color-theme{fill:#565656}</style></defs><g id="ayLayer_5" data-name="Layer 5"><path d="M8 20h2v4H8zM22.61 16H8v2h12.61l2-2zM16 22.61V20h-2v4h.61L16 22.61z"/><path d="M12.82 26H4v-8.94L7.13 6h21.74L32 17.06l1.55 1.55a3.87 3.87 0 01.45.55v-2.1c0-.18 0-.35-.07-.53L30.78 5.41A2 2 0 0028.87 4H7.13a2 2 0 00-1.91 1.41L2.09 16.48c0 .18-.07.47-.09.65V26a2 2 0 002 2h8.26a4 4 0 01.56-2zM33.55 24.28L32 25.83V26h-.17l-2 2H32a2 2 0 002-2v-2.27a3.38 3.38 0 01-.45.55z"/><path d="M32.14 20l-4-4a2 2 0 00-2.82 0L14.85 26.59a2 2 0 000 2.83l4 3.95a2 2 0 002.83 0l10.51-10.5a2 2 0 00.58-1.42 2 2 0 00-.63-1.45zM20.22 32l-4-3.95 2.08-2.08 3.95 3.95zm2.92-3l-3.95-4 7.58-7.58 3.95 3.95z"/></g></svg><view id="event-console" viewBox="0 950 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="azvmw-color-theme" id="event-console-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="950"><defs><style>.azvmw-color-theme{fill:#565656}.azpath-size{fill:none}</style></defs><path d="M32.25 6H30v2h2v22H4V8h2V6H3.75A1.78 1.78 0 002 7.81v22.38A1.78 1.78 0 003.75 32h28.5A1.78 1.78 0 0034 30.19V7.81A1.78 1.78 0 0032.25 6z"/><path d="M8 14h2v2H8zM14 14h2v2h-2zM20 14h2v2h-2zM26 14h2v2h-2zM8 18h2v2H8zM14 18h2v2h-2zM20 18h2v2h-2zM26 18h2v2h-2zM8 22h2v2H8zM14 22h2v2h-2zM20 22h2v2h-2zM26 22h2v2h-2zM8 26h2v2H8zM14 26h2v2h-2zM20 26h2v2h-2zM26 26h2v2h-2zM9 10a1 1 0 001-1V3a1 1 0 00-2 0v6a1 1 0 001 1zM27 10a1 1 0 001-1V3a1 1 0 00-2 0v6a1 1 0 001 1zM12 6h12v2H12z"/><path class="azpath-size" d="M0 0h36v36H0z"/></svg><view id="events" viewBox="0 988 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bavmw-color-theme" id="events-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="988"><defs><style>.bavmw-color-theme{fill:#565656}.bapath-size{fill:none}</style></defs><path d="M32.25 6H30v2h2v22H4V8h2V6H3.75A1.78 1.78 0 002 7.81v22.38A1.78 1.78 0 003.75 32h28.5A1.78 1.78 0 0034 30.19V7.81A1.78 1.78 0 0032.25 6z"/><path d="M8 14h2v2H8zM14 14h2v2h-2zM20 14h2v2h-2zM26 14h2v2h-2zM8 18h2v2H8zM14 18h2v2h-2zM20 18h2v2h-2zM26 18h2v2h-2zM8 22h2v2H8zM14 22h2v2h-2zM20 22h2v2h-2zM26 22h2v2h-2zM8 26h2v2H8zM14 26h2v2h-2zM20 26h2v2h-2zM26 26h2v2h-2zM9 10a1 1 0 001-1V3a1 1 0 00-2 0v6a1 1 0 001 1zM27 10a1 1 0 001-1V3a1 1 0 00-2 0v6a1 1 0 001 1zM12 6h12v2H12z"/><path class="bapath-size" d="M0 0h36v36H0z"/></svg><view id="exclamation-circle-error-standard" viewBox="0 1026 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bbvmw-color-theme" id="exclamation-circle-error-standard-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="1026"><defs><style>.bbvmw-color-theme{fill:#565656}.bbpath-size{fill:none}</style></defs><path class="bbpath-size" d="M36 0v36H0V0"/><path class="bbpath-size" d="M0 0h36v36H0z"/><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="M18 22.07a1.3 1.3 0 01-1.3-1.3v-10a1.3 1.3 0 012.6 0v10a1.3 1.3 0 01-1.3 1.3z"/><circle cx="18" cy="25.02" r="1.5"/></svg><view id="exclamation-circle-error-standard-red" viewBox="0 1064 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bcvmw-color-theme" id="exclamation-circle-error-standard-red-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="1064"><defs><style>.bcvmw-color-theme{fill:#565656}.bcpath-size{fill:none}.bcvmw-color-red{fill:#f84e30}</style></defs><path class="bcpath-size" d="M36 0v36H0V0"/><path class="bcpath-size" d="M0 0h36v36H0z"/><path d="M18 34a16 16 0 1116-16 16 16 0 01-16 16zm0-30a14 14 0 1014 14A14 14 0 0018 4z" class="bcvmw-color-red"/><path d="M18 22.07a1.3 1.3 0 01-1.3-1.3v-10a1.3 1.3 0 012.6 0v10a1.3 1.3 0 01-1.3 1.3z" class="bcvmw-color-red"/><circle cx="18" cy="25.02" r="1.5" class="bcvmw-color-red"/></svg><view id="exclamation-triangle-warning-standard" viewBox="0 1102 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bdvmw-color-theme" id="exclamation-triangle-warning-standard-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="1102"><defs><style>.bdvmw-color-theme{fill:#565656}.bdvmw-color-yellow{fill:#b68300}</style></defs><path class="bdvmw-color-yellow" d="M30.18 31.9H5.72a3.73 3.73 0 01-3.22-5.59L14.72 5.13a3.73 3.73 0 016.46 0l12.23 21.18a3.73 3.73 0 01-3.23 5.59zM16.46 6.13L4.23 27.31a1.73 1.73 0 000 1.73 1.7 1.7 0 001.49.86h24.46a1.7 1.7 0 001.49-.9 1.68 1.68 0 000-1.73L19.45 6.13a1.73 1.73 0 00-3 0z"/><path class="bdvmw-color-yellow" d="M18 23.07a1.3 1.3 0 01-1.3-1.3v-8a1.3 1.3 0 012.6 0v8a1.3 1.3 0 01-1.3 1.3z"/><circle class="bdvmw-color-yellow" cx="18" cy="26.02" r="1.5"/></svg><view id="exclamation_mark" viewBox="0 1140 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bevmw-color-theme" id="exclamation_mark-" 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 d="M18 6a12 12 0 1012 12A12 12 0 0018 6zm0 22a10 10 0 1110-10 10 10 0 01-10 10z"/><path d="M18 20.07a1.3 1.3 0 01-1.3-1.3v-6a1.3 1.3 0 012.6 0v6a1.3 1.3 0 01-1.3 1.3z"/><circle cx="17.95" cy="23.02" r="1.5"/><path class="bepath-size" d="M0 0h36v36H0z"/></svg><view id="export-host-customization" viewBox="0 1178 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bfvmw-color-theme" id="export-host-customization-" data-name="Layer 2" width="38" height="38" viewBox="-1 -1 38 38" y="1178"><defs><style>.bfpath-size{fill:none}.bfvmw-color-theme{fill:#565656}.bfvmw-color-blue{fill:#0091da}</style></defs><path class="bfpath-size" d="M0 0h36v36H0z"/><path class="bfvmw-color-theme" d="M24 16.2v-2l-.16-.2h-2.77a5 5 0 11-5.07-.52v-2.16a7 7 0 109.08 7.06A2.77 2.77 0 0124 16.2z"/><path class="bfvmw-color-theme" d="M32.8 14.7l-.6-.18-1.59 1.67 1.39.41v2.8l-3.6 1.1-.1.5-.9 2.1-.3.5 1.8 3.3-2 2-3.3-1.8-.5.3a9.5 9.5 0 01-2.1.9l-.5.1-1.1 3.6h-2.8l-1.1-3.6-.5-.1-2.1-.9-.5-.3-3.3 1.8-2-2 1.8-3.3-.3-.5a9.5 9.5 0 01-.9-2.1l-.1-.5L4 19.4v-2.8l3.4-1 .2-.5a8.78 8.78 0 01.9-2.2l.3-.5-1.7-3.3 2-2 3.2 1.8.5-.3a8.78 8.78 0 012.2-.9l.5-.2.5-1.59V3h5.15a1.64 1.64 0 00-1.45-1h-3.4a1.4 1.4 0 00-1.4 1.2L14 6a4.37 4.37 0 00-1.6.6L9.8 5.2a1.68 1.68 0 00-1.9.3L5.5 7.9a1.68 1.68 0 00-.3 1.9l1.3 2.5c-.2.5-.4 1.1-.6 1.6l-2.8.9A1.64 1.64 0 002 16.3v3.4a1.59 1.59 0 001.2 1.5l2.8.9.6 1.5-1.4 2.6a1.68 1.68 0 00.3 1.9l2.4 2.4a1.68 1.68 0 001.9.3l2.6-1.4 1.5.6.9 2.9a1.64 1.64 0 001.5 1.1h3.4a1.64 1.64 0 001.5-1.1l.9-2.9 1.5-.6 2.6 1.4a1.68 1.68 0 001.9-.3l2.4-2.4a1.68 1.68 0 00.3-1.9l-1.4-2.6.6-1.5 2.9-.9a1.64 1.64 0 001.1-1.5v-3.4a1.71 1.71 0 00-1.2-1.6z"/><path class="bfvmw-color-blue" d="M26 .71V5h-8v7h8v4.2a.78.78 0 001.34.53l7.84-8.27L27.34.18A.78.78 0 0026 .71z"/></svg><view id="export-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="export-line-" y="1216"><defs><style>.bgvmw-color-theme{fill:#565656}.bgpath-size{opacity:0}</style></defs><path d="M6 13.61h7.61V6H24v8.38h2V6a2 2 0 00-2-2H10.87L4 10.87V30a2 2 0 002 2h18a2 2 0 002-2H6zm0-1.92L11.69 6H12v6H6z"/><path d="M28.32 16.35a1 1 0 00-1.41 1.41L30.16 21H18a1 1 0 000 2h12.19l-3.28 3.28a1 1 0 101.41 1.41L34 22z"/><path class="bgpath-size" d="M0 0h36v36H0z"/></svg><view id="fan" 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="fan-" y="1254"><defs><style>.bhvmw-color-theme{fill:#565656}</style></defs><g id="bhLayer_5" data-name="Layer 5"><path d="M17.81 10.78a12.89 12.89 0 01.73 4.22h.37a4 4 0 011.64.36 15.08 15.08 0 00-.87-5.22c-.13-.35-.3-.73-.48-1.15-.53-1.18-1.26-2.8-.89-3.73a1.61 1.61 0 011-.84 6.07 6.07 0 014.91.37 6.26 6.26 0 013.32 4.18c1.1 4.62-4.16 7.76-4.39 7.89s-.41.22-.65.33a3.92 3.92 0 01.46 1.81v.17a10.72 10.72 0 001.22-.58c2.52-1.47 6.47-5.25 5.33-10.08A8.21 8.21 0 0025.07 3a8.07 8.07 0 00-6.59-.43 3.53 3.53 0 00-2 1.94c-.68 1.72.21 3.7.92 5.29.14.32.29.67.41.98zM33.28 24.38c-1.15-1.44-3.31-1.66-5-1.84-.4 0-.78-.08-1.11-.14a13.21 13.21 0 01-4.59-1.81 4 4 0 01-1.28 1.56 15.53 15.53 0 005.55 2.23c.36.06.78.1 1.23.15 1.29.13 3.05.31 3.67 1.09a1.59 1.59 0 01.25 1.25 6 6 0 01-2.79 4.07 6.19 6.19 0 01-5.26.79c-4.55-1.36-4.63-7.49-4.63-7.75a9 9 0 01.09-1.09 3.41 3.41 0 01-.46.05 3.82 3.82 0 01-1.52-.31 9.67 9.67 0 00-.15 1.37c0 2.92 1.3 8.23 6 9.66a8.52 8.52 0 002.38.35 8.3 8.3 0 004.56-1.39 8 8 0 003.67-5.5 3.52 3.52 0 00-.61-2.74zM4.58 15.76A8.24 8.24 0 002 22.29a8.07 8.07 0 002.92 5.93 3.7 3.7 0 002.24.83 3.57 3.57 0 00.46 0c1.83-.27 3.1-2 4.12-3.44.23-.33.46-.64.67-.9a13.16 13.16 0 013.63-2.94 4 4 0 01-1-1.75 15.1 15.1 0 00-4.19 3.42c-.23.29-.48.63-.75 1-.73 1.01-1.77 2.44-2.76 2.56a1.57 1.57 0 01-1.2-.4A6.08 6.08 0 014 22.18a6.28 6.28 0 012-5 5.67 5.67 0 014-1.52 11.37 11.37 0 015 1.38l.3.2a4.12 4.12 0 011.28-1.56c-.2-.14-.4-.26-.59-.37-2.55-1.42-7.8-2.96-11.41.45z"/><circle cx="18.91" cy="18.94" r="2"/></g></svg><view id="file-line" viewBox="0 1292 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bivmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="file-line-" y="1292"><defs><style>.bivmw-color-theme{fill:#565656}.bipath-size{opacity:0}</style></defs><path d="M21.89 4H7.83A1.88 1.88 0 006 5.91v24.18A1.88 1.88 0 007.83 32h20.34A1.88 1.88 0 0030 30.09V11.92zm-.3 2.49l6 5.9h-6zM8 30V6h12v8h8v16z"/><path class="bipath-size" d="M0 0h36v36H0z"/></svg><view id="filebrowser-move" viewBox="0 1330 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bjvmw-color-theme" id="filebrowser-move-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="1330"><defs><style>.bjvmw-color-theme{fill:#565656}.bjpath-size{fill:none}</style></defs><path d="M20.31 27.68L29.92 18l-9.61-9.64a1 1 0 00-1.77.4 1 1 0 00.38 1L26.11 17H7a1 1 0 000 2h19.11l-7.19 7.25a1 1 0 001.42 1.41z"/><path class="bjpath-size" d="M0 0h36v36H0z"/></svg><view id="folder" viewBox="0 1368 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bkvmw-color-theme" id="folder-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="1368"><defs><style>.bkvmw-color-theme{fill:#565656}.bkpath-size{fill:none}</style></defs><path d="M30 10H16.42l-2.31-3.18A2 2 0 0012.49 6H6a2 2 0 00-2 2v22a2 2 0 002 2h24a2 2 0 002-2V12a2 2 0 00-2-2zm0 20H6V14h7.31a2 2 0 002-2H6V8h6.49l2.61 3.59a1 1 0 00.81.41H30z"/><path class="bkpath-size" d="M0 0h36v36H0z"/></svg><view id="folder-add" viewBox="0 1406 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="blvmw-color-theme" id="folder-add-" data-name="Layer 2" width="38" height="38" viewBox="-1 -1 38 38" y="1406"><defs><style>.blpath-size{fill:none}.blvmw-color-theme{fill:#565656}.blvmw-color-green{fill:#59a011}</style></defs><path class="blpath-size" d="M0 0h36v36H0z"/><path class="blvmw-color-theme" d="M30 30H6V14h7.31a2 2 0 002-2H6V8h6.49l2.61 3.59a1 1 0 00.81.41H18v-2h-1.58l-2.31-3.18A2 2 0 0012.49 6H6a2 2 0 00-2 2v22a2 2 0 002 2h24a2 2 0 002-2V18h-2z"/><path class="blvmw-color-green" d="M36 6h-6V0h-4v6h-6v4h6v6h4v-6h6V6z"/></svg><view id="ftEnabled" 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="ftEnabled-" y="1444"><defs><style>.bmvmw-color-theme{fill:#565656}</style></defs><g id="bmLayer_2" data-name="Layer 2"><path d="M5 29a1 1 0 01-1-1V13a1 1 0 011-1h3V5a1 1 0 011-1h15a1 1 0 010 2H10v7a1 1 0 01-1 1H6v14a1 1 0 01-1 1z"/><path d="M31 12h-5V9a1 1 0 00-1-1H13a1 1 0 00-1 1v7H9a1 1 0 00-1 1v12a1 1 0 001 1h12a1 1 0 001-1v-3h9a1 1 0 001-1V13a1 1 0 00-1-1zm-17-2h10v2h-5a1 1 0 00-1 1v3h-4zm6 18H10V18h10zm10-4h-8v-7a1 1 0 00-1-1h-1v-2h10z"/></g></svg><view id="guest-cluster" viewBox="0 1482 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bnvmw-color-theme" id="guest-cluster-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="1482"><defs><style>.bnvmw-color-theme{fill:#565656}.bnpath-size{fill:none}</style></defs><path d="M10.5 34.29L2 29.39v-9.81l8.5-4.9 8.5 4.9v9.81zM4 28.23L10.5 32l6.5-3.77v-7.49L10.5 17 4 20.74z"/><path d="M25.5 34.29l-8.5-4.9v-9.81l8.5-4.9 8.5 4.9v9.81zM19 28.23L25.5 32l6.5-3.77v-7.49L25.5 17 19 20.74z"/><path d="M18 21.32l-8-4.9V6.61l8-4.9 8 4.9v9.81zm-6.12-6.06L18 19l6.12-3.75V7.77L18 4l-6.12 3.77z"/><path class="bnpath-size" d="M0 0h36v36H0z"/></svg><view id="help" viewBox="0 1520 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bovmw-color-theme" id="help-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="1520"><defs><style>.bovmw-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"/><circle cx="18" cy="26" r="2"/><path d="M18 22a1 1 0 01-1-1v-3.5h1a4 4 0 10-4-4 1 1 0 01-2 0 6 6 0 117 5.92V21a1 1 0 01-1 1z"/></svg><view id="help-info-line" 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="help-info-line-" y="1558"><defs><style>.bpvmw-color-theme{fill:#565656}.bppath-size{opacity:0}</style></defs><path d="M25.39 25.45a1 1 0 00-1.38.29c-1.41 2.16-4 4.81-6.31 5.7s-4.12.57-4.84 0c-.31-.27-1.12-1-.43-3.49.46-1.66 3.32-9.48 4-11.38l-2.18.28c-.69 1.86-3.29 8.84-3.76 10.58-.68 2.49-.34 4.3 1.09 5.56A5.59 5.59 0 0015 34a9.53 9.53 0 003.45-.7c2.79-1.09 5.72-4.12 7.26-6.47a1 1 0 00-.32-1.38z" class="bpclr-i-outline bpclr-i-outline-path-1"/><path d="M19.3 11a4.5 4.5 0 10-4.5-4.5 4.5 4.5 0 004.5 4.5zm0-7a2.5 2.5 0 11-2.5 2.5A2.5 2.5 0 0119.3 4z" class="bpclr-i-outline bpclr-i-outline-path-2"/><path d="M11.81 15c.06 0 6.27-.82 7.73-1 .65-.1 1.14 0 1.3.15s.21.8-.07 1.68c-.61 1.86-3.69 11-4.59 13.71a8 8 0 001.29-.38 7.32 7.32 0 001.15-.6c1.23-3.56 3.53-10.46 4.05-12.04s.39-2.78-.3-3.6a3.16 3.16 0 00-3.08-.83c-1.43.15-7.47.94-7.73 1a1 1 0 00.26 2z"/><path class="bppath-size" d="M0 0h36v36H0z"/></svg><view id="home" viewBox="0 1596 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bqvmw-color-theme" id="home-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="1596"><defs><style>.bqvmw-color-theme{fill:#565656}.bqpath-size{fill:none}</style></defs><path class="bqpath-size" d="M0 0h36v36H0z"/><path d="M31 34h-8a1 1 0 01-1-1V22h-8v11a1 1 0 01-1 1H5a1 1 0 01-1-1V13a1 1 0 01.39-.79l13-10a1 1 0 011.21 0l13 9.85a1 1 0 01.4.8V33a1 1 0 01-1 1zm-7-2h6V13.35L18 4.26 6 13.49V32h6V21a1 1 0 011-1h10a1 1 0 011 1z"/></svg><view id="host" viewBox="0 1634 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="brvmw-color-theme" id="host-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="1634"><defs><style>.brvmw-color-theme{fill:#565656}.brpath-size{fill:none}</style></defs><path d="M26.65 2H9.35A1.33 1.33 0 008 3.31V34h20V3.31A1.33 1.33 0 0026.65 2zM26 32H10V4h16z"/><path d="M12 6h12v2H12zM12 10h12v2H12zM18 26a1 1 0 11-1 1 1 1 0 011-1m0-2a3 3 0 103 3 3 3 0 00-3-3z"/><path class="brpath-size" d="M0 0h36v36H0z"/></svg><view id="host-drs-group" 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="host-drs-group-" y="1672"><defs><style>.bsvmw-color-theme{fill:#565656}</style></defs><g id="bsLayer_4" data-name="Layer 4"><path d="M6 6.4h4v1.2H6zM16 6.4h4v1.2h-4zM26 6.4h4v1.2h-4z"/><path d="M32 2H4a2 2 0 00-2 2v17a1 1 0 001 1h1V4h8v4h2V4h8v18h10.5a1.5 1.5 0 001.5-1.5V4a2 2 0 00-2-2zm0 18h-8V4h8z"/><path d="M18 34H8a2 2 0 01-2-2V12a2 2 0 012-2h10a2 2 0 012 2v20a2 2 0 01-2 2zM8 12v20h10V12z"/><circle cx="12.97" cy="28.96" r="1.29"/><path d="M10 14.2h6v1.6h-6z"/></g></svg><view id="host-enter-quarantine" viewBox="0 1710 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="btvmw-color-theme" id="host-enter-quarantine-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="1710"><defs><style>.btvmw-color-theme{fill:#565656}.btpath-size{fill:none}.btvmw-color-red{fill:#f84e30}.btvmw-color-yellow-light{fill:#fac400}</style></defs><path class="btvmw-color-theme" d="M12 6h12v2H12zM12 10h12v2H12z"/><path class="btpath-size" d="M0 0h36v36H0z"/><path class="btvmw-color-theme" d="M20.11 32h-1.32a10.82 10.82 0 01-1.32 2h4.67zM9 16c.34 0 .67 0 1 .05V4h16v13.08h.24a2.76 2.76 0 011.76.62V3.31A1.34 1.34 0 0026.65 2H9.35A1.34 1.34 0 008 3.31v12.74c.33-.05.66-.05 1-.05z"/><path class="btvmw-color-red" d="M25.7 34.7L17.89 27l7.81-7.72a.77.77 0 011.3.51V24h7v6h-7v4.2a.76.76 0 01-1.3.5z"/><path class="btvmw-color-theme" d="M9 17.92a9 9 0 00-9 9h9z"/><path class="btvmw-color-yellow-light" d="M18 26.92a9 9 0 00-9-9v9zM9 35.92v-9H0a9 9 0 009 9z"/><path class="btvmw-color-theme" d="M9 35.92a9 9 0 009-9H9z"/></svg><view id="host-error" viewBox="0 1748 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="buvmw-color-theme" id="host-error-" data-name="Layer 2" width="38" height="38" viewBox="-1 -1 38 38" y="1748"><defs><style>.buvmw-color-theme{fill:#565656}.bupath-size{fill:none}.buvmw-color-red{fill:#f84e30}</style></defs><path class="buvmw-color-theme" d="M15 27a3 3 0 103-3 3 3 0 00-3 3zm4 0a1 1 0 11-1-1 1 1 0 011 1z"/><path class="bupath-size" d="M0 0h36v36H0z"/><path class="buvmw-color-theme" d="M16.05 10H12v2h4.43a10.39 10.39 0 01-.38-2zM16.43 6H12v2h4.05a12.17 12.17 0 01.38-2z"/><path class="buvmw-color-theme" d="M27 20a6.63 6.63 0 01-1 0v12H10V4h7.23a10.93 10.93 0 011.31-2H9.35A1.34 1.34 0 008 3.31V34h20V20z"/><path class="buvmw-color-red" d="M27 0a9 9 0 109 9 9 9 0 00-9-9zm1 14h-2v-2h2zm0-4h-2V4h2z"/></svg><view id="host-exit-quarantine" viewBox="0 1786 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bvvmw-color-theme" id="host-exit-quarantine-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="1786"><defs><style>.bvvmw-color-theme{fill:#565656}.bvpath-size{fill:none}.bvvmw-color-green{fill:#59a011}.bvvmw-color-yellow-light{fill:#fac400}</style></defs><path class="bvvmw-color-theme" d="M12 6h12v2H12zM12 10h12v2H12z"/><path class="bvpath-size" d="M0 0h36v36H0z"/><path class="bvvmw-color-theme" d="M9 16c.34 0 .67 0 1 .05V4h16v13.7a2.76 2.76 0 011.76-.64H28V3.31A1.34 1.34 0 0026.65 2H9.35A1.34 1.34 0 008 3.31v12.74c.33-.05.66-.05 1-.05zM25 32h-6.21a11.17 11.17 0 01-1.32 2H25z"/><path class="bvvmw-color-green" d="M28.3 34.7l7.81-7.7-7.81-7.72a.77.77 0 00-1.3.51V24h-7v6h7v4.2a.76.76 0 001.3.5z"/><path class="bvvmw-color-theme" d="M9 17.92a9 9 0 00-9 9h9z"/><path class="bvvmw-color-yellow-light" d="M18 26.92a9 9 0 00-9-9v9zM9 35.92v-9H0a9 9 0 009 9z"/><path class="bvvmw-color-theme" d="M9 35.92a9 9 0 009-9H9z"/></svg><view id="host-maintenance" viewBox="0 1824 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bwvmw-color-theme" id="host-maintenance-" 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}.bwvmw-color-yellow{fill:#fac400}</style></defs><path d="M26.65 2H9.35A1.33 1.33 0 008 3.31V34h20V3.31A1.33 1.33 0 0026.65 2zM26 32H10V4h16z"/><path d="M12 6h12v2H12zM12 10h12v2H12zM18 26a1 1 0 11-1 1 1 1 0 011-1m0-2a3 3 0 103 3 3 3 0 00-3-3z"/><path class="bwpath-size" d="M0 0h36v36H0z"/><path d="M6.57 14H2v8l4.57-8z"/><path class="bwvmw-color-yellow" d="M11.16 14H6.59l-4.57 8h4.57l4.57-8z"/><path d="M15.73 14h-4.57l-4.57 8h4.57l4.57-8z"/><path class="bwvmw-color-yellow" d="M20.3 14h-4.57l-4.57 8h4.57l4.57-8z"/><path d="M24.86 14H20.3l-4.57 8h4.57l4.56-8z"/><path class="bwvmw-color-yellow" d="M29.43 14h-4.57l-4.56 8h4.56l4.57-8z"/><path d="M34 14h-4.57l-4.57 8h4.57L34 14z"/><path class="bwvmw-color-yellow" d="M33.98 14l-4.57 8h4.57v-8z"/></svg><view id="host-shutdown" viewBox="0 1862 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="bxvmw-color-theme" id="host-shutdown-" data-name="Layer 2" width="38" height="38" viewBox="-1 -1 38 38" y="1862"><defs><style>.bxpath-size{fill:none}.bxvmw-color-theme{fill:#565656}.bxvmw-color-red{fill:#f84e30}</style></defs><path class="bxpath-size" d="M0 0h36v36H0z"/><path class="bxvmw-color-theme" d="M15 27a3 3 0 103-3 3 3 0 00-3 3zm4 0a1 1 0 11-1-1 1 1 0 011 1zM12 10h8v2h-8zM12 6h8v2h-8z"/><path class="bxvmw-color-theme" d="M26 16v16H10V4h10V2H9.35A1.34 1.34 0 008 3.31V34h20V16z"/><path class="bxvmw-color-red" d="M22 0h14v14H22z"/></svg><view id="host-warning" viewBox="0 1900 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="byvmw-color-theme" id="host-warning-" data-name="Layer 2" width="38" height="38" viewBox="-1 -1 38 38" y="1900"><defs><style>.bypath-size{fill:none}.byvmw-color-theme{fill:#565656}.byvmw-color-yellow{fill:#b68300}.byvmw-color-yellow-bright{fill:#ffe02c}.byvmw-color-charcoal{fill:#454545}</style></defs><path class="bypath-size" d="M0 0h36v36H0z"/><path class="byvmw-color-theme" d="M18 30a3 3 0 10-3-3 3 3 0 003 3zm0-4a1 1 0 11-1 1 1 1 0 011-1zM15.39 10H12v2h2.23l1.16-2zM17.7 6H12v2h4.55l1.15-2z"/><path class="byvmw-color-theme" d="M26 22.14V32H10V4h8.85l1.09-1.88L20 2H9.35A1.34 1.34 0 008 3.31V34h20V22.14z"/><path class="byvmw-color-yellow" d="M25 1.19a3.84 3.84 0 00-3.35 1.93l-6.36 11.05a4.07 4.07 0 00-.16 3.93 3.79 3.79 0 003.4 2h12.76a4 4 0 003.41-1.7 3.81 3.81 0 00.14-4.09L28.36 3.12A3.82 3.82 0 0025 1.19z"/><path class="byvmw-color-yellow-bright" d="M25 3.19a1.85 1.85 0 011.61.93L33 15.23a1.94 1.94 0 01-1.68 2.91H18.67a1.94 1.94 0 01-1.93-1.95 1.89 1.89 0 01.26-1l6.41-11.07A1.83 1.83 0 0125 3.19"/><rect class="byvmw-color-charcoal" x="24" y="14" width="2" height="2" rx=".08"/><rect class="byvmw-color-charcoal" x="24" y="6" width="2" height="6" rx=".08"/></svg><view id="host-witness" viewBox="0 1938 38 38"/><svg xmlns="http://www.w3.org/2000/svg" id="host-witness-" data-name="Layer 1" class="bzvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" y="1938"><defs><style>.bzpath-size{fill:none}.bzvmw-color-theme{fill:#565656}</style></defs><path class="bzpath-size" d="M0 0h36v36H0z"/><path class="bzvmw-color-theme" d="M12 6h12v2H12zm0 4h12v2H12z"/><path class="bzvmw-color-theme" d="M28 3.31a1.3 1.3 0 00-.11-.51 1.37 1.37 0 00-.29-.42 1.4 1.4 0 00-.44-.29 1.48 1.48 0 00-.51-.09H9.35a1.48 1.48 0 00-.51.09 1.4 1.4 0 00-.44.29 1.37 1.37 0 00-.29.42 1.3 1.3 0 00-.11.51V34h20zM10 4h16v28H10z"/><path class="bzvmw-color-theme" d="M18.17 30.51a10.21 10.21 0 01-8.5-5L9.34 25l.36-.5a10.05 10.05 0 018.13-4.39 10.23 10.23 0 018.5 5l.33.52-.36.5a10.05 10.05 0 01-8.13 4.38zm-6.63-5.41a8.21 8.21 0 006.63 3.61 8.16 8.16 0 006.29-3.15A8.21 8.21 0 0017.83 22a8.16 8.16 0 00-6.29 3.1z"/><path class="bzvmw-color-theme" d="M18 28.27a3 3 0 113-2.95 3 3 0 01-3 2.95zM18 24a1.36 1.36 0 101.36 1.36A1.36 1.36 0 0018 24z"/></svg><view id="host-witness-error" viewBox="0 1976 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cavmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="host-witness-error-" y="1976"><defs><style>.capath-size{fill:none}.cavmw-color-theme{fill:#565656}.cavmw-color-red{fill:#f84e30}</style></defs><g id="caLayer_1" data-name="Layer 1"><path class="capath-size" d="M0 0h36v36H0z"/><path class="cavmw-color-theme" d="M18.17 30.51a10.21 10.21 0 01-8.5-5L9.34 25l.36-.5a10.05 10.05 0 018.13-4.39 10.23 10.23 0 018.5 5l.33.52-.36.5a10.05 10.05 0 01-8.13 4.38zm-6.63-5.41a8.21 8.21 0 006.63 3.61 8.16 8.16 0 006.29-3.15A8.21 8.21 0 0017.83 22a8.16 8.16 0 00-6.29 3.1z"/><path class="cavmw-color-theme" d="M18 28.27a3 3 0 113-2.95 3 3 0 01-3 2.95zM18 24a1.36 1.36 0 101.36 1.36A1.36 1.36 0 0018 24z"/></g><g id="caLayer_2" data-name="Layer 2"><path class="cavmw-color-theme" d="M27 20c-.34 0-.67 0-1-.05V32H10V4h7.23a10.6 10.6 0 011.31-2H9.35a1.48 1.48 0 00-.51.09 1.4 1.4 0 00-.44.29 1.37 1.37 0 00-.29.42 1.3 1.3 0 00-.11.51V34h20V20h-1z"/><path class="cavmw-color-theme" d="M16.43 6H12v2h4.05a12 12 0 01.38-2zM16.05 10H12v2h4.43a10.24 10.24 0 01-.38-2z"/><path class="cavmw-color-red" d="M27 0a9 9 0 109 9 9 9 0 00-9-9zm1 14h-2v-2h2zm0-4h-2V4h2z"/></g></svg><view id="host-witness-maintenance" viewBox="0 2014 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cbvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="host-witness-maintenance-" y="2014"><defs><style>.cbpath-size{fill:none}.cbvmw-color-theme{fill:#565656}.cbvmw-color-yellow-bright{fill:#ffe02c}</style></defs><g id="cbLayer_1" data-name="Layer 1"><path class="cbpath-size" d="M0 0h36v36H0z"/><path class="cbvmw-color-theme" d="M12 6h12v2H12zm0 4h12v2H12zM18 28.27a3 3 0 113-2.95 3 3 0 01-3 2.95zM18 24a1.36 1.36 0 101.36 1.36A1.36 1.36 0 0018 24z"/></g><g id="cbLayer_2" data-name="Layer 2"><path class="cbvmw-color-theme" d="M23.39 22h-4.74a8.31 8.31 0 015.81 3.56 8.16 8.16 0 01-6.29 3.15 8.21 8.21 0 01-6.63-3.61A8.29 8.29 0 0117 22h-4.77a11.09 11.09 0 00-2.53 2.54l-.36.5.33.51a10.21 10.21 0 008.5 5 10.05 10.05 0 008.13-4.39l.36-.5-.33-.52A11.32 11.32 0 0023.39 22zM10 12V4h16v8h2V3.31a1.3 1.3 0 00-.11-.51 1.37 1.37 0 00-.29-.42 1.4 1.4 0 00-.44-.29 1.48 1.48 0 00-.51-.09H9.35a1.48 1.48 0 00-.51.09 1.4 1.4 0 00-.44.29 1.37 1.37 0 00-.29.42 1.3 1.3 0 00-.11.51V12z"/><path class="cbvmw-color-theme" d="M26 22v10H10V22H8v12h20V22h-2z"/><path d="M6.57 14H2v6l4.57-6z"/><path class="cbvmw-color-yellow-bright" d="M11.16 14H6.59l-4.57 6h4.57l4.57-6z"/><path d="M15.73 14h-4.57l-4.57 6h4.57l4.57-6z"/><path class="cbvmw-color-yellow-bright" d="M20.3 14h-4.57l-4.57 6h4.57l4.57-6z"/><path d="M24.86 14H20.3l-4.57 6h4.57l4.56-6z"/><path class="cbvmw-color-yellow-bright" d="M29.43 14h-4.57l-4.56 6h4.56l4.57-6z"/><path d="M34 14h-4.57l-4.57 6h4.57L34 14z"/><path class="cbvmw-color-yellow-bright" d="M33.98 14l-4.57 6h4.57v-6z"/></g></svg><view id="host-witness-warning" 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="host-witness-warning-" y="2052"><defs><style>.ccpath-size{fill:none}.ccvmw-color-theme{fill:#565656}.ccvmw-color-yellow{fill:#b68300}.ccvmw-color-yellow-bright{fill:#ffe02c}.ccvmw-color-charcoal{fill:#454545}</style></defs><g id="ccLayer_1" data-name="Layer 1"><path class="ccpath-size" d="M0 0h36v36H0z"/><path class="ccvmw-color-theme" d="M18 28.27a3 3 0 113-2.95 3 3 0 01-3 2.95zM18 24a1.36 1.36 0 101.36 1.36A1.36 1.36 0 0018 24z"/></g><g id="ccLayer_2" data-name="Layer 2"><path class="ccvmw-color-theme" d="M17.7 6H12v2h4.55l1.15-2zM15.39 10H12v2h2.23l1.16-2z"/><path class="ccvmw-color-theme" d="M26 22.14V32H10V4h8.85l1.09-1.88L20 2H9.35a1.48 1.48 0 00-.51.09 1.4 1.4 0 00-.44.29 1.37 1.37 0 00-.29.42 1.3 1.3 0 00-.11.51V34h20V22.14z"/><path class="ccvmw-color-theme" d="M23.6 22.14h-4.14a8.46 8.46 0 015 3.42 8.16 8.16 0 01-6.29 3.15 8.21 8.21 0 01-6.63-3.61 8.29 8.29 0 015.7-3.1 5.74 5.74 0 01-2.53-1.28 10.58 10.58 0 00-5 3.84l-.36.5.33.51a10.21 10.21 0 008.5 5 10.05 10.05 0 008.13-4.39l.36-.5-.33-.52a11.58 11.58 0 00-2.74-3.02z"/><path class="ccvmw-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="ccvmw-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="ccvmw-color-charcoal" d="M24 14h2v2h-2zM24 6h2v6h-2z"/></g></svg><view id="hostEdit" viewBox="0 2090 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cdvmw-color-theme" id="hostEdit-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="2090"><defs><style>.cdvmw-color-theme{fill:#565656}.cdpath-size{fill:none}</style></defs><path class="cdpath-size" d="M0 0h36v36H0z"/><path d="M12 10h12v2H12zM12 6h12v2H12zM8 31.49V34h2.48L8 31.49zM21 27a3 3 0 00-3-3 2.42 2.42 0 00-.47.05L21 27.49a2.63 2.63 0 000-.49z"/><path d="M26.65 2H9.35A1.33 1.33 0 008 3.31v11.14l2 2V4h16v28h-3.44l.37 1.61v.34h5V3.31A1.33 1.33 0 0026.65 2z"/><path d="M.55 18.83a1.61 1.61 0 000 2.28L14.2 34.92 19.05 36H19.73A1.61 1.61 0 0021 34.06l-1.11-4.81-13.7-13.79a1.61 1.61 0 00-2.28 0L.55 18.83zm4.38 3.85l2.82-2.82 10.3 10.39.85 3.63-3.66-.81zM2.24 20l2.83-2.84 1.55 1.58-2.82 2.81z"/></svg><view id="hostPowerOn" viewBox="0 2128 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cevmw-color-theme" id="hostPowerOn-" data-name="Layer 2" 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:#60a644}</style></defs><path class="cepath-size" d="M0 0h36v36H0z"/><path class="cevmw-color-theme" d="M15 27a3 3 0 103-3 3 3 0 00-3 3zm4 0a1 1 0 11-1-1 1 1 0 011 1zM12 10h7v2h-7zM12 6h7v2h-7z"/><path class="cevmw-color-theme" d="M26 16.72V32H10V4h9V2H9.34A1.33 1.33 0 008 3.31V34h20V15.61z"/><path class="cevmw-color-green" d="M35.41 7.2l-12.7-7a1.15 1.15 0 00-1.56.44 1.12 1.12 0 00-.15.56v14.06a1.15 1.15 0 001.15 1.15 1.33 1.33 0 00.56-.15l12.7-7.06a1.15 1.15 0 00.43-1.57 1.11 1.11 0 00-.43-.43z"/></svg><view id="hostQuarantine" viewBox="0 2166 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cfvmw-color-theme" id="hostQuarantine-" 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}.cfvmw-color-yellow-light{fill:#fac400}</style></defs><path class="cfvmw-color-theme" d="M12 6h12v2H12zM12 10h12v2H12z"/><path class="cfpath-size" d="M0 0h36v36H0z"/><path class="cfvmw-color-theme" d="M26.65 2H9.35A1.34 1.34 0 008 3.31v12.74c.33 0 .66-.05 1-.05s.67 0 1 .05V4h16v28h-7.21a11.63 11.63 0 01-1.3 2H28V3.31A1.34 1.34 0 0026.65 2z"/><path class="cfvmw-color-theme" d="M9 17.92a9 9 0 00-9 9h9z"/><path class="cfvmw-color-yellow-light" d="M18 26.92a9 9 0 00-9-9v9zM9 35.92v-9H0a9 9 0 009 9z"/><path class="cfvmw-color-theme" d="M9 35.92a9 9 0 009-9H9z"/></svg><view id="hostStandby" viewBox="0 2204 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cgvmw-color-theme" id="hostStandby-" data-name="Layer 2" width="38" height="38" viewBox="-1 -1 38 38" y="2204"><defs><style>.cgvmw-color-theme{fill:#565656}.cgpath-size{fill:none}.cgvmw-color-blue{fill:#0091da}</style></defs><path class="cgvmw-color-theme" d="M18 26a1 1 0 11-1 1 1 1 0 011-1m0-2a3 3 0 103 3 3 3 0 00-3-3z"/><path class="cgpath-size" d="M0 0h36v36H0z"/><path class="cgvmw-color-theme" d="M20.32 10H12v2h9a9.44 9.44 0 01-.68-2zM20.31 6H12v2h8.11a10.36 10.36 0 01.2-2z"/><path class="cgvmw-color-theme" d="M26 17.11V32H10V4h10.94a10.72 10.72 0 01.54-1.07 9.5 9.5 0 01.63-.93H9.35A1.34 1.34 0 008 3.31V34h20V17.75a9.92 9.92 0 01-2-.64z"/><path class="cgvmw-color-blue" d="M30.16 8a8 8 0 014-6.89 8 8 0 100 13.78 8 8 0 01-4-6.89z"/></svg><view id="host_profile_association" viewBox="0 2242 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="chvmw-color-theme" id="host_profile_association-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="2242"><defs><style>.chvmw-color-theme{fill:#565656}.chpath-size{fill:none}</style></defs><path d="M6 6h12v2H6zM6 10h12v2H6z"/><path class="chpath-size" d="M0 0h36v36H0z"/><path d="M10.1 32H4V4h16v12h1a4.8 4.8 0 011 .12V3.31A1.33 1.33 0 0020.65 2H3.35A1.33 1.33 0 002 3.31V34h9a4.84 4.84 0 01-.9-2z"/><path d="M26 30.24V31a1 1 0 01-1 1h-7v-2h2.18a3 3 0 01-.18-1v-1h-4v4h-1a1 1 0 01-1-1V20h9.82A3 3 0 0021 18H11a3 3 0 00-3 3v1h2v-1a1 1 0 011-1h1v11a3 3 0 003 3h10a3 3 0 002.8-2z"/><path d="M23 30a1 1 0 01-1-1v-7h7a1 1 0 010 2h-5v5a1 1 0 01-1 1z"/><path d="M33 34a1 1 0 01-.71-.29l-10-10a1 1 0 011.42-1.42l10 10a1 1 0 010 1.42A1 1 0 0133 34z"/></svg><view id="hybrid-management" viewBox="0 2280 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="civmw-color-theme" id="hybrid-management-" 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 d="M22 16h6v6h-6zM16 22h6v6h-6zM8 24H4V10h6V4h14v4h2V3a1 1 0 00-1-1H9a1 1 0 00-1 1v5H3a1 1 0 00-1 1v16a1 1 0 001 1h5z"/><path d="M27 34H11a1 1 0 01-1-1V17a1 1 0 011-1h5v-5a1 1 0 011-1h16a1 1 0 011 1v16a1 1 0 01-1 1h-5v5a1 1 0 01-1 1zm-15-2h14v-6h6V12H18v6h-6z"/><path class="cipath-size" d="M0 0h36v36H0z"/></svg><view id="image-profile" viewBox="0 2318 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cjvmw-color-theme" id="image-profile-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="2318"><defs><style>.cjvmw-color-theme{fill:#565656}.cjpath-size{fill:none}</style></defs><path class="cjpath-size" d="M0 0h36v36H0z"/><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="M18 23a5 5 0 115-5 5 5 0 01-5 5zm0-8a3 3 0 103 3 3 3 0 00-3-3zM8 19a1 1 0 01-1-1A11 11 0 0118 7a1 1 0 010 2 9 9 0 00-9 9 1 1 0 01-1 1zM18 29a1 1 0 010-2 9 9 0 009-9 1 1 0 012 0 11 11 0 01-11 11z"/></svg><view id="import-line" viewBox="0 2356 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="ckvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="import-line-" y="2356"><defs><style>.ckvmw-color-theme{fill:#565656}.ckpath-size{opacity:0}</style></defs><path d="M28 4H14.87L8 10.86V15h2v-1.39h7.61V6H28v24H8a2 2 0 002 2h18a2 2 0 002-2V6a2 2 0 00-2-2zm-12 8h-6v-.32L15.7 6h.3z"/><path d="M11.94 26.28a1 1 0 101.41 1.41L19 22l-5.68-5.68a1 1 0 00-1.41 1.41L15.2 21H3a1 1 0 100 2h12.23z"/><path class="ckpath-size" d="M0 0h36v36H0z"/></svg><view id="info-circle-info-standard" viewBox="0 2394 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="clvmw-color-theme" id="info-circle-info-standard-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="2394"><defs><style>.clvmw-color-theme{fill:#0072a3}</style></defs><path d="M18 27.07a1.3 1.3 0 01-1.3-1.3v-10a1.3 1.3 0 012.6 0v10a1.3 1.3 0 01-1.3 1.3z"/><path d="M18 34a16 16 0 1116-16 16 16 0 01-16 16zm0-30a14 14 0 1014 14A14 14 0 0018 4z"/><circle cx="18" cy="10" r="2"/></svg><view id="ingressEgressTraffic" viewBox="0 2432 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cmvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="ingressEgressTraffic-" y="2432"><defs><style>.cmvmw-color-theme{fill:#565656}</style></defs><g id="cmLayer_2" data-name="Layer 2"><path d="M28 10h-2V6a2 2 0 00-2-2H12a2 2 0 00-2 2v4h2V6h12v6h4v16H8v-4H6v6h24V12a2 2 0 00-2-2z"/><path d="M12.79 17.46a1 1 0 00-1.42 1.42L12.49 20H3.08a1 1 0 100 2h9.41l-1.12 1.12a1 1 0 000 1.41 1 1 0 00.71.29 1 1 0 00.71-.29L16.33 21zM5.69 9.46a1 1 0 011.42 1.42L6 12h9.4a1 1 0 010 2H6l1.12 1.12a1 1 0 010 1.41 1 1 0 01-.71.29 1 1 0 01-.71-.29L2.16 13z"/></g></svg><view id="ingressTraffic" viewBox="0 2470 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cnvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="ingressTraffic-" y="2470"><defs><style>.cnvmw-color-theme{fill:#565656}</style></defs><g id="cnLayer_2" data-name="Layer 2"><path d="M12.61 22.54A1 1 0 0014 24l5-5-5-4.95a1 1 0 00-1.41 0 1 1 0 000 1.41L15.15 18H3.42a1 1 0 000 2h11.73z"/><path d="M28 10h-2V6a2 2 0 00-2-2H12a2 2 0 00-2 2v4H8a2 2 0 00-2 2v4h2v-4h4V6h12v6h4v16H8v-6H6v8h24V12a2 2 0 00-2-2z"/></g></svg><view id="installVmwareTools" viewBox="0 2508 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="covmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="installVmwareTools-" y="2508"><defs><style>.covmw-color-theme{fill:#565656}</style></defs><g id="coLayer_2" data-name="Layer 2"><path d="M33.71 12.38l-4.09-4.09a1 1 0 00-.7-.29H24V6.05a2 2 0 00-1.93-2h-8.22A1.92 1.92 0 0012 6v2H7.07a1 1 0 00-.7.29L2.3 12.37a1 1 0 00-.3.72V26a2 2 0 002 2h15.75a3 3 0 01.83-1.62 2.86 2.86 0 01.48-.38H4v-8h10.54v2.77a1 1 0 001 1h4.8a1 1 0 001-1V18H34v-4.92a1 1 0 00-.29-.7zM14 6h8v2h-8zm5.34 13.77h-2.8v-4h2.8zM32 16H21.34v-1.23a1 1 0 00-1-1h-4.8a1 1 0 00-1 1V16H4v-2.5L7.5 10h21l3.5 3.5zM32 25.62A2.91 2.91 0 0133.75 27a2 2 0 00.25-1v-2h-2z"/><path d="M30.48 27.78l-2.54 2.55v-6.78c0-1.13.49-1.55 1.08-1.55h2.92v-2h-3a3 3 0 00-3 3v7.32l-2.53-2.54a1 1 0 00-1.41 0 1 1 0 000 1.41l4.24 4.24a1 1 0 00.7.29 1 1 0 00.71-.24l4.24-4.29a1 1 0 000-1.42 1 1 0 00-1.41.01z"/></g></svg><view id="installVmwareTools_1" viewBox="0 2546 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cpvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="installVmwareTools_1-" y="2546"><defs><style>.cpvmw-color-theme{fill:#565656}.cpvmw-color-blue{fill:#0091da}</style></defs><g id="cpLayer_2" data-name="Layer 2"><path d="M32 14v2H21.34v-1.23a1 1 0 00-1-1h-4.8a1 1 0 00-1 1V16H4v-2.5L7.5 10H26V8H14V6h7.09l1.85-1.75a1.84 1.84 0 00-.87-.25h-8.22A1.92 1.92 0 0012 6v2H7.07a1 1 0 00-.7.29L2.3 12.37a1 1 0 00-.3.72V26a2 2 0 002 2h28a2 2 0 002-2V14zm-15.46 1.77h2.8v4h-2.8zM32 26H4v-8h10.54v2.77a1 1 0 001 1h4.8a1 1 0 001-1V18H32z"/><path class="cpvmw-color-blue" d="M36 6L30 .33 24 6h4v6h4V6h4z"/></g></svg><view id="kubernetes" viewBox="0 2584 38 38"/><svg xmlns="http://www.w3.org/2000/svg" width="38" height="38" fill="none" viewBox="-1 -1 38 38" id="kubernetes-" y="2584"><defs><style>.cqvmw-color-theme{fill:#565656}</style></defs><path d="M17.787 1.353c-.3.015-.595.09-.866.22L5.097 7.221c-.62.296-1.07.856-1.223 1.521L.957 21.433a2.227 2.227 0 00.435 1.898l8.184 10.175c.43.534 1.08.844 1.768.844l13.124-.003c.688 0 1.338-.31 1.768-.842l8.18-10.177c.43-.534.59-1.232.438-1.898L31.932 8.74a2.246 2.246 0 00-1.223-1.521L18.884 1.572a2.277 2.277 0 00-1.097-.219z" stroke="#565656" stroke-width="1.3"/><path d="M17.904 5.672c-.39 0-.707.352-.707.786l.001.02c0 .059-.003.13-.001.181.01.25.064.442.097.673.06.494.109.903.078 1.284-.03.143-.136.275-.23.366l-.016.3a9.103 9.103 0 00-5.903 2.838 11.983 11.983 0 01-.256-.182c-.127.017-.254.056-.42-.04-.318-.214-.606-.508-.955-.863-.16-.17-.276-.33-.466-.494-.043-.037-.109-.088-.157-.126a.842.842 0 00-.493-.186.682.682 0 00-.564.25c-.244.305-.166.773.174 1.043l.01.008c.047.038.104.086.147.118.202.149.386.225.587.343.423.261.774.478 1.052.74.11.115.128.32.143.408l.226.202a9.158 9.158 0 00-1.444 6.385l-.296.086c-.078.1-.189.26-.304.307-.364.115-.774.157-1.269.209-.232.019-.433.007-.679.054-.054.01-.13.03-.189.044l-.006.001-.01.003c-.418.101-.686.485-.6.862.087.378.494.608.914.517l.01-.001.014-.005c.059-.012.132-.027.183-.04.242-.065.418-.16.635-.244.469-.168.856-.308 1.234-.363.158-.012.324.098.407.144l.309-.053a9.21 9.21 0 004.08 5.096l-.128.308c.047.12.098.282.063.4-.137.357-.372.733-.64 1.152-.13.194-.263.344-.38.566-.028.053-.063.134-.09.19-.182.39-.049.838.3 1.006.352.169.788-.01.977-.4l.002-.001v-.002c.027-.055.065-.128.087-.18.1-.23.134-.426.205-.648.187-.47.29-.964.548-1.272.07-.084.185-.116.305-.148l.16-.29a9.144 9.144 0 006.53.016c.046.08.13.234.152.272.121.04.254.06.361.22.193.33.325.719.486 1.19.07.222.105.419.206.648.022.053.06.126.087.182.189.391.627.57.979.4.349-.168.483-.616.3-1.005-.026-.056-.064-.137-.092-.19-.117-.222-.25-.371-.38-.565-.267-.419-.49-.767-.627-1.123-.057-.184.01-.298.055-.418-.027-.03-.084-.204-.118-.285a9.21 9.21 0 004.08-5.133l.302.053c.106-.07.204-.162.396-.146.378.054.766.195 1.234.363.218.083.393.18.635.244.051.014.125.027.183.04l.014.004.01.002c.42.09.828-.14.914-.517.086-.378-.182-.761-.6-.862-.06-.014-.146-.037-.205-.049-.246-.046-.446-.035-.679-.054-.494-.052-.904-.094-1.268-.209-.149-.057-.255-.234-.306-.307l-.286-.083a9.142 9.142 0 00-.148-3.304 9.16 9.16 0 00-1.326-3.065l.25-.225c.012-.127.003-.26.134-.401.278-.261.63-.478 1.052-.74.201-.118.387-.194.589-.343.045-.034.108-.087.155-.125.34-.271.418-.738.174-1.044-.243-.305-.716-.334-1.055-.063-.049.038-.114.088-.157.125-.19.164-.308.325-.468.495-.349.354-.637.65-.954.863-.137.08-.338.052-.43.047l-.268.192a9.275 9.275 0 00-5.875-2.838 17.045 17.045 0 01-.017-.316c-.092-.088-.203-.164-.231-.354-.031-.38.02-.79.08-1.284.033-.23.087-.422.097-.673.002-.057-.002-.14-.002-.201 0-.434-.317-.786-.707-.786zm-.886 5.489l-.21 3.712-.015.008a.624.624 0 01-.99.478l-.007.003-3.043-2.158a7.29 7.29 0 014.265-2.043zm1.774 0c1.61.198 3.1.927 4.24 2.044l-3.024 2.145-.01-.005a.625.625 0 01-.993-.476l-.003-.002-.21-3.706zm-7.143 3.43l2.779 2.485-.003.015a.623.623 0 01-.245 1.073l-.003.012-3.563 1.028a7.288 7.288 0 011.035-4.614zm12.492 0c.413.67.725 1.418.912 2.228.183.801.23 1.6.154 2.373l-3.581-1.031-.003-.016a.624.624 0 01-.245-1.072l-.002-.007 2.765-2.474zm-6.807 2.678h1.139l.708.884-.254 1.104-1.023.491-1.025-.492-.254-1.104.71-.884zm3.65 3.027a.627.627 0 01.144.01l.006-.007 3.686.623a7.298 7.298 0 01-2.95 3.706l-1.431-3.455.004-.006a.625.625 0 01.542-.871zm-6.189.015a.624.624 0 01.565.87l.01.013-1.415 3.42a7.328 7.328 0 01-2.941-3.68l3.653-.62.006.008a.631.631 0 01.122-.011zm3.087 1.498a.618.618 0 01.292.063.62.62 0 01.28.266h.013l1.801 3.254a7.482 7.482 0 01-.72.201 7.318 7.318 0 01-3.993-.206l1.796-3.248h.003a.625.625 0 01.528-.33z" class="cqvmw-color-theme" stroke-width=".3"/></svg><view id="library-publish" 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="library-publish-" y="2622"><defs><style>.crvmw-color-theme{fill:#565656}</style></defs><g id="crLayer_2" data-name="Layer 2"><path d="M16 12h4V7.82h4.02l-6-6-6 6H16V12zM27 18h-5v-3a1 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-1V19a1 1 0 00-1-1zm-15-2h8v2h-3a1 1 0 00-1 1v3h-4zm6 16h-8v-8h8zm8-4h-6v-5a1 1 0 00-1-1h-1v-2h8z"/></g></svg><view id="license" viewBox="0 2660 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="csvmw-color-theme" id="license-" 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" transform="rotate(-89.77 18.002 18)" d="M0 0h36v36H0z"/><path d="M20 34.34l3.2-3.19a9.14 9.14 0 01-1.75-1.08L20 31.52zM19.52 28H5a1 1 0 01-1-1V7a1 1 0 011-1h26a1 1 0 011 1v8.52a9 9 0 012 1.84V7a3 3 0 00-3-3H5a3 3 0 00-3 3v20a3 3 0 003 3h16.36a9 9 0 01-1.84-2zM30.8 31.15l3.2 3.19v-2.82l-1.45-1.45a9.14 9.14 0 01-1.75 1.08zM20 35h.41l-.41-.41V35zM34 35v-.41l-.41.41H34z"/><path d="M27 30a7 7 0 117-7 7 7 0 01-7 7zm0-12a5 5 0 105 5 5 5 0 00-5-5zM8 10h20v2H8zM8 14h10v2H8zM8 22h10v2H8z"/></svg><view id="license-unassigned" viewBox="0 2698 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="ctvmw-color-theme" id="license-unassigned-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="2698"><defs><style>.ctpath-size{fill:none}.ctvmw-color-theme{fill:#565656}.ctvmw-color-red{fill:#f84e30}</style></defs><path class="ctpath-size" d="M0 0h36v36H0z"/><path class="ctpath-size" d="M0 0h36v36H0z"/><path class="ctvmw-color-theme" d="M8 22h10v2H8zM20 31.52v2.82l3.2-3.19a9.26 9.26 0 01-1.75-1.08zM30.8 31.15l3.2 3.19v-2.82l-1.45-1.45a9.26 9.26 0 01-1.75 1.08zM16.05 10H8v2h8.43a10.24 10.24 0 01-.38-2zM17.21 14H8v2h10v-.7a12.16 12.16 0 01-.79-1.3z"/><path class="ctvmw-color-theme" d="M19.52 28H5a1 1 0 01-1-1V7a1 1 0 011-1h11.43a10.57 10.57 0 01.8-2H5a3 3 0 00-3 3v20a3 3 0 003 3h16.36a9 9 0 01-1.84-2z"/><path class="ctvmw-color-theme" d="M30.49 19.42a5 5 0 11-7 0 10 10 0 01-1.92-.86 7 7 0 1010.82 0 10 10 0 01-1.9.86z"/><path class="ctvmw-color-red" d="M27 0a9 9 0 109 9 9 9 0 00-9-9zm1 14h-2v-2h2zm0-4h-2V4h2z"/></svg><view id="license-warning" viewBox="0 2736 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cuvmw-color-theme" id="license-warning-" data-name="Layer 2" width="38" height="38" viewBox="-1 -1 38 38" y="2736"><defs><style>.cupath-size{fill:none}.cuvmw-color-theme{fill:#565656}.cuvmw-color-yellow{fill:#b68300}.cuvmw-color-yellow-bright{fill:#ffe02c}.cuvmw-color-charcoal{fill:#454545}</style></defs><path class="cupath-size" d="M0 0h36v36H0z"/><path class="cuvmw-color-theme" d="M8 22h10v2H8zM30.8 31.15l3.2 3.19v-2.82l-1.45-1.45a9.26 9.26 0 01-1.75 1.08zM20 31.52v2.82l3.2-3.19a9.26 9.26 0 01-1.75-1.08zM13.14 14H8v2h4.69a5.71 5.71 0 01.45-2zM15.39 10H8v2h6.23l1.16-2z"/><path class="cuvmw-color-theme" d="M19.52 28H5a1 1 0 01-1-1V7a1 1 0 011-1h12.7l1.15-2H5a3 3 0 00-3 3v20a3 3 0 003 3h16.36a9 9 0 01-1.84-2z"/><path class="cuvmw-color-theme" d="M31.91 22.11A4.41 4.41 0 0132 23a5 5 0 01-10 0 4.12 4.12 0 01.09-.86h-2A6.11 6.11 0 0020 23a7 7 0 1013.86-1.37 6 6 0 01-1.95.48z"/><path class="cuvmw-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="cuvmw-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="cuvmw-color-charcoal" d="M24 14h2v2h-2zM24 6h2v6h-2z"/></svg><view id="licenseAssigned" viewBox="0 2774 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cvvmw-color-theme" id="licenseAssigned-" data-name="Layer 1" width="38" height="38" viewBox="-1 -1 38 38" y="2774"><defs><style>.cvvmw-color-theme{fill:#565656}.cvpath-size{fill:none}</style></defs><path d="M20 26a1 1 0 01-.71-.29 1 1 0 010-1.41l6.3-6.3-6.33-6.33a1 1 0 011.41-1.41l7 7a1 1 0 010 1.42l-7 7A1 1 0 0120 26z"/><path d="M27 19H9.1a1 1 0 010-2H27a1 1 0 010 2z"/><path class="cvpath-size" d="M0 0h36v36H0z"/><path d="M18 34a16 16 0 1116-16 16 16 0 01-16 16zm0-30a14 14 0 1014 14A14 14 0 0018 4z"/></svg><view id="line-chart-line" viewBox="0 2812 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cwvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="line-chart-line-" y="2812"><defs><style>.cwvmw-color-theme{fill:#565656}.cwpath-size{opacity:0}</style></defs><path d="M32 5H4a2 2 0 00-2 2v22a2 2 0 002 2h28a2 2 0 002-2V7a2 2 0 00-2-2zM4 29V7h28v22z"/><path d="M15.62 15.222l-6.018 8.746-4.052-3.584 1.06-1.198 2.698 2.386 6.326-9.192 6.75 10.015 6.754-8.925 1.276.966-8.106 10.709z"/><path class="cwpath-size" d="M0 0h36v36H0z"/></svg><view id="list-line" viewBox="0 2850 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cxvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="list-line-" y="2850"><defs><style>.cxvmw-color-theme{fill:#565656}.cxpath-size{opacity:0}</style></defs><path d="M15 8h9v2h-9zM15 12h9v2h-9zM15 16h9v2h-9zM15 20h9v2h-9z"/><path class="cxclr-i-outline cxclr-i-outline-path-5" d="M15 24h9v2h-9z"/><path d="M11 8h2v2h-2zM11 12h2v2h-2zM11 16h2v2h-2zM11 20h2v2h-2zM11 24h2v2h-2z"/><path d="M28 2H8a2 2 0 00-2 2v28a2 2 0 002 2h20a2 2 0 002-2V4a2 2 0 00-2-2zm0 30H8V4h20z"/><path class="cxpath-size" d="M0 0h36v36H0z"/></svg><view id="lock-line" viewBox="0 2888 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="cyvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="lock-line-" y="2888"><defs><style>.cyvmw-color-theme{fill:#565656}.cypath-size{opacity:0}</style></defs><path d="M18.09 20.59A2.41 2.41 0 0017 25.14V28h2v-2.77a2.41 2.41 0 00-.91-4.64z"/><path d="M26 15v-4.28a8.2 8.2 0 00-8-8.36 8.2 8.2 0 00-8 8.36V15H7v17a2 2 0 002 2h18a2 2 0 002-2V15zm-14-4.28a6.2 6.2 0 016-6.36 6.2 6.2 0 016 6.36V15H12zM9 32V17h18v15z"/><path class="cypath-size" d="M0 0h36v36H0z"/></svg><view id="managePhysicalNics" viewBox="0 2926 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="czvmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="managePhysicalNics-" y="2926"><defs><style>.czvmw-color-theme{fill:#565656}</style></defs><g id="czLayer_2" data-name="Layer 2"><path d="M32 6H4a2 2 0 00-1.42.59A2 2 0 002 8l.16 22h7.67v-4h3.84l2-2H7.83v4H4.16L4 8h28v13.75a7.37 7.37 0 010 1.88 8.69 8.69 0 01-.72 2.37H34V8a2 2 0 00-2-2z"/><path d="M12.86 33.87a3 3 0 010-4.23l5.5-5.5a6 6 0 017.93-7l1.42.55-2.89 2.85a1 1 0 001.42 1.42L29.13 19l.51 1.42a6 6 0 01-3.37 7.71 5.86 5.86 0 01-3.63.23l-5.5 5.5a3 3 0 01-4.25 0zm11-15.24a4 4 0 00-3.72 4.26 3.74 3.74 0 00.27 1.2l.24.6-6.38 6.4a1 1 0 00.35 1.37 1 1 0 001 0l6.43-6.37.6.24A4 4 0 0027.84 24a4.16 4.16 0 00.26-1.16l-.45.45a3 3 0 01-4.24-4.24zM10 20H6v-8h2v6h2v2zM16 18h-4v-4h2v2h2v2zM16 10h2v2h-2zM20 10h2v2h-2zM24 10h2v2h-2z"/></g></svg><view id="map-marker-line" viewBox="0 2964 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="davmw-color-theme" width="38" height="38" viewBox="-1 -1 38 38" id="map-marker-line-" y="2964"><defs><style>.davmw-color-theme{fill:#565656}</style></defs><path d="M18 6.72a5.73 5.73 0 105.73 5.73A5.73 5.73 0 0018 6.72zm0 9.46a3.73 3.73 0 113.73-3.73A3.73 3.73 0 0118 16.17z"/><path class="daclr-i-outline daclr-i-outline-path-2" d="M18 2A11.79 11.79 0 006.22 13.73c0 4.67 2.62 8.58 4.54 11.43l.35.52a99.61 99.61 0 006.14 8l.76.89.76-.89a99.82 99.82 0 006.14-8l.35-.53c1.91-2.85 4.53-6.75 4.53-11.42A11.79 11.79 0 0018 2zm5.59 22l-.36.53c-1.72 2.58-4 5.47-5.23 6.9-1.18-1.43-3.51-4.32-5.23-6.9l-.35-.53c-1.77-2.64-4.2-6.25-4.2-10.31a9.78 9.78 0 1119.56 0c0 4.1-2.42 7.71-4.19 10.31z"/><path fill-opacity="0" d="M0 0h36v36H0z"/></svg><view id="memory" viewBox="0 3002 38 38"/><svg xmlns="http://www.w3.org/2000/svg" class="dbvmw-color-theme" id="memory-" 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 d="M8 12h4v8H8zM16 12h4v8h-4zM24 12h4v8h-4z"/><path d="M16 28H4V16H2v12a2 2 0 002 2h14v-4h2v-2h-4zM32 6H4a2 2 0 00-2 2v4h2V8h28v4h2V8a2 2 0 00-2-2zM32 28H20v2h12a2 2 0 002-2V16h-2z"/><path class="dbpath-size" d="M0 0h36v36H0z"/></svg></svg>
|