Add in progress bars for jobs
Also tweak style to fit large sets of jobs better.
Change-Id: I692a149a7d02a36c7f2fb481b18dd79d9da16f1b
diff --git a/etc/status/public_html/index.html b/etc/status/public_html/index.html
index 0c51ee7..c3bcf00 100644
--- a/etc/status/public_html/index.html
+++ b/etc/status/public_html/index.html
@@ -22,11 +22,17 @@
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="bootstrap/css/bootstrap-responsive.min.css">
<style>
- .zuul-result,
.zuul-change-id {
float: right;
}
+ .zuul-result {
+ float: right;
+ width: 70px;
+ height: 15px;
+ margin: 0;
+ }
+
.zuul-spinner,
.zuul-spinner:hover {
opacity: 0;
@@ -41,6 +47,11 @@
transition-duration: 0.4s;
cursor: progress;
}
+
+ .zuul-change-job {
+ padding: 5px 10px;
+ }
+
</style>
</head>
<body>