[Git][qa/jenkins.debian.net][master] r.d.n: improve layout on frontpage further
Holger Levsen (@holger)
gitlab at salsa.debian.org
Thu Feb 20 18:31:10 GMT 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
c6b096ef by Holger Levsen at 2025-02-20T19:31:03+01:00
r.d.n: improve layout on frontpage further
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
=====================================
@@ -21,10 +21,25 @@
margin: 0;
}
+ #stats-all, #stats-amd64, #stats-arm64, #stats-armhf, #stats-i386, #stats-riscv64{
+ text-align: left;
+ }
+
#progress-all, #progress-amd64, #progress-arm64, #progress-armhf, #progress-i386, #progress-riscv64{
font-size: 10pt;
}
+ td {
+ vertical-align: middle;
+ text-align: center;
+ }
+
+ img {
+ vertical-align: middle;
+ max-width: 800;
+ width: 100%;
+ }
+
footer {
font-size: 12pt;
margin: 30pt 0;
@@ -71,7 +86,7 @@
['bad', bad],
])
updateStats('progress', 14, arch, [
- ['build progress', (100 / (good + unknown + bad) * (good + bad)).toFixed(2) + '%'],
+ ['', (100 / (good + unknown + bad) * (good + bad)).toFixed(2) + '%'],
]);
});
}
@@ -100,88 +115,90 @@
</p>
<table>
<tr>
+ <th width=20%><code>suite/arch</code></th><th width=20%>results</th><th width=20%>graph</th><th width=20%>categorized issues</th><th width=20%>progress</th>
+ </tr><tr>
<td>
- <a href="https://reproduce.debian.net/all/">r.d.n/all</a>
- </td><td>
- trixie (arch:all)
- </td><td>
<a href="https://reproduce.debian.net/all/">
- <img src="https://reproduce.debian.net/all/stats/rb.png" width="20%">
+ trixie/all
</a>
</td><td>
<div id="stats-all">Loading stats...</div>
</td><td>
- <a href="https://reproduce.debian.net/all/stats/">stats of BAD packages</a>
+ <a href="https://reproduce.debian.net/all/">
+ <img src="https://reproduce.debian.net/all/stats/rb.png">
+ </a>
+ </td><td>
+ <a href="https://reproduce.debian.net/all/stats/">known BAD packages</a>
</td><td>
<div id="progress-all">Loading progress...</div>
</td></tr><tr><td>
- <a href="https://reproduce.debian.net/amd64/">r.d.n/amd64</a>
+ <a href="https://reproduce.debian.net/amd64/">
+ trixie/amd64
+ </a>
</td><td>
- trixie (arch:amd64)
+ <div id="stats-amd64">Loading stats...</div>
</td><td>
<a href="https://reproduce.debian.net/amd64/">
- <img src="https://reproduce.debian.net/amd64/stats/rb.png" width="20%">
+ <img src="https://reproduce.debian.net/amd64/stats/rb.png">
</a>
</td><td>
- <div id="stats-amd64">Loading stats...</div>
- </td><td>
- <a href="https://reproduce.debian.net/amd64/stats/">stats of BAD packages</a>
+ <a href="https://reproduce.debian.net/amd64/stats/">known BAD packages</a>
</td><td>
<div id="progress-amd64">Loading progress...</div>
</td></tr><tr><td>
- <a href="https://reproduce.debian.net/arm64/">r.d.n/arm64</a>
- </td><td>
- trixie (arch:arm64)
- </td><td>
<a href="https://reproduce.debian.net/arm64/">
- <img src="https://reproduce.debian.net/arm64/stats/rb.png" width="20%">
+ trixie/arm64
</a>
</td><td>
<div id="stats-arm64">Loading stats...</div>
</td><td>
- <a href="https://reproduce.debian.net/arm64/stats/">stats of BAD packages</a>
+ <a href="https://reproduce.debian.net/arm64/">
+ <img src="https://reproduce.debian.net/arm64/stats/rb.png">
+ </a>
+ </td><td>
+ <a href="https://reproduce.debian.net/arm64/stats/">known BAD packages</a>
</td><td>
<div id="progress-arm64">Loading progress...</div>
</td></tr><tr><td>
- <a href="https://reproduce.debian.net/armhf/">r.d.n/armhf</a>
- </td><td>
- trixie (arch:armhf)
- </td><td>
<a href="https://reproduce.debian.net/armhf/">
- <img src="https://reproduce.debian.net/armhf/stats/rb.png" width="20%">
+ trixie/armhf
</a>
</td><td>
<div id="stats-armhf">Loading stats...</div>
</td><td>
- <a href="https://reproduce.debian.net/armhf/stats/">stats of BAD packages</a>
+ <a href="https://reproduce.debian.net/armhf/">
+ <img src="https://reproduce.debian.net/armhf/stats/rb.png">
+ </a>
+ </td><td>
+ <a href="https://reproduce.debian.net/armhf/stats/">known BAD packages</a>
</td><td>
<div id="progress-armhf">Loading progress...</div>
</td></tr><tr><td>
- <a href="https://reproduce.debian.net/i386/">r.d.n/i386</a>
- </td><td>
- trixie (arch:i386)
- </td><td>
<a href="https://reproduce.debian.net/i386/">
- <img src="https://reproduce.debian.net/i386/stats/rb.png" width="20%">
+ trixie/i386
</a>
</td><td>
<div id="stats-i386">Loading stats...</div>
</td><td>
- <a href="https://reproduce.debian.net/i386/stats/">stats of BAD packages</a>
+ <a href="https://reproduce.debian.net/i386/">
+ <img src="https://reproduce.debian.net/i386/stats/rb.png">
+ </a>
+ </td><td>
+ <a href="https://reproduce.debian.net/i386/stats/">known BAD packages</a>
</td><td>
<div id="progress-i386">Loading progress...</div>
</td></tr><tr><td>
- <a href="https://reproduce.debian.net/riscv64/">r.d.n/riscv64</a>
- </td><td>
- trixie (arch:riscv64)
- </td><td>
<a href="https://reproduce.debian.net/riscv64/">
- <img src="https://reproduce.debian.net/riscv64/stats/rb.png" width="20%">
+ trixie/riscv64
</a>
</td><td>
<div id="stats-riscv64">Loading stats...</div>
</td><td>
- <a href="https://reproduce.debian.net/riscv64/stats/">stats of BAD packages</a>
+ <a href="https://reproduce.debian.net/riscv64/">
+ <img src="https://reproduce.debian.net/riscv64/stats/rb.png">
+ </a>
+ </td><td>
+ <a href="https://reproduce.debian.net/riscv64/stats/">known BAD packages</a>
</td><td>
<div id="progress-riscv64">Loading progress...</div>
</td></tr>
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/c6b096ef7d91a1f2ef34fcf1ca52d627358d67f7
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/c6b096ef7d91a1f2ef34fcf1ca52d627358d67f7
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/20250220/a93ef4a7/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list