Merge branch 'master' into task/5690/generic-payment-page

This commit is contained in:
PCoder 2018-10-02 09:01:46 +02:00
commit dd9e7dde35
8 changed files with 43 additions and 9 deletions

View file

@ -91,7 +91,8 @@
<label for="config">OS</label>
<select name="config">
{% for template in templates %}
<option value="{{template.opennebula_vm_template_id}}">{{template.name}}</option>
<option value="{{template.opennebula_vm_template_id}}" {% if template.name|lower == default_selected_template|lower %}selected="selected"{% endif %}>{{template.name}}</option>
{% endfor %}
</select>
</div>