We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f06461c commit 54537e9Copy full SHA for 54537e9
ui/src/views/compute/CreateKubernetesCluster.vue
@@ -622,6 +622,9 @@ export default {
622
if (!this.isObjectEmpty(this.selectedZone)) {
623
params.zoneid = this.selectedZone.id
624
}
625
+ if (this.isAdminOrDomainAdmin()) {
626
+ params.listall = true
627
+ }
628
this.affinityGroupLoading = true
629
getAPI('listAffinityGroups', params).then(json => {
630
const groups = json.listaffinitygroupsresponse.affinitygroup
0 commit comments