Skip to content

Commit

Permalink
chore(ui): display current name on single namespace page (#4350)
Browse files Browse the repository at this point in the history
  • Loading branch information
MilosPaunovic authored Jul 17, 2024
1 parent 1f656f9 commit d2db856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/namespace/Namespace.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
},
routeInfo() {
return {
title: this.$route.params.namespace || this.$t("namespaces"),
title: this.$route.params.id || this.$t("namespaces"),
breadcrumb: [
{
label: this.$t("namespaces"),
Expand Down

0 comments on commit d2db856

Please sign in to comment.