From 4ea757c91a6127f07a3ed65429841484df786be8 Mon Sep 17 00:00:00 2001 From: mabashian Date: Mon, 23 Nov 2020 14:38:36 -0500 Subject: [PATCH] Move jt/wfjt created/modified details to the end right before the full width details --- .../JobTemplateDetail/JobTemplateDetail.jsx | 20 +++++++------- .../WorkflowJobTemplateDetail.jsx | 26 +++++++++---------- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/awx/ui_next/src/screens/Template/JobTemplateDetail/JobTemplateDetail.jsx b/awx/ui_next/src/screens/Template/JobTemplateDetail/JobTemplateDetail.jsx index e25032e527..8f3fe4ffcd 100644 --- a/awx/ui_next/src/screens/Template/JobTemplateDetail/JobTemplateDetail.jsx +++ b/awx/ui_next/src/screens/Template/JobTemplateDetail/JobTemplateDetail.jsx @@ -219,16 +219,6 @@ function JobTemplateDetail({ i18n, template }) { value={verbosityDetails[0].details} /> - - )} + + {summary_fields.credentials && summary_fields.credentials.length > 0 && ( )} - {renderOptionsField && ( - - )} )} + {renderOptionsField && ( + + )} + + {summary_fields.labels?.results?.length > 0 && ( - - {summary_fields.user_capabilities &&