Skip to content

Commit 697469d

Browse files
committed
Merge branch 'main' into fix/breadcrumbs
2 parents c600e3c + e82bf90 commit 697469d

27 files changed

+465
-240
lines changed

package-lock.json

Lines changed: 84 additions & 84 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/locales/en.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
"learnMore": "Learn more in our documentation",
66
"signInButton": "Sign in"
77
},
8+
"Entities": {
9+
"ManagedControlPlane": "Managed Control Plane",
10+
"Project": "Project"
11+
},
812
"ComponentList": {
913
"tableComponentHeader": "Name",
1014
"tableVersionHeader": "Version"
@@ -87,6 +91,11 @@
8791
"subtitleMessage": "Get started by creating your first Managed Control Plane.",
8892
"helpButton": "Help"
8993
},
94+
"NotFoundBanner": {
95+
"titleMessage": "{{entityType}} not found",
96+
"subtitleMessage": "Sorry, we couldn’t find what you are looking for.<br />The link may be incorrect or the {{entityType}} might have been removed.",
97+
"navigateHome": "Back to Homepage"
98+
},
9099
"IntelligentBreadcrumbs": {
91100
"homeLabel": "Home"
92101
},
@@ -151,7 +160,7 @@
151160
"EditMembers": {
152161
"addButton": "Add"
153162
},
154-
"ControlPlaneListView": {
163+
"ProjectsPage": {
155164
"header": "Your instances of <span>ManagedControlPlane</span>",
156165
"projectHeader": "Project:"
157166
},
@@ -161,7 +170,7 @@
161170
"deleteProject": "Delete project",
162171
"deleteConfirmationDialog": "Project deleted"
163172
},
164-
"ControlPlaneView": {
173+
"McpPage": {
165174
"accessError": "Managed Control Plane does not have access information yet",
166175
"componentsTitle": "Components",
167176
"crossplaneTitle": "Crossplane",

0 commit comments

Comments
 (0)