diff --git a/awx/ui_next/src/screens/Template/TemplateList/TemplateList.jsx b/awx/ui_next/src/screens/Template/TemplateList/TemplateList.jsx index b70e34304d..707eac6684 100644 --- a/awx/ui_next/src/screens/Template/TemplateList/TemplateList.jsx +++ b/awx/ui_next/src/screens/Template/TemplateList/TemplateList.jsx @@ -153,6 +153,10 @@ function TemplateList({ i18n }) { key: 'name', isDefault: true, }, + { + name: i18n._(t`Description`), + key: 'description', + }, { name: i18n._(t`Type`), key: 'type',