We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdd8105 commit 71e9d2fCopy full SHA for 71e9d2f
1 file changed
ui/src/views/compute/CreateKubernetesCluster.vue
@@ -732,9 +732,7 @@ export default {
732
733
getAPI('listHypervisors', params).then(json => {
734
const listResponse = json.listhypervisorsresponse.hypervisor || []
735
- if (listResponse) {
736
- this.selectedZoneHypervisors = listResponse
737
- }
+ this.selectedZoneHypervisors = listResponse.filter(hypervisor => hypervisor.name !== 'External')
738
}).finally(() => {
739
this.hypervisorLoading = false
740
})
0 commit comments