Skip to content

Commit

Permalink
Merge pull request #999 from yaacov/reopen-plan-vm-tab
Browse files Browse the repository at this point in the history
🧼 Reopen plans vms tab
  • Loading branch information
yaacov authored Mar 18, 2024
2 parents e77f06c + d17fadb commit e67eb5b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
import { PlanActionsDropdown } from '../../actions';

import { Suspend } from './components';
import { PlanDetails, PlanHooks, PlanMappings, PlanYAML } from './tabs';
import { PlanDetails, PlanHooks, PlanMappings, PlanVirtualMachines, PlanYAML } from './tabs';

import './PlanDetailsPage.style.css';

Expand Down Expand Up @@ -71,7 +71,6 @@ const PlanDetailsPage_: React.FC<{
<PlanHooks plan={obj} loaded={loaded} loadError={loadError} permissions={permissions} />
),
},
/*
{
href: 'vms',
name: t('Virtual Machines'),
Expand All @@ -84,7 +83,6 @@ const PlanDetailsPage_: React.FC<{
/>
),
},
*/
];

return (
Expand Down

0 comments on commit e67eb5b

Please sign in to comment.