Skip to content
Snippets Groups Projects

CE-3061: Update ioc alerts and status separately

Merged Johanna Szepanski requested to merge CE-3061-update-IOC-alerts-async into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -2,7 +2,7 @@ import {
@@ -2,7 +2,7 @@ import {
DeploymentStatusIcon,
DeploymentStatusIcon,
DeploymentTypeIcon
DeploymentTypeIcon
} from "../deployments/DeploymentIcons";
} from "../deployments/DeploymentIcons";
import { CommandTypeIcon } from "../IOC/IOCIcons";
import { CommandTypeIcon } from "../common/Status";
export function JobStatusIcon({ status }) {
export function JobStatusIcon({ status }) {
return <DeploymentStatusIcon status={status} />;
return <DeploymentStatusIcon status={status} />;
Loading