1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-28 02:25:27 +03:00

add i18n back into job template form

This commit is contained in:
John Mitchell 2017-03-17 12:59:38 -04:00
parent 73ec664d53
commit 1b33e531cf

View File

@ -11,8 +11,8 @@
*/
export default ['NotificationsList', 'CompletedJobsList',
function(NotificationsList, CompletedJobsList) {
export default ['NotificationsList', 'CompletedJobsList', 'i18n',
function(NotificationsList, CompletedJobsList, i18n) {
return function() {
var JobTemplateFormObject = {