File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed
scanpipe/templates/scanpipe Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 21
21
{% endfor %}
22
22
</ div >
23
23
</ div >
24
- < hr class ="my-4 ">
25
- < div class ="field ">
26
- < label class ="checkbox " for ="{{ add_pipeline_form.execute_now.id_for_label }} ">
27
- {{ add_pipeline_form.execute_now }}
28
- {{ add_pipeline_form.execute_now.label }}
29
- </ label >
30
- </ div >
31
24
</ section >
32
- < footer class ="modal-card-foot ">
33
- < button id ="add-pipeline-button " name ="add-pipeline-submit " class ="button is-link is-no-close " type ="submit "> Add pipeline</ button >
34
- < button class ="button " type ="button "> Close</ button >
25
+ < footer class ="modal-card-foot is-justify-content-space-between ">
26
+ < label class ="checkbox " for ="{{ add_pipeline_form.execute_now.id_for_label }} ">
27
+ {{ add_pipeline_form.execute_now }}
28
+ {{ add_pipeline_form.execute_now.label }}
29
+ </ label >
30
+ < div >
31
+ < button id ="add-pipeline-button " name ="add-pipeline-submit " class ="button is-link is-no-close " type ="submit "> Add pipeline</ button >
32
+ < button class ="button " type ="button "> Close</ button >
33
+ </ div >
35
34
</ footer >
36
35
</ div >
37
36
</ form >
Original file line number Diff line number Diff line change 15
15
< button class ="button is-link is-outlined is-fullwidth modal-button " data-target ="add-pipeline-modal " aria-haspopup ="true ">
16
16
Add pipeline
17
17
</ button >
18
- {% include "scanpipe/modals/add_pipeline_modal.html" %}
19
18
{% if project.can_start_pipelines %}
20
19
< a class ="button is-success is-fullwidth ml-2 execute-pipeline-link " href ="{% url 'project_execute_pipelines' project.slug %} ">
21
20
< span class ="icon width-1 ">
26
25
{% endif %}
27
26
{% endif %}
28
27
</ div >
28
+ {% include "scanpipe/modals/add_pipeline_modal.html" %}
29
29
</ article >
You can’t perform that action at this time.
0 commit comments