We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 572b579 commit 192b9eeCopy full SHA for 192b9ee
ros_buildfarm/templates/status/js/setup.js
@@ -6,7 +6,8 @@ var QUERY_TRANSFORMS = {
6
'GRAY': '<a class="i"></a>',
7
'RED1': '<td><a class="m"></a>',
8
'RED2': '</a><a class="m"></a><a',
9
- 'RED3': '<a class="m"></a></td>'
+ 'RED3': '<a class="m"></a></td>',
10
+ 'UNMAINTAINED' : '<span class="unmaintained"'
11
};
12
13
window.body_ready = function() {
ros_buildfarm/templates/status/release_status_page.html.em
@@ -60,6 +60,7 @@
60
<a href="?q=ORANGE">ORANGE</a>,
61
<a href="?q=YELLOW">YELLOW</a>,
62
<a href="?q=GRAY">GRAY</a>
63
+ <a href="?q=UNMAINTAINED" title="Filter packages whth unmaintained or end-of-life status">UNMAINTAINED</a>
64
</p>
65
<form action="?">
66
<input type="text" name="q" id="q" />
0 commit comments