kyma-project / busola

Web based Kubernetes Dashboard with a focus on privacy that requires no active components or special privileges in your cluster.
Apache License 2.0
26 stars 48 forks source link

EXT: Incorrect configuration displays a button that doesn't work #1403

Closed Lyczeq closed 2 years ago

Lyczeq commented 2 years ago

Description When the extension configuration is incorrect I get information and a not-working Go back button.

Expected result Clicking on the Go back button should redirect me to e.g. list view of the customized resources.

Actual result Clicking on the Go back button does nothing. image

Steps to reproduce My configuration of the Vertical Pod Autoscaler: The details configuration is the cause of an error. Resource

{
  "kind": "VerticalPodAutoscalers",
  "group": "autoscaling.k8s.io",
  "version": "v1"
}

Navigation

{
  "path": "vertical-pod-autoscalers",
  "scope": "namespace"
}

Details

{
"header": [
{ "path": "spec.updatePolicy.updateMode" , "name": "Update Mode"}
],
"body":[
    {
      "name": "Container Policies",
      "path": "spec.resourcePolicy.containerPolicies",
      "widget": "Table",
      "columns": [{ "path": "containerName" }, { "path": "controlledValues" }]
    }
]
}
mrCherry97 commented 2 years ago

For now, we have decided not to display a Button.