diff --git a/charts/example-resources/assets/gardener.json b/charts/example-resources/assets/gardener.json index bc537e3..8a4aba4 100644 --- a/charts/example-resources/assets/gardener.json +++ b/charts/example-resources/assets/gardener.json @@ -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", diff --git a/charts/example-resources/assets/infra.json b/charts/example-resources/assets/infra.json index 4ca9fa2..f621ba3 100644 --- a/charts/example-resources/assets/infra.json +++ b/charts/example-resources/assets/infra.json @@ -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 }, diff --git a/charts/example-resources/tests/__snapshot__/content-configs_test.yaml.snap b/charts/example-resources/tests/__snapshot__/content-configs_test.yaml.snap index e7fe458..bc1ba37 100644 --- a/charts/example-resources/tests/__snapshot__/content-configs_test.yaml.snap +++ b/charts/example-resources/tests/__snapshot__/content-configs_test.yaml.snap @@ -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", @@ -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 },