Added functionality for stack flavor

This commit is contained in:
Ionut Filip
2018-10-18 17:23:25 +03:00
parent 39a1de956f
commit 35193f5530
13 changed files with 178 additions and 25 deletions

View File

@@ -8,7 +8,7 @@
<h1>Mailu configuration</h1>
<p>
Version
<select onchange="window.location.href=this.value;">
<select onchange="window.location.href=this.value;" class="btn btn-primary dropdown-toggle">
{% for available in versions %}
<option value="{{ url_for('{}.wizard'.format(available)) }}" {% if available == version %}selected{% endif %}>{{ available }}</option>
{% endfor %}