@@ -88,52 +88,16 @@ <h2 class="subtitle mb-0 mb-4">
8888 < div class ="column has-background-light has-border-radius mb-3 ">
8989 < h3 class ="subtitle mb-3 "> Pipelines:</ h3 >
9090 {% for pipeline_name, pipeline_info in pipelines.items %}
91- < div {% if not forloop.last %}class ="mb-3 "{% endif %} >
92- < div >
93- < a class ="modal-button " data-target ="{{ pipeline_name }}-modal " aria-haspopup ="true ">
94- < strong > {{ pipeline_name }}</ strong >
95- < i class ="fa-regular fa-circle-question "> </ i >
96- </ a >
97- < div id ="{{ pipeline_name }}-modal " class ="modal ">
98- < div class ="modal-background "> </ div >
99- < div class ="modal-card ">
100- < header class ="modal-card-head ">
101- < p class ="modal-card-title ">
102- < strong > {{ pipeline_name }}</ strong >
103- </ p >
104- < button class ="delete " aria-label ="close "> </ button >
105- </ header >
106- < div class ="notification has-background-info-light has-text-weight-semibold is-radiusless mb-0 "
107- style ="max-height: 300px; overflow-y: scroll; "
108- >
109- < p > {{ pipeline_info.summary }}</ p >
110- {% if pipeline_info.description %}
111- < p class ="mt-3 ">
112- {{ pipeline_info.description|linebreaksbr }}
113- </ p >
114- {% endif %}
115- </ div >
116- < section class ="modal-card-body has-text-centered border-bottom-radius ">
117- {% for step in pipeline_info.steps %}
118- < span class ="tag is-info "> {{ step.name }}</ span >
119- {% if step.groups %}
120- < div class ="has-text-weight-semibold ">
121- {% for group in step.groups %}
122- < span class ="tag is-warning "> {{ group }}</ span >
123- {% endfor %}
124- </ div >
125- {% endif %}
126- < div > {{ step.doc }}</ div >
127- {% if not forloop.last %}< div > ↓</ div > {% endif %}
128- {% endfor %}
129- </ section >
130- </ div >
131- </ div >
132- </ div >
91+ < div {% if not forloop.last %}class ="mb-2 "{% endif %} >
92+ < a class ="modal-button is-block " data-target ="pipeline-help-modal " data-pipeline-name ="{{ pipeline_name }} " aria-haspopup ="true ">
93+ < strong > {{ pipeline_name }}</ strong >
94+ < i class ="fa-regular fa-circle-question "> </ i >
95+ </ a >
13396 {{ pipeline_info.summary }}
13497 </ div >
13598 {% endfor %}
13699 </ div >
100+ {% include "scanpipe/modals/pipeline_help_modal.html" %}
137101 </ div >
138102 </ section >
139103 </ div >
0 commit comments