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