We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ba35e6 commit 1acb8c0Copy full SHA for 1acb8c0
ui/src/views/compute/CreateKubernetesCluster.vue
@@ -626,7 +626,7 @@ export default {
626
getAPI('listAffinityGroups', params).then(json => {
627
const groups = json.listaffinitygroupsresponse.affinitygroup
628
if (this.arrayHasItems(groups)) {
629
- this.affinityGroups = groups
+ this.affinityGroups = groups.filter(group => group.type !== 'ExplicitDedication')
630
}
631
}).finally(() => {
632
this.affinityGroupLoading = false
0 commit comments