diff --git a/src/components/Topology/Sidebar/TopologyDetails.tsx b/src/components/Topology/Sidebar/TopologyDetails.tsx index bade9a0e1..4d0bff2a4 100644 --- a/src/components/Topology/Sidebar/TopologyDetails.tsx +++ b/src/components/Topology/Sidebar/TopologyDetails.tsx @@ -1,3 +1,4 @@ +import { Status } from "@flanksource-ui/components/Status"; import { useMemo } from "react"; import { BsCardList } from "react-icons/bs"; import { Link } from "react-router-dom"; @@ -180,6 +181,29 @@ export default function TopologyDetails({ ]} /> + {topology.health && ( + + + {topology.status_reason && ( +

+ {topology.status_reason} +

+ )} + + ) + } + ]} + /> + )} + {formattedLabels.length > 0 && (