From 28f24c8811a50e94f500d029ca88f649b04d706f Mon Sep 17 00:00:00 2001 From: Kia Lam Date: Wed, 24 Aug 2022 15:37:44 -0700 Subject: [PATCH] Represent `enabled` field in Topology View: - use dotted circles to represent `enabled: false` - use solid circle stroke to represent `enabled: true` - excise places where `Unavailable` node state is used in the UI. --- awx/ui/src/screens/TopologyView/Legend.js | 15 --------------- awx/ui/src/screens/TopologyView/MeshGraph.js | 2 +- awx/ui/src/screens/TopologyView/constants.js | 3 --- awx/ui/src/screens/TopologyView/utils/helpers.js | 6 ++---- 4 files changed, 3 insertions(+), 23 deletions(-) diff --git a/awx/ui/src/screens/TopologyView/Legend.js b/awx/ui/src/screens/TopologyView/Legend.js index b292786a59..c57cba43da 100644 --- a/awx/ui/src/screens/TopologyView/Legend.js +++ b/awx/ui/src/screens/TopologyView/Legend.js @@ -19,7 +19,6 @@ import { OutlinedClockIcon, PlusIcon, MinusIcon, - ResourcesEmptyIcon, } from '@patternfly/react-icons'; const Wrapper = styled.div` @@ -162,20 +161,6 @@ function Legend() { {t`Deprovisioning`} - - -