From f8de8ba8b325cc0bf0ec54c9de2b95af0705215f Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Mon, 25 Nov 2013 14:12:20 -0500 Subject: [PATCH] create a jobwrapper span to address long job names spillover Really long job names like gate-tempest-devstack-vm-neutron-large-ops end up having a really negative effect on the zuul status page as it pushes their status bar down into the next row, making it really confusing about what's going on. Fix this through making a jobwrapper class which is display: table, so it is at least clear what goes with what. Longer term we may want to do something more clever about overflows, but this at least removes some confusion. Change-Id: I1e6130724e59748cbf88996120a377498de26a36 --- modules/openstack_project/files/zuul/status.html | 6 +++++- modules/openstack_project/files/zuul/status.js | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/modules/openstack_project/files/zuul/status.html b/modules/openstack_project/files/zuul/status.html index f74c9c173f..57fc8d8c62 100644 --- a/modules/openstack_project/files/zuul/status.html +++ b/modules/openstack_project/files/zuul/status.html @@ -91,6 +91,10 @@ td.tree { .change > .header > .time { float: right; } +.jobwrapper { + display: table; + width: 100%; +} .job { display: block; line-height: 1.5; @@ -242,7 +246,7 @@ progress[aria-valuenow]:before { Queue lengths: events, results.      - Filter projects: + Filter projects: