From 6c89eb52657c334f0d3e5fb27e7ce55c78fc947f Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Wed, 18 Dec 2013 18:54:10 -0500 Subject: [PATCH] zuul status: Collapse changes by default Collapse change details by default. Add a handy checkbox that you can check that will expand all changes by default. State is tracked by keeping a list of changes that are an exception to the current default. The value of this option is tracked using a cookie, just like the projects filter. Change-Id: I9055f7832f46d61477bc4812f34ca970c2166d00 --- .../openstack_project/files/zuul/status.html | 10 ++- .../openstack_project/files/zuul/status.js | 62 ++++++++++++++----- 2 files changed, 56 insertions(+), 16 deletions(-) diff --git a/modules/openstack_project/files/zuul/status.html b/modules/openstack_project/files/zuul/status.html index 57fc8d8c62..b1de3f39dc 100644 --- a/modules/openstack_project/files/zuul/status.html +++ b/modules/openstack_project/files/zuul/status.html @@ -39,6 +39,9 @@ .container { width: 1024px; } +label { + font-weight: normal; +} #pipeline-container { margin: 0 auto; } @@ -246,7 +249,7 @@ progress[aria-valuenow]:before { Queue lengths: events, results.      - Filter projects: +