Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
  • Loading branch information
shwstppr committed Jun 4, 2021
1 parent ad2454c commit 565af62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/config/section/infra/clusters.js
Expand Up @@ -109,7 +109,7 @@ export default {
label: 'label.action.manage.vms',
dataView: true,
popup: true,
show: (record) => { return record.hypervisortype !== 'VMware' },
show: (record) => { return record.hypervisortype == 'VMware' },
component: () => import('@/views/infra/ManageVms.vue')
},
{
Expand Down

0 comments on commit 565af62

Please sign in to comment.