Added functionality for stack flavor
This commit is contained in:
@@ -15,11 +15,10 @@
|
||||
{% if flavor %}
|
||||
<form method="post" action="{{ url_for(".submit") }}">
|
||||
<input type="hidden" name="flavor" value="{{ flavor }}">
|
||||
{% include "steps/" + flavor + "/config.html" %}
|
||||
{% include "steps/" + flavor + "/services.html" %}
|
||||
{% include "steps/" + flavor + "/expose.html" %}
|
||||
{%for file in flavor_files %}
|
||||
{% include "steps/" + flavor + "/" + file %}
|
||||
{% endfor %}
|
||||
<input class="btn btn-primary" type="submit" value="Setup Mailu">
|
||||
{% endif %}
|
||||
<!-- {% include "steps/compose/optional.html" %} -->
|
||||
</form>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user