Skip to content

Refactor log line CSS

Miguel Rincon requested to merge 455582-refactor-css-log-lines into master

What does this MR do and why?

This change updates the CSS log line to use flex, this can be useful if we want to add more elements to the log lines in future improvements.

Why this change? In !153851 (merged) we add a new optional timestamp column, and using flex makes the code much cleaner.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

image

How to set up and validate locally

Visit any job page to confirm the layout doesn't change.

Example: http://gdk.test:3000/my-group/my-project/-/jobs/1

Related to #455582 (closed)

Edited by Miguel Rincon

Merge request reports