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