We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NamespaceInstructions
1 parent 0b64ec2 commit ef098aaCopy full SHA for ef098aa
ui/src/components/Namespace/Namespace.vue
@@ -139,7 +139,7 @@ const {
139
const { mdAndDown, thresholds } = useDisplay();
140
141
const showAddDialog = ref(false);
142
-const showAddNamespaceInstructions = computed(() => namespacesLoaded.value && !hasNamespaces.value);
+const showAddNamespaceInstructions = computed(() => namespacesLoaded.value && !hasNamespaces.value && !props.isAdminContext);
143
const userId = computed(() => authStore.id || localStorage.getItem("id") || "");
144
145
const showAdminButton = computed(() => {
0 commit comments