Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
858 changes: 793 additions & 65 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"@eslint/js": "9.37.0",
"@graphql-codegen/cli": "6.0.0",
"@graphql-codegen/client-preset": "5.1.0",
"@testing-library/react": "16.3.0",
"@types/dagre": "0.7.53",
"@types/js-yaml": "4.0.9",
"@types/node": "22.18.8",
Expand All @@ -93,6 +94,7 @@
"eslint-plugin-react-hooks": "5.2.0",
"fastify-tsconfig": "3.0.0",
"globals": "16.4.0",
"jsdom": "27.0.0",
"prettier": "3.6.2",
"tsx": "4.20.6",
"typescript": "5.9.3",
Expand Down
29 changes: 28 additions & 1 deletion public/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,33 @@
"tableComponentHeader": "Name",
"tableVersionHeader": "Version"
},
"ComponentCard": {
"notInstalledLabel": "not installed",
"installButton": "Install {{component}}"
},
"componentCardCrossplane": {
"description": "Compose cloud infrastructure",
"progress": "Healthy",
"progressCount": "Healthy: {{count}} of {{total}} resources"
},
"componentCardFlux": {
"description": "GitOps for Kubernetes automating continuous sync and delivery",
"progress": "Managed",
"progressCount": "Managed: {{count}} of {{total}} resources"
},
"componentCardLandscaper": {
"description": "Automate cross‑dependent Kubernetes deployments"
},
"componentCardKyverno": {
"description": "Kubernetes-native policy as code for secure and compliant infrastructure"
},
"componentCardEso": {
"description": "Manage and sync credentials from your secret store"
},
"Kpi": {
"installed": "Installed",
"error": "There was a problem loading this data. Please try again later."
},
"FluxList": {
"tableNameHeader": "Name",
"tableStatusHeader": "Status",
Expand Down Expand Up @@ -424,7 +451,7 @@
"hoverContent": {
"totalResources": "Total Resources",
"healthy": "Healthy",
"creating": "Creating",
"creating": "Creating",
"failing": "Failing"
}
},
Expand Down
37 changes: 37 additions & 0 deletions src/assets/images/logo-crossplane.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/images/logo-eso.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/images/logo-flux.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/logo-kyverno.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading