Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Property href is not working in node properties #3026

Closed
bigdatasourav opened this issue Jan 23, 2023 · 1 comment
Closed

Property href is not working in node properties #3026

bigdatasourav opened this issue Jan 23, 2023 · 1 comment
Assignees
Labels
bug Something isn't working dashboards ui

Comments

@bigdatasourav
Copy link

Describe the bug

category "pod" {
  title = "Pod"
  color = local.container_color
  href  = "/kubernetes_insights.dashboard.pod_detail?input.pod_uid={{.properties.'UID' | @uri}}"
  icon  = "view_in_ar"
  property "Namespace" {
    href = "/kubernetes_insights.dashboard.namespace_detail?input.namespace_uid={{.properties.'UID' | @uri}}"
  }
}

Here href for the property Namespace is not working in node properties.

Steampipe version (steampipe -v)
Example: v0.18.1

@bigdatasourav bigdatasourav added the bug Something isn't working label Jan 23, 2023
@MichaelBurgess
Copy link
Contributor

Also impacts edges. Strange one as the change was made when we changed fields -> properties, but it's got lost for some reason.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dashboards ui
Projects
None yet
Development

No branches or pull requests

2 participants