Skip to content

Job listing layout truncates job name, rendering it mostly useless

(On GitLab Enterprise Edition 11.4.5-ee)

My gitlab-ci.yml's tend to have job names that are of the form filename-thingy, or thingy-filename. (That way, I can grab the filename from the job name rather than hard coding it; it saves a lot of typing.)

Sadly, the pretty graphical display of jobs truncates job names at 13 chars, so I can't really tell jobs apart without hovering over them.

See screenshot: gitlab-job-name-truncated

Ideally there'd be a somewhat smarter layout that would show longer job names.

Edited by Dan Kegel