mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03:30
making JOB TEMPLATES tab the last tab on the projects form
This commit is contained in:
@@ -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",
|
||||
},
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user