From 5e349590fdc41a30777028c23e8b8ab3e583feae Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Wed, 25 Oct 2017 09:47:43 -0700 Subject: [PATCH] making JOB TEMPLATES tab the last tab on the projects form --- awx/ui/client/src/projects/projects.form.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/awx/ui/client/src/projects/projects.form.js b/awx/ui/client/src/projects/projects.form.js index c56df778ca..a9d6762860 100644 --- a/awx/ui/client/src/projects/projects.form.js +++ b/awx/ui/client/src/projects/projects.form.js @@ -221,9 +221,6 @@ export default ['i18n', 'NotificationsList', 'TemplateList', }, related: { - templates: { - include: "TemplateList", - }, permissions: { name: 'permissions', awToolTip: i18n._('Please save before assigning permissions.'), @@ -271,7 +268,10 @@ export default ['i18n', 'NotificationsList', 'TemplateList', }, notifications: { include: "NotificationsList", - } + }, + templates: { + include: "TemplateList", + }, } };