From 6c443a0a6ae1b13f7bc19c6eea1117ad8b35fa8f Mon Sep 17 00:00:00 2001 From: Alex Corey Date: Mon, 30 Sep 2019 16:38:51 -0400 Subject: [PATCH] fix lint error --- .../TemplateList/TemplateListItem.jsx | 20 +++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/awx/ui_next/src/screens/Template/TemplateList/TemplateListItem.jsx b/awx/ui_next/src/screens/Template/TemplateList/TemplateListItem.jsx index 53f191ec78..bc0fce6dfd 100644 --- a/awx/ui_next/src/screens/Template/TemplateList/TemplateListItem.jsx +++ b/awx/ui_next/src/screens/Template/TemplateList/TemplateListItem.jsx @@ -48,7 +48,7 @@ const RightDataListCell = styled(DataListCell)` && { padding-top: 0px; flex: 0 0 33%; - padding-right: 20px + padding-right: 20px; } } `; @@ -81,13 +81,25 @@ class TemplateListItem extends Component { , + css="padding-left: 40px;" + righthalf="true" + key="type" + > {toTitleCase(template.type)} , - + , - + {canLaunch && template.type === 'job_template' && (