Skip to content

Commit c10b9a2

Browse files
Merge branch 'main' into refactor/rework-doclinkcreator-class
2 parents 760bf4d + 61065d3 commit c10b9a2

File tree

5 files changed

+307
-285
lines changed

5 files changed

+307
-285
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44

55
## About this project
66

7-
UI frontend for @openmcp-project
7+
This repository contains code relevant for the frontend component required in the Managed Control Plane UI (MCP UI), which is part of the @openmcp-project, more info [here](https://github.com/openmcp-project).
8+
9+
The MCP UI enables endusers to work with Managed Control Planes, without having to use kubectl. Note that the current focus of the UI is on displaying information about the various managed resources, as well as the MCP instances themselves. It is also possible to check the status of the resources, and display / copy their YAML representations.
10+
11+
Overall, the UI provides an easy jump-start for everyone interested in checking the status of Managed Control Planes, without having to use kubectl.
812

913
## Requirements and Setup
1014

@@ -59,4 +63,4 @@ We as members, contributors, and leaders pledge to make participation in our com
5963

6064
## Licensing
6165

62-
Copyright 2025 SAP SE or an SAP affiliate company and ui-frontend contributors. Please see our [LICENSE](LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/openmcp-project/ui-frontend).
66+
Copyright 2025 SAP SE or an SAP affiliate company and ui-frontend contributors. Please see our [LICENSE](LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/openmcp-project/ui-frontend).

frontend-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"backendUrl": "http://localhost:3000",
3-
"gatewayUrl": "https://gateway.ui.dev-core.mcpd.shoot.canary.k8s-hana.ondemand.com/kubernetes/graphql",
3+
"gatewayUrl": "http://localhost:3000",
44
"landscape": "LOCAL",
55
"documentationBaseUrl": "http://localhost:3000",
66
"oidcConfig": {

0 commit comments

Comments
 (0)