1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

Fix css class name for prevention of multiselect(->multipleselect)

This commit is contained in:
catborise 2019-02-08 17:17:01 +03:00
parent f76ce4d485
commit 03370ac705
2 changed files with 4 additions and 4 deletions

View file

@ -634,7 +634,7 @@
<input id="bootorder" name="bootorder" hidden>
<div class="form-group">
<div class="col-sm-6 col-sm-offset-2">
<div id="b_order" class="multiselect">
<div id="b_order" class="multipleselect">
{% for disk in disks %}
<label><input type="checkbox" name="disk:{{ disk.dev }}" value="disk:{{ disk.dev }}" onclick="set_orderlist($('#bootorder'))" />{{ disk.dev }} - {{ disk.image }}</label>
{% endfor %}