Skip to content

Commit 14896a4

Browse files
Merge pull request ManageIQ#1291 from AllenBW/bug/master/#1515039-missing-ansible-credential
BZ#1515039-Ensure cloud_credential is captured for representation
2 parents cca6fc3 + 8cc9473 commit 14896a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/app/services/service-details/service-details-ansible.component.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function ComponentController (ModalService, ServicesState, lodash) {
3737

3838
function fetchResources () {
3939
vm.loading = true
40-
const credentialTypes = ['credential_id', 'network_credential_id', 'machine_credential_id']
40+
const credentialTypes = ['credential_id', 'network_credential_id', 'machine_credential_id', 'cloud_credential_id']
4141

4242
if (angular.isDefined(vm.service.options.config_info)) {
4343
vm.orcStacks = {}

0 commit comments

Comments
 (0)