-
diff --git a/ui/src/config/section/compute.js b/ui/src/config/section/compute.js index b9e97defb22..69f556b22d2 100644 --- a/ui/src/config/section/compute.js +++ b/ui/src/config/section/compute.js @@ -126,6 +126,7 @@ export default { } ] }, + /* { name: 'demo', title: 'Demo', @@ -133,6 +134,7 @@ export default { permission: [ 'listVirtualMachines' ], component: () => import('@/components/Test.vue') }, + */ { name: 'ssh', title: 'SSH Key Pairs', diff --git a/ui/src/config/section/infra.js b/ui/src/config/section/infra.js index dbc9d4104ad..7a958916f34 100644 --- a/ui/src/config/section/infra.js +++ b/ui/src/config/section/infra.js @@ -7,7 +7,7 @@ export default { { name: 'zone', title: 'Zones', - icon: 'table', + icon: 'global', permission: [ 'listZones', 'listZonesMetrics' ], component: () => import('@/components/CloudMonkey/Resource.vue'), columns: [ 'name', 'allocationstate', 'networktype', 'guestcidraddress' ]