Skip to content

Commit 192b9ee

Browse files
committed
add ORPHANED shortcut link
1 parent 572b579 commit 192b9ee

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ros_buildfarm/templates/status/js/setup.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ var QUERY_TRANSFORMS = {
66
'GRAY': '<a class="i"></a>',
77
'RED1': '<td><a class="m"></a>',
88
'RED2': '</a><a class="m"></a><a',
9-
'RED3': '<a class="m"></a></td>'
9+
'RED3': '<a class="m"></a></td>',
10+
'UNMAINTAINED' : '<span class="unmaintained"'
1011
};
1112

1213
window.body_ready = function() {

ros_buildfarm/templates/status/release_status_page.html.em

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
<a href="?q=ORANGE">ORANGE</a>,
6161
<a href="?q=YELLOW">YELLOW</a>,
6262
<a href="?q=GRAY">GRAY</a>
63+
<a href="?q=UNMAINTAINED" title="Filter packages whth unmaintained or end-of-life status">UNMAINTAINED</a>
6364
</p>
6465
<form action="?">
6566
<input type="text" name="q" id="q" />

0 commit comments

Comments
 (0)