summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-02 14:18:54 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-02 14:18:54 +0200
commit86c8956964c45f76c01b276535a156249bc7389e (patch)
tree8c02bdc5475fc7c1f5f8b0bb8e3c99a4c3a486bd /bin/reproducible_common.py
parent2202fcaeaf660c9c1b9d13195cb6e1b12bfc943c (diff)
downloadjenkins.debian.net-86c8956964c45f76c01b276535a156249bc7389e.tar.xz
reproducible: sort 404 before blacklisted in the UI
Diffstat (limited to 'bin/reproducible_common.py')
-rwxr-xr-xbin/reproducible_common.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index 4d060bf5..914db273 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -171,13 +171,13 @@ html_head_page = Template((tab*2).join("""
</a>
</li>
<li>
- <a href="/$suite/$arch/index_blacklisted.html" target="_parent">
- <img src="/static/error.png" alt="blacklisted icon" />
+ <a href="/$suite/$arch/index_404.html" target="_parent">
+ <img src="/static/weather-severe-alert.png" alt="404 icon" />
</a>
</li>
<li>
- <a href="/$suite/$arch/index_404.html" target="_parent">
- <img src="/static/weather-severe-alert.png" alt="404 icon" />
+ <a href="/$suite/$arch/index_blacklisted.html" target="_parent">
+ <img src="/static/error.png" alt="blacklisted icon" />
</a>
</li>
<li><a href="/index_issues.html">issues</a></li>