move harvester-manager hci.cluster type out of harvester pkg

This commit is contained in:
Nancy Butler 2022-06-21 09:40:12 -07:00
parent 3c35f40f20
commit a79194dc9b
3 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import BrandImage from '@shell/components/BrandImage';
import TypeDescription from '@shell/components/TypeDescription';
import ResourceTable from '@shell/components/ResourceTable';
import Masthead from '@shell/components/ResourceList/Masthead';
import { NAME as VIRTUAL } from '../config/harvester';
import { HARVESTER_NAME as VIRTUAL } from '@shell/config/product/harvester-manager';
import { CAPI, HCI, MANAGEMENT } from '@shell/config/types';
import { isHarvesterCluster } from '@shell/utils/cluster';