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

UI: workflowDrawer's information link is not correctly working #11494

Closed
3 tasks done
shmruin opened this issue Aug 1, 2023 · 0 comments · Fixed by #11495
Closed
3 tasks done

UI: workflowDrawer's information link is not correctly working #11494

shmruin opened this issue Aug 1, 2023 · 0 comments · Fixed by #11495

Comments

@shmruin
Copy link
Contributor

shmruin commented Aug 1, 2023

Pre-requisites

  • I have double-checked my configuration
  • I can confirm the issues exists when I tested with :latest
  • I'd like to contribute the fix myself (see contributing guide)

What happened/what you expected to happen?

In UI workflows main page, you can expand each workflow row with 'SHOW' text inside it.
When expand this, there is an 'i' icon that originally goes to https://github.com/argoproj/argo-workflows/blob/master/docs/resource-duration.md.
But this is broken. This just goes to workflow detail page, which is same as just clicking the row.

스크린샷 2023-07-30 오후 5 01 09

This is a simple tag propagation error, so I want to fix this by myself.

Version

latest

Paste a small workflow that reproduces the issue. We must be able to run the workflow; don't enter a workflows that uses private images.

-

Logs from the workflow controller

kubectl logs -n argo deploy/workflow-controller | grep ${workflow}

Logs from in your workflow's wait container

kubectl logs -n argo -c wait -l workflows.argoproj.io/workflow=${workflow},workflow.argoproj.io/phase!=Succeeded
shmruin added a commit to shmruin/argo-workflows that referenced this issue Aug 1, 2023
shmruin added a commit to shmruin/argo-workflows that referenced this issue Aug 1, 2023
dpadhiar pushed a commit to dpadhiar/argo-workflows that referenced this issue May 9, 2024
…11494 (argoproj#11495)

Signed-off-by: Dillen Padhiar <dillen_padhiar@intuit.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants