Skip to content

Commit 4f96f81

Browse files
committed
fix(ui): namepsace > blueprint display 404 page
close #6917
1 parent fedb388 commit 4f96f81

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

ui/src/components/namespace/Namespace.vue

+6-5
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
title: this.$t("blueprints.title"),
105105
props: {
106106
blueprintBaseUri: `${apiUrl(this.$store)}/blueprints/community`,
107+
tab: "community",
107108
embed: this.embed,
108109
system: true
109110
}
@@ -145,7 +146,7 @@
145146
query: {
146147
id: this.$route.query.id
147148
}
148-
},
149+
},
149150
{
150151
name: "executions",
151152
component: Executions,
@@ -168,7 +169,7 @@
168169
query: {
169170
id: this.$route.query.id
170171
}
171-
},
172+
},
172173
{
173174
name: "kv",
174175
component: NamespaceKV,
@@ -181,7 +182,7 @@
181182
this.modalAddKvVisible = value
182183
}
183184
}
184-
},
185+
},
185186
{
186187
name: "edit",
187188
component: "",
@@ -218,7 +219,7 @@
218219
},
219220
disabled: true,
220221
locked: true
221-
},
222+
},
222223
{
223224
name: "secrets",
224225
component: "",
@@ -247,7 +248,7 @@
247248
},
248249
disabled: true,
249250
locked: true
250-
}
251+
}
251252
])
252253
253254
return tabs;

0 commit comments

Comments
 (0)