wok
wok copied to clipboard
Wok Table List item looks like URL link
Hovering over the table list items of the Debug report and Host Update section on the gui it is showing as a 'link'. However when we click on those link it does not redirect to any page.
Following is the CSS used for the same
.wok-list-content tbody tr:hover { text-decoration: underline; cursor: pointer; }
Was thinking if this is required? and if we can remove for better usability on GUI and if it is not adding much value by having link display on the page which is actually not URL.

Hi @rajatgupta21
I think the link style is to indicate the user on which debug report or repository he/she will take some action. I agree with you that the link style is not the best approach to do that.
My suggestion is to remove the link style and add a different row color when mouse hovering a given debug report or repository. What do you think about it?
Hello @alinefm
Thank you for the suggesstion, I think its a good idea to have row color on hover hence sent patch with the changes where on hover of Debug Report or Repository table list item will give row color instead of showing content as URL link.