Skip to content

Conversation

hansen-m
Copy link
Contributor

@hansen-m hansen-m commented Oct 9, 2025

Wraps activejobs table header text in span tags to apply sorting icons - fixes #4658

<th>Status</th>
<th>Cluster</th>
<th>Actions</th>
<th><span>ID</span></th>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should probably replicate what the files table does. I.e., create a span that is hidden to screen readers.

<th>Type<span aria-hidden="true"></span></th>

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for pointing me to that example. Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Awaiting Review
Development

Successfully merging this pull request may close these issues.

activejobs missing chevrons
3 participants