-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Fix for #11884: Move volume link to the source column and fix the link target #11896
Conversation
The link target used the volume name instead of the volume id. Fixes issue hashicorp#11884.
@ChaiWithJai this patch effectively changes the task index page to look like the following (the top row is a CSI volume and the bottom row is a host volume). I'm ok with this from a technical standpoint and it makes a lot more sense to me to have the link from the real source object, but I wanted to run it by you from a design standpoint before pressing the Big Green Merge Button 😀 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I've added a changelog entry and will merge once CI is green. Thanks @NomAnor! |
I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions. |
This fixes the wrong link target in the volumes list of tasks. I moved the link to the source column which is the actual link target.