[Git][qa/jenkins.debian.net][master] r.d.n: display the `bad` reasons hyperlink inline

Holger Levsen (@holger) gitlab at salsa.debian.org
Sat Feb 22 11:27:14 GMT 2025



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
e5a9e874 by James Addison at 2025-02-22T12:27:02+01:00
r.d.n: display the `bad` reasons hyperlink inline

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- hosts/osuosl5-amd64/var/www/html/index.html


Changes:

=====================================
hosts/osuosl5-amd64/var/www/html/index.html
=====================================
@@ -24,6 +24,10 @@
             margin: 0;
         }
 
+        pre.bad {
+            display: inline;
+        }
+
         #stats-all, #stats-amd64, #stats-arm64, #stats-armhf, #stats-i386, #stats-riscv64{
             text-align: left;
 	}
@@ -73,10 +77,11 @@
                 data.map(row => {
                     let r = document.createElement('pre');
                     let key = row[0] + ': ';
+                    r.className = row[0];
                     r.textContent = key.padEnd(pad) + row[1];
                     div.appendChild(r);
                     if ('bad' === row[0]) {
-                        div.appendChild(spanWith('('));
+                        div.appendChild(spanWith(' ('));
                         div.appendChild(linkTo(`/${arch}/stats/`, 'reasons'));
                         div.appendChild(spanWith(')'));
                     }



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/e5a9e8749095ea6b874826098abf0b3124d1c955

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/e5a9e8749095ea6b874826098abf0b3124d1c955
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20250222/a53d8515/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list