mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 03:40:42 -03:30
add i18n back into job template form
This commit is contained in:
parent
73ec664d53
commit
1b33e531cf
@ -11,8 +11,8 @@
|
||||
*/
|
||||
|
||||
|
||||
export default ['NotificationsList', 'CompletedJobsList',
|
||||
function(NotificationsList, CompletedJobsList) {
|
||||
export default ['NotificationsList', 'CompletedJobsList', 'i18n',
|
||||
function(NotificationsList, CompletedJobsList, i18n) {
|
||||
return function() {
|
||||
var JobTemplateFormObject = {
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user