WebHost: offer combined yaml file on /check if successful (#2337)

This commit is contained in:
Fabian Dill
2023-10-22 02:02:30 +02:00
committed by GitHub
parent a5022ccfc5
commit ee31051c43
16 changed files with 41 additions and 27 deletions

View File

@@ -28,6 +28,10 @@
{% endfor %}
</tbody>
</table>
{% if combined_yaml %}
<h1>Combined File Download</h1>
<p><a href="data:text/yaml;base64,{{ combined_yaml }}" download="combined.yaml">Download</a></p>
{% endif %}
</div>
</div>
{% endblock %}