Skip to content
This repository was archived by the owner on Jun 26, 2026. It is now read-only.

Commit aba2135

Browse files
twoGiantsclaude
andcommitted
fix: route matching and i18n namespace
Remove exact:true from /functions route so it matches /functions/all-namespaces (OCP appends namespace in dev perspective). Rename locale file to match the plugin namespace and replace template strings with actual keys. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 7f77c6b commit aba2135

3 files changed

Lines changed: 7 additions & 10 deletions

File tree

console-extensions.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
"type": "console.page/route",
2222
"properties": {
2323
"path": "/functions",
24-
"component": { "$codeRef": "FunctionsListPage" },
25-
"exact": true
24+
"component": { "$codeRef": "FunctionsListPage" }
2625
}
2726
}
2827
]
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"Functions": "Functions",
3+
"No functions found": "No functions found",
4+
"Create a serverless function to get started.": "Create a serverless function to get started.",
5+
"Create function": "Create function"
6+
}

locales/en/plugin__console-plugin-template.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)