mirror of
https://github.com/retspen/webvirtcloud
synced 2024-12-24 15:15:22 +00:00
fix variable to show bus types
This commit is contained in:
parent
3752ad5160
commit
b27d27d532
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@
|
||||||
<label class="col-sm-3 control-label">{% trans "Bus" %}</label>
|
<label class="col-sm-3 control-label">{% trans "Bus" %}</label>
|
||||||
<div class="col-sm-4">
|
<div class="col-sm-4">
|
||||||
<select name="bus" class="form-control image-format">
|
<select name="bus" class="form-control image-format">
|
||||||
{% for bus in busses %}
|
{% for bus in bus_host %}
|
||||||
<option value="{{ bus }}" {% if bus == default_bus %}selected{% endif %}>{% trans bus %}</option>
|
<option value="{{ bus }}" {% if bus == default_bus %}selected{% endif %}>{% trans bus %}</option>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</select>
|
</select>
|
||||||
|
|
Loading…
Reference in a new issue