From c1ba769b200aaa9199ea462ec7735898ce4ce63b Mon Sep 17 00:00:00 2001 From: Kia Lam Date: Wed, 7 Sep 2022 12:28:18 -0700 Subject: [PATCH] Add enabled and disabled node states to legend. --- awx/ui/src/screens/TopologyView/Legend.js | 62 ++++++++++++++++++++++- 1 file changed, 61 insertions(+), 1 deletion(-) diff --git a/awx/ui/src/screens/TopologyView/Legend.js b/awx/ui/src/screens/TopologyView/Legend.js index c57cba43da..57a5b147ae 100644 --- a/awx/ui/src/screens/TopologyView/Legend.js +++ b/awx/ui/src/screens/TopologyView/Legend.js @@ -102,7 +102,7 @@ function Legend() { - {t`Status types`} + {t`Node state types`} @@ -175,6 +175,66 @@ function Legend() { {t`Error`} + + + + + + C + + + + {t`Enabled`} + + + + + + + C + + + + {t`Disabled`} + + + + {t`Link state types`} + +