mirror of
https://github.com/retspen/webvirtcloud
synced 2024-12-24 15:15:22 +00:00
add filter bar to 'add disk' dropdown. Limit the size of dropdown list.
This commit is contained in:
parent
69be623eeb
commit
fab3b2891f
1 changed files with 3 additions and 0 deletions
|
@ -540,6 +540,9 @@
|
|||
|
||||
$(document).ready(function () {
|
||||
$('#image-control').multiselect({
|
||||
enableCaseInsensitiveFiltering: true,
|
||||
maxHeight: 400,
|
||||
inheritClass: true,
|
||||
buttonText: function (options, select) {
|
||||
return 'Add image <b class="caret"></b>';
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue