mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
AC-700 fixed lookup dialog titles on job templates page.
This commit is contained in:
parent
04d810d5a5
commit
ba645f947e
@ -149,7 +149,8 @@ function JobTemplatesAdd ($scope, $rootScope, $compile, $location, $log, $routeP
|
||||
form: form,
|
||||
current_item: null,
|
||||
list: CloudCredentialList,
|
||||
field: 'cloud_credential'
|
||||
field: 'cloud_credential',
|
||||
hdr: 'Select Cloud Credential'
|
||||
});
|
||||
|
||||
LookUpInit({
|
||||
@ -158,7 +159,8 @@ function JobTemplatesAdd ($scope, $rootScope, $compile, $location, $log, $routeP
|
||||
form: form,
|
||||
current_item: null,
|
||||
list: CredentialList,
|
||||
field: 'credential'
|
||||
field: 'credential',
|
||||
hdr: 'Select Machine Credential'
|
||||
});
|
||||
|
||||
// Update playbook select whenever project value changes
|
||||
@ -444,7 +446,8 @@ function JobTemplatesEdit ($scope, $rootScope, $compile, $location, $log, $route
|
||||
form: form,
|
||||
current_item: scope['cloud_credential'],
|
||||
list: CloudCredentialList,
|
||||
field: 'cloud_credential'
|
||||
field: 'cloud_credential',
|
||||
hdr: 'Select Cloud Credential'
|
||||
});
|
||||
});
|
||||
|
||||
@ -548,7 +551,8 @@ function JobTemplatesEdit ($scope, $rootScope, $compile, $location, $log, $route
|
||||
form: form,
|
||||
current_item: data.credential,
|
||||
list: CredentialList,
|
||||
field: 'credential'
|
||||
field: 'credential',
|
||||
hdr: 'Select Machine Credential'
|
||||
});
|
||||
|
||||
LookUpInit({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user