Skip to content

Commit

Permalink
Merge pull request #186 from Kuadrant/166-add-i18n-preload-flag
Browse files Browse the repository at this point in the history
add i18n preload flag for ConsolePlugin
  • Loading branch information
openshift-merge-bot[bot] authored Jan 29, 2025
2 parents 31456c1 + bd22ecf commit 99ba896
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 99ba896

Please sign in to comment.