Skip to content

Commit

Permalink
ci: troubleshooting category
Browse files Browse the repository at this point in the history
  • Loading branch information
nexus49 committed Aug 5, 2024
1 parent 33cadd1 commit 6617a24
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
6 changes: 5 additions & 1 deletion charts/example-resources/assets/gardener.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
"entityType": "main.account",
"pathSegment": "gardener",
"label": "Gardener",
"category": {"id": "Kubernetes", "label": "Kubernetes", "icon": "https://d.ing.gardener-op.mfp-dev.shoot.canary.k8s-hana.ondemand.com/static/assets/logo.svg","collapsible": false },
"category": {
"label": "Kubernetes",
"icon": "https://d.ing.gardener-op.mfp-dev.shoot.canary.k8s-hana.ondemand.com/static/assets/logo.svg",
"collapsible": false
},
"virtualTree": true,
"initialRoute": "namespace",
"url": "https://d.ing.gardener-op.mfp-dev.shoot.canary.k8s-hana.ondemand.com",
Expand Down
5 changes: 4 additions & 1 deletion charts/example-resources/assets/infra.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
"pathSegment": "ironcore",
"label": "Iron Core",
"entityType": "main.account",
"category": {"id": "Infrastructure", "label": "Infrastructure", "collapsible": false },
"category": {
"label": "Infrastructure",
"collapsible": false
},
"loadingIndicator": {
"enabled": false
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,11 @@ matches the snapshot (gardener):
"entityType": "main.account",
"pathSegment": "gardener",
"label": "Gardener",
"category": {"id": "Kubernetes", "label": "Kubernetes", "icon": "https://d.ing.gardener-op.mfp-dev.shoot.canary.k8s-hana.ondemand.com/static/assets/logo.svg","collapsible": false },
"category": {
"label": "Kubernetes",
"icon": "https://d.ing.gardener-op.mfp-dev.shoot.canary.k8s-hana.ondemand.com/static/assets/logo.svg",
"collapsible": false
},
"virtualTree": true,
"initialRoute": "namespace",
"url": "https://d.ing.gardener-op.mfp-dev.shoot.canary.k8s-hana.ondemand.com",
Expand Down Expand Up @@ -196,7 +200,10 @@ matches the snapshot (infra):
"pathSegment": "ironcore",
"label": "Iron Core",
"entityType": "main.account",
"category": {"id": "Infrastructure", "label": "Infrastructure", "collapsible": false },
"category": {
"label": "Infrastructure",
"collapsible": false
},
"loadingIndicator": {
"enabled": false
},
Expand Down

0 comments on commit 6617a24

Please sign in to comment.