File tree 2 files changed +15
-13
lines changed
scanpipe/templates/scanpipe
2 files changed +15
-13
lines changed Original file line number Diff line number Diff line change 1
- < div class ="field ">
2
- < form method ="get ">
3
- < p class ="control has-icons-left ">
4
- < input class ="input {{ extra_class }} " type ="text " placeholder ="Search {{ filter.verbose_name_plural }} " name ="{{ filter.form.search.name }} " value ="{{ filter.form.search.value|default_if_none:'' }} ">
5
- < span class ="icon is-small is-left ">
6
- < i class ="fas fa-search "> </ i >
7
- </ span >
8
- </ p >
9
- </ form >
10
- </ div >
1
+ < form method ="get ">
2
+ < p class ="control has-icons-left ">
3
+ < input class ="input {{ extra_class }} " type ="text " placeholder ="Search {{ filter.verbose_name_plural }} " name ="{{ filter.form.search.name }} " value ="{{ filter.form.search.value|default_if_none:'' }} ">
4
+ < span class ="icon is-small is-left ">
5
+ < i class ="fas fa-search "> </ i >
6
+ </ span >
7
+ </ p >
8
+ </ form >
Original file line number Diff line number Diff line change 22
22
{% include 'scanpipe/includes/breadcrumb.html' %}
23
23
{{ filter.form.is_archived }}
24
24
</ div >
25
+ < a href ="{% url 'project_add' %} " class ="button is-link "> New Project</ a >
26
+ </ div >
27
+
28
+ < div class ="is-flex mb-3 ">
29
+ < div class ="is-flex-grow-1 mr-2 ">
30
+ {% include 'scanpipe/includes/search_field.html' %}
31
+ </ div >
25
32
< div >
26
33
{% include 'scanpipe/includes/filter_dropdown.html' with filter_form_field=filter.form.pipeline only %}
27
34
{% include 'scanpipe/includes/filter_dropdown.html' with filter_form_field=filter.form.sort only %}
28
- < a href ="{% url 'project_add' %} " class ="button is-link "> New Project</ a >
29
35
</ div >
30
36
</ div >
31
37
32
- {% include 'scanpipe/includes/search_field.html' %}
33
-
34
38
{% if object_list %}
35
39
{% include 'scanpipe/includes/project_list_table.html' with projects=object_list only %}
36
40
{% else %}
You can’t perform that action at this time.
0 commit comments