From eb0058268b293a5370c77b916fb39a5ed34e5ded Mon Sep 17 00:00:00 2001 From: Seth Foster Date: Tue, 1 Aug 2023 15:57:29 -0400 Subject: [PATCH] Revert "Remove duplicate install bundle on InstanceDetail" This reverts commit cf5ccf53f4322b49b1009ca13e4f025c30529b30. --- .../InstanceDetail/InstanceDetail.js | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/awx/ui/src/screens/Instances/InstanceDetail/InstanceDetail.js b/awx/ui/src/screens/Instances/InstanceDetail/InstanceDetail.js index 5414127f20..70fa161e68 100644 --- a/awx/ui/src/screens/Instances/InstanceDetail/InstanceDetail.js +++ b/awx/ui/src/screens/Instances/InstanceDetail/InstanceDetail.js @@ -214,6 +214,25 @@ function InstanceDetail({ setBreadcrumb, isK8s }) { value={instance.peers_from_control_nodes ? t`On` : t`Off`} /> )} + {instance.related?.install_bundle && ( + + + + } + /> + )} {!isHopNode && ( <>