mirror of https://github.com/rancher/ui.git
commit
d09c349bde
|
|
@ -131,7 +131,7 @@ export default Component.extend(ClusterDriver, {
|
|||
}
|
||||
})),
|
||||
|
||||
cloudCredentials: computed('model.cloudCredentials', function() {
|
||||
cloudCredentials: computed('model.cloudCredentials.[]', function() {
|
||||
const { model: { cloudCredentials } } = this;
|
||||
|
||||
return cloudCredentials.filter((cc) => !isEmpty(get(cc, 'amazonec2credentialConfig')));
|
||||
|
|
|
|||
Loading…
Reference in New Issue