File tree 2 files changed +8
-2
lines changed
scanpipe/templates/scanpipe
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ v31.0.0 (next)
53
53
- Creation date displayed under the project name
54
54
- Add ability to sort by date and name
55
55
- Add ability to filter by pipeline type
56
+ - Add ability to filter by run status
56
57
57
58
https://github.com/nexB/scancode.io/issues/413
58
59
Original file line number Diff line number Diff line change 21
21
< div >
22
22
{% include 'scanpipe/includes/breadcrumb.html' %}
23
23
{{ filter.form.is_archived }}
24
+ {% if filter.is_active %}
25
+ < a class ="is-grey-link " href ="{% url 'project_list' %} ">
26
+ < i class ="fas fa-times "> </ i > Clear search and filters
27
+ </ a >
28
+ {% endif %}
24
29
</ div >
25
30
< a href ="{% url 'project_add' %} " class ="button is-link "> New Project</ a >
26
31
</ div >
42
47
< div class ="tile is-ancestor ">
43
48
< div class ="tile is-parent ">
44
49
< article class ="tile is-child box has-text-centered border-dashed ">
45
- {% if filter.form.search.value %}
46
- No Projects found. < a href ="{% url 'project_list' %} "> Clear the search</ a >
50
+ {% if filter.is_active %}
51
+ No Projects found. < a href ="{% url 'project_list' %} "> Clear search and filters </ a >
47
52
{% else %}
48
53
< a href ="{% url 'project_add' %} "> New Project</ a >
49
54
{% endif %}
You can’t perform that action at this time.
0 commit comments