Skip to content
Snippets Groups Projects
Commit e5662a43 authored by Johanna Szepanski's avatar Johanna Szepanski
Browse files

CE-2438: Replaced icon for disabled IOCs

parent 751fd109
No related branches found
No related tags found
2 merge requests!497CE-2790: Prepare for 4.0.0,!448CE-2438: Replaced icon for disabled IOCs
......@@ -2,7 +2,7 @@ import React from "react";
import { Typography, useTheme, Stack } from "@mui/material";
import {
Brightness1,
Cancel,
StopCircle,
Error,
RadioButtonUnchecked,
ErrorOutline,
......@@ -63,7 +63,7 @@ export function IOCStatusIcon({ ioc }) {
},
disabled: {
title: "Disabled",
icon: Cancel
icon: StopCircle
},
alert: {
title: "Alert",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment