Skip to content

Commit

Permalink
add i18n preload flag for ConsolePlugin
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Madigan <[email protected]>
  • Loading branch information
jasonmadigan committed Jan 28, 2025
1 parent 31456c1 commit bd22ecf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ metadata:
name: kuadrant-console-plugin
spec:
displayName: 'Kuadrant Console Plugin'
i18n:
loadType: Preload
backend:
type: Service
service:
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@
"version": "0.0.19-dev",
"displayName": "Kuadrant OpenShift Console Plugin",
"description": "Kuadrant OpenShift Console Plugin",
"i18n": {
"loadType": "Preload"
},
"exposedModules": {
"KuadrantOverviewPage": "./components/KuadrantOverviewPage",
"PolicyTopologyPage": "./components/PolicyTopologyPage",
Expand Down

0 comments on commit bd22ecf

Please sign in to comment.