We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2383dcb commit edc1014Copy full SHA for edc1014
src/components/status/VMStatusConditionLabelList/VMStatusConditionLabelList.tsx
@@ -3,7 +3,7 @@ import * as React from 'react';
3
import { V1VirtualMachineCondition } from '@kubevirt-ui/kubevirt-api/kubevirt';
4
import { LabelGroup } from '@patternfly/react-core';
5
6
-import { ConditionLabel } from '../VMStatusConditionLabel/VMStatusConditionLabel';
+import { ConditionLabel } from '../ConditionLabel';
7
8
/**
9
* VirtualMachineCondition renders a list of a k8s resource conditions
0 commit comments