Skip to content

Commit

Permalink
fix: updating snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
nexus49 committed Jul 2, 2024
1 parent 49df4df commit d48ad07
Showing 1 changed file with 92 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,95 @@
matches the snapshot:
1: |
apiVersion: core.openmfp.io/v1alpha1
kind: ContentConfiguration
metadata:
name: accounts
namespace: NAMESPACE
spec:
inlineConfiguration:
content: |2-
{
"name": "overview",
"luigiConfigFragment": [
{
"data": {
"nodes": [
{
"entityType": "main",
"pathSegment": "accounts",
"label": "Account List",
"keepSelectedForChildren": true,
"icon": "home",
"url": "https://fiddle.luigi-project.io/examples/microfrontends/multipurpose.html",
"context": {
"title": "Welcome to Account List",
"content": " "
},
"children": [
{
"pathSegment": ":accountId",
"hideFromNav": true,
"keepSelectedForChildren": false,
"defineEntity": {
"id": "account"
},
"context": {
"accountId": ":accountId"
}
}
]
},
{
"entityType": "main.account",
"pathSegment": "overview",
"label": "Overview",
"icon": "curriculum",
"url": "https://fiddle.luigi-project.io/examples/microfrontends/multipurpose.html?acc=:accountId",
"context": {
"title": ":accountId",
"content": " "
}
}
]
}
}
]
}
contentType: json
2: |
apiVersion: core.openmfp.io/v1alpha1
kind: ContentConfiguration
metadata:
name: gardener
namespace: NAMESPACE
spec:
inlineConfiguration:
content: |2-
{
"name": "gardener",
"luigiConfigFragment": [
{
"data": {
"nodes": [
{
"entityType": "main.account",
"pathSegment": "gardener",
"label": "Gardener Dashboard",
"virtualTree": true,
"initialRoute": "projects",
"url": "https://d.ing.gardener-op.mfp-dev.shoot.canary.k8s-hana.ondemand.com?account=:accountId",
"icon": "https://d.ing.gardener-op.mfp-dev.shoot.canary.k8s-hana.ondemand.com/static/assets/logo.svg",
"loadingIndicator": {
"enabled": false
}
}
]
}
}
]
}
contentType: json
3: |
apiVersion: core.openmfp.io/v1alpha1
kind: ContentConfiguration
metadata:
Expand All @@ -17,16 +107,14 @@ matches the snapshot:
{
"entityType": "global",
"pathSegment": "home",
"label": "Overview",
"icon": "home",
"hideFromNav": true,
"defineEntity": {
"id": "example"
"id": "main"
},
"children": [
{
"pathSegment": "overview",
"label": "Overview",
"label": "Overview Home",
"icon": "home",
"url": "https://fiddle.luigi-project.io/examples/microfrontends/multipurpose.html",
"context": {
Expand Down

0 comments on commit d48ad07

Please sign in to comment.