mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 12:57:40 -02: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: {
|
related: {
|
||||||
templates: {
|
|
||||||
include: "TemplateList",
|
|
||||||
},
|
|
||||||
permissions: {
|
permissions: {
|
||||||
name: 'permissions',
|
name: 'permissions',
|
||||||
awToolTip: i18n._('Please save before assigning permissions.'),
|
awToolTip: i18n._('Please save before assigning permissions.'),
|
||||||
@@ -271,7 +268,10 @@ export default ['i18n', 'NotificationsList', 'TemplateList',
|
|||||||
},
|
},
|
||||||
notifications: {
|
notifications: {
|
||||||
include: "NotificationsList",
|
include: "NotificationsList",
|
||||||
}
|
},
|
||||||
|
templates: {
|
||||||
|
include: "TemplateList",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user