From f9a23a56459951158cb88ec0ad5d5ff25337e3c2 Mon Sep 17 00:00:00 2001 From: Seth Foster Date: Thu, 8 Feb 2024 22:10:10 -0500 Subject: [PATCH] Remove enable button for hop nodes (#14861) Enabled/disabled does not apply to hop nodes, since hop nodes don't run jobs. Signed-off-by: Seth Foster --- .../Instances/InstanceDetail/InstanceDetail.js | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/awx/ui/src/screens/Instances/InstanceDetail/InstanceDetail.js b/awx/ui/src/screens/Instances/InstanceDetail/InstanceDetail.js index 2716b74850..1c94bd158b 100644 --- a/awx/ui/src/screens/Instances/InstanceDetail/InstanceDetail.js +++ b/awx/ui/src/screens/Instances/InstanceDetail/InstanceDetail.js @@ -377,12 +377,14 @@ function InstanceDetail({ setBreadcrumb, isK8s }) { )} - + {!isHopNode && ( + + )} {error && (