mirror of
https://github.com/retspen/webvirtcloud
synced 2024-12-24 23:25:24 +00:00
remove caret: bootstrap-multiselect, inheritClass
This commit is contained in:
parent
d3b43b2e6a
commit
5872700455
1 changed files with 3 additions and 2 deletions
|
@ -544,7 +544,7 @@
|
||||||
maxHeight: 400,
|
maxHeight: 400,
|
||||||
inheritClass: true,
|
inheritClass: true,
|
||||||
buttonText: function (options, select) {
|
buttonText: function (options, select) {
|
||||||
return 'Add image <b class="caret"></b>';
|
return 'Add image';
|
||||||
},
|
},
|
||||||
buttonTitle: function (options, select) {
|
buttonTitle: function (options, select) {
|
||||||
return '';
|
return '';
|
||||||
|
@ -568,8 +568,9 @@
|
||||||
});
|
});
|
||||||
|
|
||||||
$('#network-control').multiselect({
|
$('#network-control').multiselect({
|
||||||
|
inheritClass: true,
|
||||||
buttonText: function (options, select) {
|
buttonText: function (options, select) {
|
||||||
return 'Add network <b class="caret"></b>';
|
return 'Add network';
|
||||||
},
|
},
|
||||||
buttonTitle: function (options, select) {
|
buttonTitle: function (options, select) {
|
||||||
return '';
|
return '';
|
||||||
|
|
Loading…
Reference in a new issue