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

Deep links in overview section are hidden and truncated #3438

Open
a-thaler opened this issue Oct 30, 2024 · 0 comments
Open

Deep links in overview section are hidden and truncated #3438

a-thaler opened this issue Oct 30, 2024 · 0 comments
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@a-thaler
Copy link
Contributor

Description

The links functionality in the different overview sections is very hidden (behind 3 dots) and even if expanded, the links are all truncated:
Screenshot 2024-10-30 at 14 14 08

The links are configured via busola extensions mechanism like:

injections: |-
    - name: "Logs for namespace"
      source: "'Discover Logs in SAP Cloud Logging'"
      link: "$prepareUrl($string('https://') & $base64decode($string($clsSecret().data.'dashboards-endpoint')) & '/app/discover?security_tenant=global#/?_g=(filters:!(),refreshInterval:(pause:!t,value:5000),time:(from:now-1d,to:now))&_a=(columns:!(kubernetes.pod_name,kubernetes.container_name,trace_id,log),filters:!((query:(match_phrase:(kubernetes.namespace_name:{name})))),index:maintained-by-perfx_kyma-content-package_index-pattern-logs-json-kyma)',
        {'name': $embedResource.metadata.name}
      )"
      widget: ExternalLink
      type: button
      copyable: false
      targets:
        - slot: details-header
          location: Namespaces

Expected result
The links are easy to find and the full text is readable

Actual result
I'm not aware that deep links are available. When I know where they are, I cannot easily differentiate them

Steps to reproduce

Troubleshooting

@mrCherry97 mrCherry97 added the kind/bug Categorizes issue or PR as related to a bug. label Nov 5, 2024
@akucharska akucharska self-assigned this Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

3 participants