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

Show result text in job list #3506

Merged
merged 6 commits into from
Aug 19, 2024
Merged

Show result text in job list #3506

merged 6 commits into from
Aug 19, 2024

Conversation

chrisvanrun
Copy link
Contributor

@chrisvanrun chrisvanrun commented Aug 19, 2024

Closes: #3495

Re-adds the rendered result text for direct viewing in the job lists. This used to be cramped with the status and results. It is now in its own column.

The alternative was adding it directly to the results list, but this makes it clearer that it is a singular representation of the result.

Extra CSS was needed to ensure the forcefully added <p> in the template rendering does not line out weirdly:

Pre-CSS

image

Post-CSS

image

@chrisvanrun chrisvanrun marked this pull request as ready for review August 19, 2024 11:55
@chrisvanrun chrisvanrun requested a review from amickan as a code owner August 19, 2024 11:55
@jmsmkn jmsmkn merged commit 281984b into main Aug 19, 2024
8 checks passed
@jmsmkn jmsmkn deleted the fix-3495/job-list-result-text branch August 19, 2024 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Result text no longer visible in job list view
2 participants