We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44c4789 + 5579ac6 commit e90bc1cCopy full SHA for e90bc1c
1 file changed
shell/components/ExplorerProjectsNamespaces.vue
@@ -295,7 +295,7 @@ export default {
295
return this.$store.getters['i18n/t']('resourceTable.groupLabel.notInAProject');
296
},
297
showCreateNsButton() {
298
- return this.groupPreference !== 'namespace';
+ return this.groupPreference !== 'namespace' && this.isNamespaceCreatable;
299
300
projectGroupBy() {
301
return this.groupPreference === 'none' ? null : 'groupById';
0 commit comments