Merge master into task/5681/offer-512mb-ram

This commit is contained in:
PCoder 2018-09-28 08:36:35 +02:00
commit 5452c1c478
5 changed files with 36 additions and 4 deletions

View file

@ -92,7 +92,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>