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