diff --git a/decnet_web/src/components/TopologyList/TopologyList.tsx b/decnet_web/src/components/TopologyList/TopologyList.tsx index 626b48ec..ba9c8d59 100644 --- a/decnet_web/src/components/TopologyList/TopologyList.tsx +++ b/decnet_web/src/components/TopologyList/TopologyList.tsx @@ -222,15 +222,17 @@ const TopologyList: React.FC = () => { {armed === `td:${r.id}` ? 'CONFIRM?' : 'TEARDOWN'} )} - + {!['active', 'degraded', 'deploying'].includes(r.status) && ( + + )} ))}