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